Commit Graph

2939 Commits

Author SHA1 Message Date
Awakened-Redstone fd1158aa3f
Fix wrong mappings at InGameHud (#3075)
* Fix wrong mappings

`Lnet/minecraft/client/gui/hud/InGameHud;titleTotalTicks:I` and `Lnet/minecraft/client/gui/hud/InGameHud;titleRemainTicks:I` have some wrong mappings
The renaming is simple:
* `titleTotalTicks` -> `titleRemainingTicks` 
* `titleRemainTicks` -> `titleStayTicks`

Total ticks seems like the total time it is on the screen, but it is a reducing value, as it can be seen on `Lnet/minecraft/client/gui/hud/InGameHud;tick()V` where it has `--this.titleTotalTicks;`
Remain ticks seem to be the ticks remaining for the title on the screen, but it is the amount of ticks between fade out and fade in, on `TitleCommand` at `/title times fadeIn stay fadeOut` it's parameter is labled as `stay`

* Update InGameHud.mapping
2022-04-06 16:05:41 +00:00
apple502j 7930e597e4
22w13a misc stuff (#3073)
* 22w13a stuff

* Update StringIdentifiable.mapping

* Fix several mapping bugs
Resolves #3043
Resolves #3057
Resolves #3066
2022-04-06 16:05:01 +00:00
apple502j 424de6e072
22w13a worldgen (#3072)
* 22w13a worldgen

* Improve shnupbups PR conflict
2022-04-06 16:04:51 +00:00
Shnupbups b029eaf79c
22w13a stuff (#3070)
* 22w13a stuff

* more stuff

dunno about this structure stuff tbh might delete later

* remove duplicates

* Apply suggestions from code review

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-04-06 13:34:24 +00:00
apple502j 25bd806f5b
22w13a client (#3071)
* 22w13a client

* Document SimpleOption
Hmm, might not be simple after all...

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Fix more stuff

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-04-06 12:18:01 +00:00
Player 4770b3c0f6 Port from 1.19-exp1 2022-03-31 20:05:58 +02:00
Player 39344922af 22w13a 2022-03-31 19:20:30 +02:00
Jake Potrebic 1c1f593167
Chunk generator stuff (#3067)
* Chunk generator stuff

* rename codec builder getter
2022-03-31 06:38:03 +00:00
Shnupbups 9a3618695c
22w12a just a bit more (#3069) 2022-03-30 13:02:05 +00:00
apple502j da98aa3b21
22w12a deep dark (#3064)
* 22w12a sculk

* 22w12a warden

* Fix shnupbups conflict

* Update SculkShriekerWarningManager.mapping
2022-03-30 10:47:02 +00:00
apple502j 8960bd3017
22w12a datafixer and codecs (#3063) 2022-03-30 10:46:43 +00:00
apple502j 52295ce678
22w12a client stuff (#3062) 2022-03-30 10:46:22 +00:00
apple502j 1e952a0178
22w12a world (#3061) 2022-03-30 09:48:16 +00:00
apple502j 9e906386ba
22w12a misc stuff (#3065) 2022-03-30 09:19:16 +00:00
apple502j 35367baa99
22w12a entity (#3060)
* 22w12a entity

* Fix shnupbups PR conflict
2022-03-30 09:18:27 +00:00
apple502j fa051488ea
22w12a chest boat (#3058)
* 22w12a chest boat

* FIx some names
2022-03-30 09:18:07 +00:00
Leximon 1b9e6aed78
swap parameter names (#3056)
Co-authored-by: Lex305 <lex305@web.de>
2022-03-30 09:13:59 +00:00
Shnupbups 77aef71b0a
22w12a stuff (#3059)
* 22w12a stuff

* fixes from @apple502j and a bit more

* Update mappings/net/minecraft/block/entity/SculkShriekerWarningManager.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-03-30 09:10:15 +00:00
Player f5611fdd0f Port from 1.19-exp1 2022-03-24 23:48:18 +01:00
modmuss50 18cd8cc489 22w12a 2022-03-24 19:10:04 +00:00
apple502j 14e3a297d2
22w11a javadoc fixes (#3055)
* 22w11a javadoc fixes

* Update mappings/net/minecraft/tag/TagPacketSerializer.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-03-23 10:38:27 +00:00
apple502j 4702895447
22w11a misc stuff (#3053)
* 22w11a networking

* 22w11a world

* 22w11a misc stuff

* Update javadoc for PacketByteBuf
2022-03-23 10:37:54 +00:00
apple502j 290abdc6a2
22w11a client (#3049)
* 22w11a font

* 22w11a sound stuff

* 22w11a options

* 22w11a macOS icon stuff

* 22w11a gl timer

* 22w11a pending update/desync fix

* 22w11a MC-235964 fix

* 22w11a screen

* 22w11a particle

* 22w11a realms

* 22w11a client util

* 22w11a more sequence stuff

* 22w11a misc client stuff

* Add newline
2022-03-23 10:37:29 +00:00
apple502j eab2a53ed9
22w11a registry (#3046)
* 22w11a registry

* Map registry stuff

* Rename and move classes

* Add javadoc
2022-03-23 10:36:40 +00:00
apple502j a98e8513e9
22w11a commands (#3052)
* 22w11a command arguments

* 22w11a command misc

* 22w11a server commands

* Rename registryWrapperFactory

* Map a field in DataPackContents
2022-03-23 10:36:03 +00:00
apple502j ebd912a82f
22w11a resource (#3048)
* 22w11a resource stuff

* 22w11a client resource stuff

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-03-19 15:58:06 +00:00
apple502j c2d1eac595
22w11a neighbor update (#3047) 2022-03-19 15:57:01 +00:00
apple502j e722042166
22w11a save loading (#3045)
* 22w11a save loading

* Update mappings/net/minecraft/server/SaveLoader.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Rename stuff

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-03-19 15:56:00 +00:00
Shnupbups 64377ac365
22w11a stuff (#3044)
* this is all i can bear to do for now, im tired

* i lied

* Update DispenserBehavior.mapping

* have a little more, as a treat

* fixes

* *more* stuff

* more animation stuff

* model parts

* initAndGetDefault

y'all have some weird defaults mojang
2022-03-19 15:55:02 +00:00
Player f61113a967 Fix anonymous class mappings 2022-03-16 22:24:28 +01:00
Player 845467b67e 22w11a 2022-03-16 21:42:31 +01:00
Noah van der Aa dcbab03041
Map VeinCreator (class_6955) (#3038)
* Map VeinCreator (class_6955)

* Address comments

* Address comments

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-03-05 14:37:12 +00:00
modmuss50 2d548eedce 1.18.2 2022-02-28 14:11:10 +00:00
Shnupbups d1df9656eb
best pr ever (#3037)
removed a single letter to reflect change made in RC1
2022-02-25 14:40:56 +00:00
modmuss50 e26f9d1d29 1.18.2-rc1 2022-02-25 14:26:22 +00:00
enbrain 89f68384a3
Fix chest model part names being swapped (#3036) 2022-02-25 08:52:30 +00:00
Shnupbups 7dfbb2f61b
moved a couple classes (#3032)
`TextureMap` moved to `data/client`  - `data/client/model` package is no longer used, but `TextureMap` was still in it accidentally due to being renamed by another PR
`NoiseHelper` moved to `world/gen/noise` - makes sense to be with other noise related classes
2022-02-25 08:52:19 +00:00
Noah van der Aa 1e2be4f32a
Use camelCase for fields in VanillaBiomeParameters (#3034) 2022-02-24 22:25:12 +00:00
Shnupbups 44028de306
1.18.2-pre3 stuff (#3031) 2022-02-24 18:19:07 +00:00
apple502j 6d6db4430f
Fix javadoc error (#3035) 2022-02-24 18:18:07 +00:00
apple502j ce775e378d
Rename ServerResourceManager (#3029)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-23 21:59:26 +00:00
apple502j 15cdad81b0
1.18.2-pre3 stuff (#3030)
* 1.18.2-pre3 stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-23 21:58:44 +00:00
modmuss50 f0f44472dd 1.18.2-pre3 2022-02-23 16:15:59 +00:00
apple502j cfeee50df1
Map class_6904 and related stuff (#3017)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-23 10:59:09 +00:00
Shnupbups 7ca2496621
1.18.2-pre1 stuff (#3022)
* 1.18.2-pre1 stuff

* Update StructureFeature.mapping

* Update StructureFeature.mapping

* 1.18.2-pre1 stuff

* yeah

* removed duplicates

not sure how they managed to stay

* Update mappings/net/minecraft/world/StructureSpawns.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-23 10:56:40 +00:00
apple502j 9965d9ca53
1.18.2 pre1 stuff (#3023)
* 1.18.2 pre1 stuff

* Remove RegistryItemArgumentType, separate PR

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-22 17:00:35 +00:00
Jake Potrebic 45c56b435b
Rename flag from 'scared' to 'sitting' (#2965)
When you send the entity metadata packet with the appropriate update to the client
the panda's behavior can be better described as sitting up rather than being scared
2022-02-22 16:59:28 +00:00
apple502j 29f36d2f10
1.18.2 pre2 stuff (#3027) 2022-02-22 16:29:15 +00:00
apple502j b5c6646188
Map RegistryPredicateArgumentType (#3025)
* Map RegistryPredicateArgumentType

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-21 17:33:27 +00:00
modmuss50 ceb3a205fb 1.18.2-pre2 2022-02-21 16:09:06 +00:00
Shnupbups 4731a2c3ce
22w07a stuff (#3012)
* biome tags

* more biome tag stuff + datafix

* more stuff

* remove stuff mapped by #3013

* some noise stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* dropped invalids

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-19 11:29:24 +00:00
apple502j 20e6725f2c
22w07a stuff (#3013)
* 22w07a stuff

* Update Registry.mapping

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* registryKeys -> keys

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-18 22:44:32 +00:00
Jake Potrebic fb1700efe5
Remove reference to wool (#3021) 2022-02-18 18:35:12 +00:00
apple502j 4edf893074
Rename TagKey#intern (#3020)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-18 18:17:56 +00:00
modmuss50 7623cc5bec Update name-proposal 2022-02-18 18:13:00 +00:00
modmuss50 e268e3d958 1.18.2-pre1 2022-02-18 17:15:29 +00:00
SquidCooki2 81d81de49f
Update arg to be consistent with its block counterpart (#3015)
Unmapped argument in RenderLayers
- Inconsistent with its block counterpart, "map"
- "hashMap"
2022-02-18 09:04:24 +00:00
modmuss50 025aff5b55 Update name name-proposal 2022-02-16 18:45:19 +00:00
Player fd8c5a7486 22w07a 2022-02-16 19:13:28 +01:00
Gegy ae2126e384
fix misleading VertexBuffer-related names (#3005) 2022-02-16 16:58:50 +00:00
modmuss50 c490cdb066
Fix broken javadoc jar (#3011)
* Try building against jdk18

* update grade

* Update asm for unpick

* Set ignore-source-errors
2022-02-16 16:19:57 +00:00
apple502j ab17c13eb1
22w06a more cursed stuff (#3004)
* 22w06a more cursed stuff

* Even more cursed stuff

* Finish mapping cursed stuff

* Revert move

* Fix javadoc lint

* Update mappings/net/minecraft/util/registry/RegistryEntryListCodec.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

* 6903 is RegistryOps

* Copy javadocs

* More fixes

* Fix invalid mapping

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Rename RegistryCodecs methods

Co-authored-by: Shnupbups <shnupbups@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-16 15:57:25 +00:00
Noah van der Aa 35180240f9
Map some fields related to stats and structures (#3006)
* Map some fields related to stats and structures

* Update mappings/net/minecraft/stat/StatFormatter.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/structure/DesertTempleGenerator.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-12 17:04:42 +00:00
apple502j 3fa5f241ce
22w06a more tags/registries stuff (#3003)
* 22w06a more tags/registries stuff

* rename to getIndexedEntries
2022-02-12 17:04:11 +00:00
liach 33efbaf906
22w06a resources (#2998)
* 22w06a resources

fyi javadoc gen broke, wait for me to fix it...

Signed-off-by: liach <liach@users.noreply.github.com>

* Apply suggestions from code review

* Update mappings/net/minecraft/resource/NamespaceResourceManager.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-12 17:03:23 +00:00
Noah van der Aa a6d414dd13
Map some random entity stuff (#2994)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-11 09:03:20 +00:00
enbrain c35b6868e2
Rename some builder classes (#2921)
* Rename some builder classes

* builder -> advancementBuilder

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-02-11 09:02:52 +00:00
haykam821 3e9aadc6d2
Map structure placements (#2997)
* Map structure placements

* Update mappings/net/minecraft/world/gen/chunk/placement/StructurePlacementType.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: modmuss50 <modmuss50@gmail.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-02-11 08:56:39 +00:00
Shnupbups 0a36582e4b
Datagen refactors (#2905)
* `BlockStateDefinitionProvider` -> `ModelProvider`

`BlockStateDefinitionProvider` is inaccurate, as it also handles all the models in the game including item models.

Also moved everything from `data/client/model` down to just `data/client` as they're *all* model related so there's no point in having it be separate.

Should probably backport this to 1.18, and maybe even 1.17.1 if #2904 is merged. Also recommend the rename is reflected in the Fabric API implementation also.

* Make all providers and generators plural where appropriate

Also change `WorldgenListProvider` to `WorldgenProvider`... why did it have `List` in the first place?

* Change to singular prefixes

* Fix some incorrect names

* Update Tag.mapping

* Update RecipeProvider.mapping

* Update RecipeProvider.mapping

* Fix bad merge

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-02-11 08:55:08 +00:00
Shnupbups 81898922c6
22w06a stuff (#2996)
* man wtf is this

* Revert "man wtf is this"

This reverts commit 8e63ae95e9.

* oh gosh oh heck what is this

* why

* seriously

* Update RegistryEntryList.mapping
2022-02-10 18:47:38 +00:00
haykam821 c6ba227c7d
Map the RegistryEntryList class (#3001)
* Map the RegistryEntryList class

* Move the RegistryEntryList class to the net.minecraft.util.registry package
2022-02-10 18:39:46 +00:00
apple502j eb5070e74f
22w06a non-cursed stuff (#2999) 2022-02-10 17:31:50 +00:00
modmuss50 0ef70746f2 22w06a 2022-02-09 18:58:35 +00:00
enbrain e8a1536e6c
Fix some setters not matching fields and params (#2978)
* Fix some setters not matching fields and params

* Revert params with current prefix

* Rename targetPool to target

to match the setter in JigsawBlockEntity

* Revert more renames

* Revert setInvStackList -> setInventory

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 16:42:35 +00:00
Shnupbups 536210f3e7
some random stuff (#2969)
* some random stuff

* more stuff

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 16:42:22 +00:00
haykam821 e92e4b57c1
Rename the Texture class to TextureMap (#2974) 2022-02-09 11:41:36 +00:00
Noah van der Aa c4e3dcfe53
Rename NarratorOptionsScreen -> SimpleOptionsScreen (#2984) 2022-02-09 11:39:31 +00:00
haykam821 53a6bb1e84
Rename the BlockStateModelGenerator#registerCarpet method to registerWoolAndCarpet (#2973) 2022-02-09 11:37:57 +00:00
Noah van der Aa 054f9cc569
Rename Screen#removed and Screen#onClose (#2987)
* Rename Screen#removed and Screen#onClose

* Revert onClose -> removed rename
2022-02-09 11:37:36 +00:00
apple502j 88ca0afebd
Document ServerWorld stuff (#2891)
* Document ServerWorld stuff

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Update mappings/net/minecraft/server/world/ServerWorld.mapping

* More stuff

* Fix and change some stuff

* Temporary commit

* Fix some stuff

* Fixes

* Should fix all javadoc issues

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Clarify world spawn pos

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2022-02-09 11:36:29 +00:00
apple502j d6fb8204b8
Map spline (#2953)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 11:35:43 +00:00
apple502j 10fda6dd17
22w03a stuff (#2971)
* 22w03a stuff

* Fix ExclusiveNbtCollector

* Remove OpenDoorsTask mapping for conflict

* Remove SpreadPlayersCommand mapping for conflict

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Renames, javadoc, etc

* Fix description of shouldCrashOnException

* Update mappings/net/minecraft/entity/FallingBlockEntity.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 11:33:27 +00:00
apple502j 2dc52f1d2e
Move, rename and document spawners (#2962)
* Move, rename and document spawners

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 11:30:19 +00:00
apple502j a70b1d3cea
22w05a stuff (#2993)
* 22w05a stuff

* Update mappings/net/minecraft/util/math/Vec3i.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Rename WeaponSmithChestLootTableFix

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-02-09 11:25:03 +00:00
modmuss50 a038ffcefc 22w05a 2022-02-02 17:09:28 +00:00
apple502j aa4a5ac638
Fix javadoc links to NbtElement#END_TYPE (#2989)
* Fix javadoc links to NbtElement#END_TYPE

* Use default
2022-01-29 19:00:49 +00:00
apple502j def0910f63
Fix javadoc links to NbtElement#END_TYPE (#2989)
* Fix javadoc links to NbtElement#END_TYPE

* Use default
2022-01-29 19:00:44 +00:00
CyborgCabbage d586fb599b
Pattern name BACKSLASH_S_PATTERN does not indicate what the pattern does (#2990)
* The name of the regex was unclear. Now knowing the properties of the regex, the function name can also be changed to something clearer.

* WHITESPACE_PATTERN indicates the behaviour of the regex more clearly.
2022-01-29 18:18:08 +00:00
Noah van der Aa c968285953
Map some fields and params based around the dragon battle (#2985)
* Map some fields and params based around the dragon battle

* SPAWN_HEIGHT -> SPAWN_Y

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-01-28 20:10:24 +00:00
Noah van der Aa 85fa88287a
Rename net.minecraft.world.gen.decorator package to placementmodifier (#2986)
* Rename net.minecraft.world.gen.decorator package to placementmodifier

* missed a few

* PlacementModifierContext

* FeaturePlacementContext

* relocate

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2022-01-28 20:10:16 +00:00
Noah van der Aa 46ff9cf902
Rename AbstractBlock#hasSolidTopSurface to isSolidSurface (#2981) 2022-01-25 15:59:18 +00:00
Shnupbups 1abefdfd2e
22w03a command stuff (#2967)
* 22w03a command stuff

Feat. new placefeature command

* Update SpreadPlayersCommand.mapping

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* how did this happen

* Update mappings/net/minecraft/command/argument/IdentifierArgumentType.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Update mappings/net/minecraft/command/argument/IdentifierArgumentType.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Update SuggestionProviders.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-01-25 15:59:03 +00:00
Jake Potrebic 14eca98488
Fix entity param name for updateKilledAdvancementCriterion (#2975) 2022-01-23 15:11:11 +00:00
Noah van der Aa 75c08ac6f8
Rename FoodComponents#create -> createStew (#2980) 2022-01-23 15:10:52 +00:00
haykam821 08011fd376
Rename the BlockStateModelGenerator#registerCauldron method to registerCauldrons (#2972) 2022-01-20 12:26:27 +00:00
Noah van der Aa 3f290af9dd
Rename 'integer' parameter and add name for lambda parameter in CampfireBlockEntity (#2968) 2022-01-19 22:52:19 +00:00
haykam821 5d44c38117
Map the FogShape class (#2970) 2022-01-19 22:47:25 +00:00
haykam821 089b68aa24
Use suffixes for key binding fields in the GameOptions class (#2895)
Fixes #2888
2022-01-19 22:46:57 +00:00
modmuss50 26c319461b 22w03a 2022-01-19 17:26:32 +00:00
apple502j f858565126
1.18.1 server.world stuff (#2964) 2022-01-18 00:52:32 +00:00