Fix AT format issue

This commit is contained in:
Kyle Wood 2021-06-14 22:58:14 -05:00
parent d3424f4a8a
commit cf885102cd
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
public net.minecraft.world.item.Item rarity
# 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
public net.minecraft.util.worldupdate.WorldUpgrader REGEX;
public net.minecraft.util.worldupdate.WorldUpgrader REGEX
# More Lidded Block API
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter