MCMinecraft Assets Explorer

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

template_fire_up.json0 B

Empty File
{
    "textures": {
        "particle": "#fire"
    },
    "ambientocclusion": false,
    "elements": [
        {   "from": [ 0, 16, 0 ],
            "to": [ 16, 16, 16 ],
            "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
            "shade": false,
            "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }}
        },
        {   "from": [ 0, 16, 0 ],
            "to": [ 16, 16, 16 ],
            "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
            "shade": false,
            "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }}
        }
    ]
}