mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 12:51:22 +01:00
Fix AT format issue
This commit is contained in:
parent
b8cf7d380e
commit
5251afda5b
@ -9,10 +9,10 @@
|
|||||||
public net.minecraft.world.item.Item rarity
|
public net.minecraft.world.item.Item rarity
|
||||||
|
|
||||||
# More Enchantment API
|
# More Enchantment API
|
||||||
public net.minecraft.world.item.enchantment.Enchantment slots;
|
public net.minecraft.world.item.enchantment.Enchantment slots
|
||||||
|
|
||||||
# Fix and optimise world force upgrading
|
# Fix and optimise world force upgrading
|
||||||
public net.minecraft.util.worldupdate.WorldUpgrader REGEX;
|
public net.minecraft.util.worldupdate.WorldUpgrader REGEX
|
||||||
|
|
||||||
# More Lidded Block API
|
# More Lidded Block API
|
||||||
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter
|
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter
|
Loading…
Reference in New Issue
Block a user