1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-14 10:27:14 +00:00
bedrock-samples/resource_pack/models/entity/crossbow.geo.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

126 lines
2.5 KiB
JSON

{
"format_version": "1.16.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.crossbow_pulling_0",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "crossbow_pulling_0"
}
]
}
]
},
{
"description": {
"identifier": "geometry.crossbow_pulling_1",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "crossbow_pulling_1"
}
]
}
]
},
{
"description": {
"identifier": "geometry.crossbow_pulling_2",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "crossbow_pulling_2"
}
]
}
]
},
{
"description": {
"identifier": "geometry.crossbow_standby",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "default"
}
]
}
]
},
{
"description": {
"identifier": "geometry.crossbow_arrow",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "crossbow_arrow"
}
]
}
]
},
{
"description": {
"identifier": "geometry.crossbow_rocket",
"texture_width": 16.0,
"texture_height": 16.0
},
"bones": [
{
"name": "rightitem",
"binding": "q.item_slot_to_bone_name(c.item_slot)",
"texture_meshes": [
{
"position": [ 0.0, -5.0, -3.0 ],
"rotation": [ 90.0, 0.0, -49.0 ],
"texture": "crossbow_rocket"
}
]
}
]
}
]
}