You've already forked minecraft-assets
Create/Update assets for version 1.16
This commit is contained in:
16
assets/minecraft/models/block/template_fire_side.json
Normal file
16
assets/minecraft/models/block/template_fire_side.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#fire"
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0.01 ],
|
||||
"to": [ 16, 22.4, 0.01 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user