43 lines
No EOL
1 KiB
JSON
43 lines
No EOL
1 KiB
JSON
{
|
|
"entity": "minecraft:zombie",
|
|
"subtypes": [
|
|
"minecraft:husk",
|
|
"minecraft:zombie_villager",
|
|
"twilightforest:rising_zombie"
|
|
],
|
|
"name": "entity.minecraft.zombie",
|
|
"name_color": "#00FFFFFF",
|
|
"gui_scale": 1,
|
|
"gui_x_offset": 0,
|
|
"gui_y_offset": 0,
|
|
"gui_z_offset": 0,
|
|
"sim_cost": 64,
|
|
"input": {
|
|
"item": "hostilenetworks:prediction_matrix"
|
|
},
|
|
"base_drop": {
|
|
"item": "hostilenetworks:overworld_prediction"
|
|
},
|
|
"trivia": "hostilenetworks.trivia.zombie",
|
|
"fabricator_drops": [{
|
|
"item": "minecraft:rotten_flesh",
|
|
"count": 40
|
|
},
|
|
{
|
|
"item": "minecraft:iron_ingot",
|
|
"count": 12
|
|
},
|
|
{
|
|
"item": "minecraft:carrot",
|
|
"count": 32
|
|
},
|
|
{
|
|
"item": "minecraft:potato",
|
|
"count": 32
|
|
},
|
|
{
|
|
"item": "minecraft:zombie_head",
|
|
"count": 6
|
|
}
|
|
]
|
|
} |