MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

template_fire_floor.json0 B

Empty File
{
    "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" }}
        }
    ]
}