added nether mobs to the altar of birthing

Closes #157
This commit is contained in:
Ell 2020-11-16 22:10:15 +01:00
parent 7ec222996b
commit 46b7d2bd69
5 changed files with 68 additions and 2 deletions

View file

@ -123,7 +123,7 @@
},
{
"type": "naturesaura:animal_spawner",
"recipe": "naturesaura:zombie_pigman"
"recipe": "naturesaura:zombified_piglin"
},
{
"type": "naturesaura:animal_spawner",
@ -196,6 +196,18 @@
{
"type": "naturesaura:animal_spawner",
"recipe": "naturesaura:cat"
},
{
"type": "naturesaura:animal_spawner",
"recipe": "naturesaura:piglin"
},
{
"type": "naturesaura:animal_spawner",
"recipe": "naturesaura:piglin_brute"
},
{
"type": "naturesaura:animal_spawner",
"recipe": "naturesaura:hoglin"
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "naturesaura:animal_spawner",
"ingredients": [
{
"item": "naturesaura:birth_spirit"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:porkchop"
},
{
"item": "minecraft:gold_nugget"
}
],
"entity": "minecraft:hoglin",
"aura": 120000,
"time": 150
}

View file

@ -0,0 +1,17 @@
{
"type": "naturesaura:animal_spawner",
"ingredients": [
{
"item": "naturesaura:birth_spirit"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:gold_ingot"
}
],
"entity": "minecraft:piglin",
"aura": 120000,
"time": 150
}

View file

@ -0,0 +1,17 @@
{
"type": "naturesaura:animal_spawner",
"ingredients": [
{
"item": "naturesaura:birth_spirit"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:gold_block"
}
],
"entity": "minecraft:piglin_brute",
"aura": 120000,
"time": 150
}

View file

@ -11,7 +11,7 @@
"item": "minecraft:gold_nugget"
}
],
"entity": "minecraft:zombie_pigman",
"entity": "minecraft:zombified_piglin",
"aura": 120000,
"time": 150
}