{ "mixins": "stonehearth:mixins:item_properties", "type": "entity", "components": { "item": { "stacks": 10 }, "model_variants": { "default": { "models": [ "file(leather_bolt.qb)" ] } }, "unit_info": { "name": "Bundle of Leather", "description": "Supple but durable.", "icon" : "file(leather_bolt.png)" }, "stonehearth:material" : { "tags" : "leather resource animal_part" }, "mob" : { "model_origin" : { "x": -0.05, "y": 0, "z": 0.05 } } } }