Map debug stick

This commit is contained in:
KennyTV 2020-01-07 18:46:19 +01:00
parent 26fab9f1ea
commit 884dcbe5b9

View File

@ -601,6 +601,7 @@ public class BlockItemPackets1_13 extends BlockItemRewriter<Protocol1_12_2To1_13
rewrite(205).repItem(new Item(90, (byte) 1, (short) -1, getNamedTag("1.13 Mushroom Stem"))); rewrite(205).repItem(new Item(90, (byte) 1, (short) -1, getNamedTag("1.13 Mushroom Stem")));
rewrite(768).repItem(new Item(492, (byte) 1, (short) -1, getNamedTag("1.13 Debug Stick")));
enchantmentMappings.put("minecraft:loyalty", "§7Loyalty"); enchantmentMappings.put("minecraft:loyalty", "§7Loyalty");
enchantmentMappings.put("minecraft:impaling", "§7Impaling"); enchantmentMappings.put("minecraft:impaling", "§7Impaling");