mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
parent
7ec222996b
commit
46b7d2bd69
5 changed files with 68 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"item": "minecraft:gold_nugget"
|
||||
}
|
||||
],
|
||||
"entity": "minecraft:zombie_pigman",
|
||||
"entity": "minecraft:zombified_piglin",
|
||||
"aura": 120000,
|
||||
"time": 150
|
||||
}
|
Loading…
Reference in a new issue