You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
15
assets/minecraft/models/block/brewing_stand_empty0.json
Normal file
15
assets/minecraft/models/block/brewing_stand_empty0.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/brewing_stand",
|
||||
"stand": "block/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user