Emerald Balancing

This commit is contained in:
skippyall
2026-05-23 14:16:08 +02:00
parent 2e9c8337d4
commit 2affec42c8
3 changed files with 23 additions and 0 deletions
@@ -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));