Emerald Balancing
This commit is contained in:
@@ -66,6 +66,8 @@ public class VillaMod implements ModInitializer {
|
||||
inv.add(new ItemStack(Items.IRON_SHOVEL));
|
||||
inv.add(new ItemStack(Items.BUCKET));
|
||||
inv.add(new ItemStack(Items.BREAD, 32));
|
||||
inv.add(new ItemStack(Items.EMERALD, 64));
|
||||
inv.add(new ItemStack(Items.EMERALD, 32));
|
||||
|
||||
player.setItemSlot(EquipmentSlot.OFFHAND, new ItemStack(Items.SHIELD));
|
||||
player.setItemSlot(EquipmentSlot.HEAD, new ItemStack(Items.IRON_HELMET));
|
||||
|
||||
Reference in New Issue
Block a user