SMP-MODPACK/.minecraft/resourcepacks/assets/minecraft/models/block/repeater_2tick_locked.json
2024-03-06 10:50:17 +01:00

49 lines
2.2 KiB
JSON

{
"__comment": "JimStoneCraft - 2020",
"parent": "minecraft:block/small_block",
"ambientocclusion": false,
"textures": {
"particle": "minecraft:block/repeater",
"slab": "minecraft:block/repeater_bottom",
"top": "minecraft:block/repeater",
"lock": "minecraft:block/bedrock",
"unlit": "minecraft:block/redstone_torch_off"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
},
"__comment": "Base"
},
{ "from": [ 2, 2, 8 ],
"to": [ 14, 4, 10 ],
"faces": {
"down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 },
"up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 },
"north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" },
"south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" },
"west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" },
"east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }
},
"__comment": "Lock"
},
{ "from": [ 7, 2, 2 ],
"to": [ 9, 7, 4 ],
"faces": {
"up": { "uv": [ 7, 4, 9, 6 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }
},
"__comment": "Fixed"
}
]
}