You've already forked minecraft-assets
Create/Update assets for version 1.8.2
This commit is contained in:
86
assets/minecraft/models/block/brewing_stand_empty.json
Normal file
86
assets/minecraft/models/block/brewing_stand_empty.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"base": "blocks/brewing_stand_base",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 14, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
|
||||
"north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9, 0, 5 ],
|
||||
"to": [ 15, 2, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
|
||||
"up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
|
||||
"north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 0, 1 ],
|
||||
"to": [ 8, 2, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
|
||||
"up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
|
||||
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 0, 9 ],
|
||||
"to": [ 8, 2, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
|
||||
"up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
|
||||
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 16, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 8 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 8 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user