You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
32
assets/minecraft/models/block/template_fire_floor.json
Normal file
32
assets/minecraft/models/block/template_fire_floor.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#fire"
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 8.8 ],
|
||||
"to": [ 16, 22.4, 8.8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 0, 0, 7.2 ],
|
||||
"to": [ 16, 22.4, 7.2 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 8.8, 0, 0 ],
|
||||
"to": [ 8.8, 22.4, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 7.2, 0, 0 ],
|
||||
"to": [ 7.2, 22.4, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user