UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

97 lines 1.9 kB
{ "formatVersion": "1.0.0", "identifier": "mossy_stone", "description": "Weathered stone block with moss growth", "pixelsPerUnit": 2, "textures": { "stone": { "background": { "type": "stipple_noise", "colors": [ "#6B6B6B", "#5A5A5A", "#7C7C7C" ], "seed": 2301, "factor": 0.3 }, "effects": { "overlay": { "pattern": "cracks", "density": 0.15, "seed": 2302 } } }, "mossy": { "background": { "type": "stipple_noise", "colors": [ "#6B6B6B", "#5A5A5A" ], "seed": 2301, "factor": 0.3 }, "effects": { "overlay": [ { "pattern": "cracks", "density": 0.1, "seed": 2302 }, { "pattern": "moss", "density": 0.4, "seed": 2303 } ] } } }, "bones": [ { "name": "block", "pivot": [ 0, 8, 0 ], "cubes": [ { "origin": [ -8, 0, -8 ], "size": [ 16, 16, 16 ], "faces": { "north": { "textureId": "mossy" }, "south": { "textureId": "mossy" }, "east": { "textureId": "mossy" }, "west": { "textureId": "mossy" }, "up": { "textureId": "mossy" }, "down": { "textureId": "stone" } } } ] } ], "category": "block" }