-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
23w51b yet more stuff #3756
23w51b yet more stuff #3756
Conversation
…-yet-more-stuff # Conflicts: # mappings/net/minecraft/block/Fertilizable.mapping # mappings/net/minecraft/client/Mouse.mapping # mappings/net/minecraft/client/gui/hud/ChatHud.mapping # mappings/net/minecraft/client/gui/hud/InGameHud.mapping # mappings/net/minecraft/client/gui/screen/TitleScreen.mapping # mappings/net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget.mapping # mappings/net/minecraft/client/network/ServerInfo.mapping # mappings/net/minecraft/client/render/entity/StriderEntityRenderer.mapping # mappings/net/minecraft/client/util/ParticleUtil.mapping # mappings/net/minecraft/datafixer/fix/BlockNameFix.mapping # mappings/net/minecraft/entity/mob/PiglinEntity.mapping # mappings/net/minecraft/entity/mob/SkeletonHorseEntity.mapping # mappings/net/minecraft/entity/mob/ZombieEntity.mapping # mappings/net/minecraft/entity/mob/ZombieHorseEntity.mapping # mappings/net/minecraft/entity/mob/ZombifiedPiglinEntity.mapping # mappings/net/minecraft/entity/passive/AbstractDonkeyEntity.mapping # mappings/net/minecraft/entity/passive/ChickenEntity.mapping # mappings/net/minecraft/entity/passive/CowEntity.mapping # mappings/net/minecraft/entity/passive/FoxEntity.mapping # mappings/net/minecraft/entity/passive/HorseEntity.mapping # mappings/net/minecraft/entity/passive/LlamaEntity.mapping # mappings/net/minecraft/entity/passive/PandaEntity.mapping # mappings/net/minecraft/entity/passive/TurtleEntity.mapping # mappings/net/minecraft/entity/player/PlayerEntity.mapping # mappings/net/minecraft/item/map/MapState.mapping # mappings/net/minecraft/server/function/FunctionBuilder.mapping # mappings/net/minecraft/server/function/Macro.mapping # mappings/net/minecraft/world/WorldEvents.mapping # mappings/net/minecraft/world/WorldSaveHandler.mapping
Conflict resolved, @Shnupbups please make sure to SCREAM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, sorry about all the forgetting to use SCREAMING_SNAKE_CASE, I must have been really tired haha. I think with the babyDimensions
ones specifically I just started with the AbstractDonkeyEntity
one, which isn't static final
for some reason and thus camelCase is fine, and assumed others would be the same without looking closely. As for the dateTimeFormatter
one... that was just extra sloppy on my part haha.
Conflict to be resolved later