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.IRON_SHOVEL));
inv.add(new ItemStack(Items.BUCKET)); inv.add(new ItemStack(Items.BUCKET));
inv.add(new ItemStack(Items.BREAD, 32)); 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.OFFHAND, new ItemStack(Items.SHIELD));
player.setItemSlot(EquipmentSlot.HEAD, new ItemStack(Items.IRON_HELMET)); player.setItemSlot(EquipmentSlot.HEAD, new ItemStack(Items.IRON_HELMET));
@@ -0,0 +1,16 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:totem_of_undying"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/evoker"
}
@@ -0,0 +1,5 @@
{
"type": "minecraft:entity",
"pools": [],
"random_sequence": "minecraft:entities/vindicator"
}