umm/mods/overrides/kubejs/data/hostilenetworks/data_models/skeleton.json

42 lines
931 B
JSON
Raw Permalink Normal View History

2024-03-20 20:29:50 +01:00
{
"entity": "minecraft:skeleton",
"variants": [
"minecraft:stray"
],
"name": "entity.minecraft.skeleton",
"name_color": "#BCBCBC",
"gui_scale": 1,
"gui_x_offset": 0,
"gui_y_offset": 0,
"gui_z_offset": 0,
"sim_cost": 256,
"input": {
"item": "hostilenetworks:prediction_matrix"
},
"base_drop": {
"item": "hostilenetworks:overworld_prediction"
},
"trivia": "hostilenetworks.trivia.skeleton",
"fabricator_drops": [
{
"item": "minecraft:arrow",
"count": 32
},
{
"item": "minecraft:bone",
"count": 24
},
{
"item": "minecraft:skeleton_skull",
"count": 4
},
{
"item": "reliquary:rib_bone",
"count": 2
},
{
"item": "bhc:red_heart",
"count": 1
}
]
}