added berserker
This commit is contained in:
parent
e3b5b34017
commit
143fdab6fa
11 changed files with 62 additions and 8 deletions
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "tfg:illagers/mob_berserker",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 100,
|
||||
"element": {
|
||||
"location": "tfg:illager_generic/mobs/berserker",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -28,6 +28,15 @@
|
|||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 80,
|
||||
"element": {
|
||||
"location": "tfg:illager_generic/mobs/berserker",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue