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.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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user