UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

412 lines 8.31 kB
{ "formatVersion": "1.0.0", "identifier": "custom_robot", "description": "A mechanical robot with metal plating and glowing circuits. 32 units tall (~2 blocks). Perfect for tech-themed mobs.", "textureSize": [ 64, 64 ], "textures": { "metal_gray": { "background": { "type": "dither_noise", "colors": [ "#707070", "#606060", "#808080" ], "seed": 9001 } }, "metal_dark": { "background": { "type": "dither_noise", "colors": [ "#404040", "#303030", "#505050" ], "seed": 9002 } }, "circuit": { "background": { "type": "gradient", "colors": [ "#00FF00", "#00AA00" ] } }, "eyes": { "background": { "type": "solid", "colors": [ "#FF0000" ] } }, "joints": { "background": { "type": "stipple_noise", "colors": [ "#505050", "#404040", "#606060" ], "seed": 9003 } } }, "bones": [ { "name": "head", "pivot": [ 0, 26, 0 ], "cubes": [ { "origin": [ -4, 26, -4 ], "size": [ 8, 6, 8 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "metal_dark" }, "down": { "textureId": "joints" } } }, { "origin": [ -3, 28, -5 ], "size": [ 6, 2, 1 ], "faces": { "north": { "textureId": "eyes" }, "south": { "textureId": "eyes" }, "east": { "textureId": "eyes" }, "west": { "textureId": "eyes" }, "up": { "textureId": "eyes" }, "down": { "textureId": "eyes" } } }, { "origin": [ -1, 32, -1 ], "size": [ 2, 4, 2 ], "faces": { "north": { "textureId": "metal_dark" }, "south": { "textureId": "metal_dark" }, "east": { "textureId": "metal_dark" }, "west": { "textureId": "metal_dark" }, "up": { "textureId": "circuit" }, "down": { "textureId": "metal_dark" } } } ] }, { "name": "body", "pivot": [ 0, 18, 0 ], "cubes": [ { "origin": [ -5, 12, -3 ], "size": [ 10, 14, 6 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "joints" }, "down": { "textureId": "joints" } } }, { "origin": [ -3, 16, -4 ], "size": [ 6, 6, 1 ], "faces": { "north": { "textureId": "circuit" }, "south": { "textureId": "circuit" }, "east": { "textureId": "circuit" }, "west": { "textureId": "circuit" }, "up": { "textureId": "circuit" }, "down": { "textureId": "circuit" } } } ] }, { "name": "right_arm", "pivot": [ 6, 24, 0 ], "cubes": [ { "origin": [ 5, 14, -2 ], "size": [ 4, 12, 4 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "joints" }, "down": { "textureId": "metal_dark" } } } ] }, { "name": "left_arm", "pivot": [ -6, 24, 0 ], "cubes": [ { "origin": [ -9, 14, -2 ], "size": [ 4, 12, 4 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "joints" }, "down": { "textureId": "metal_dark" } } } ] }, { "name": "right_leg", "pivot": [ 3, 12, 0 ], "cubes": [ { "origin": [ 1, 0, -2 ], "size": [ 4, 12, 4 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "joints" }, "down": { "textureId": "metal_dark" } } } ] }, { "name": "left_leg", "pivot": [ -3, 12, 0 ], "cubes": [ { "origin": [ -5, 0, -2 ], "size": [ 4, 12, 4 ], "faces": { "north": { "textureId": "metal_gray" }, "south": { "textureId": "metal_gray" }, "east": { "textureId": "metal_gray" }, "west": { "textureId": "metal_gray" }, "up": { "textureId": "joints" }, "down": { "textureId": "metal_dark" } } } ] } ], "category": "entity" }