tons of patches (#5835)

This commit is contained in:
Jake Potrebic 2021-06-14 19:59:31 -07:00 committed by GitHub
parent 38e4dc3050
commit d3424f4a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
276 changed files with 1441 additions and 2130 deletions

View file

@ -4,3 +4,15 @@
# This line would make the field public and remove the final modifier
#public-f net.minecraft.network.protocol.game.ClientboundChatPacket sender
# Leave out the member and it will apply to the class itself
# Item Rarity API
public net.minecraft.world.item.Item rarity
# More Enchantment API
public net.minecraft.world.item.enchantment.Enchantment slots;
# Fix and optimise world force upgrading
public net.minecraft.util.worldupdate.WorldUpgrader REGEX;
# More Lidded Block API
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter