add redstone tweaks resource pack and fix blockstate variant order
This commit is contained in:
45
public/assets/minecraft/models/block/repeater/1.json
Normal file
45
public/assets/minecraft/models/block/repeater/1.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/1",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/1",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/1_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 6 ],
|
||||
"to": [ 9, 7, 8 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
46
public/assets/minecraft/models/block/repeater/1_locked.json
Normal file
46
public/assets/minecraft/models/block/repeater/1_locked.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/1",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/1",
|
||||
"lock": "block/repeater/lock",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/1_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 6 ],
|
||||
"to": [ 14, 4, 8 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
69
public/assets/minecraft/models/block/repeater/1_on.json
Normal file
69
public/assets/minecraft/models/block/repeater/1_on.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/1_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/1_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"bottom": "block/repeater/1_on_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 6 ],
|
||||
"to": [ 9, 7, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 5.5 ],
|
||||
"to": [ 6.5, 7.5, 8.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/1_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/1_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"lock": "block/repeater/lock",
|
||||
"bottom": "block/repeater/1_on_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 6 ],
|
||||
"to": [ 14, 4, 8 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
45
public/assets/minecraft/models/block/repeater/2.json
Normal file
45
public/assets/minecraft/models/block/repeater/2.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/2",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/2",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/2_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 8 ],
|
||||
"to": [ 9, 7, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
46
public/assets/minecraft/models/block/repeater/2_locked.json
Normal file
46
public/assets/minecraft/models/block/repeater/2_locked.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/2",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/2",
|
||||
"lock": "block/repeater/lock",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/2_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
69
public/assets/minecraft/models/block/repeater/2_on.json
Normal file
69
public/assets/minecraft/models/block/repeater/2_on.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/2_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/2_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"bottom": "block/repeater/2_on_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 8 ],
|
||||
"to": [ 9, 7, 10 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 7.5 ],
|
||||
"to": [ 6.5, 7.5, 10.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/2_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/2_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"lock": "block/repeater/lock",
|
||||
"bottom": "block/repeater/2_on_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
45
public/assets/minecraft/models/block/repeater/3.json
Normal file
45
public/assets/minecraft/models/block/repeater/3.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/3",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/3",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/3_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 10 ],
|
||||
"to": [ 9, 7, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
46
public/assets/minecraft/models/block/repeater/3_locked.json
Normal file
46
public/assets/minecraft/models/block/repeater/3_locked.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/3",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/3",
|
||||
"lock": "block/repeater/lock",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/3_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 10 ],
|
||||
"to": [ 14, 4, 12 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
69
public/assets/minecraft/models/block/repeater/3_on.json
Normal file
69
public/assets/minecraft/models/block/repeater/3_on.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/3_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/3_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"bottom": "block/repeater/3_on_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 10 ],
|
||||
"to": [ 9, 7, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 9.5 ],
|
||||
"to": [ 6.5, 7.5, 12.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/3_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/3_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"lock": "block/repeater/lock",
|
||||
"bottom": "block/repeater/3_on_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 10 ],
|
||||
"to": [ 14, 4, 12 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
45
public/assets/minecraft/models/block/repeater/4.json
Normal file
45
public/assets/minecraft/models/block/repeater/4.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/4",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/4",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/4_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 12 ],
|
||||
"to": [ 9, 7, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
46
public/assets/minecraft/models/block/repeater/4_locked.json
Normal file
46
public/assets/minecraft/models/block/repeater/4_locked.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/4",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/4",
|
||||
"lock": "block/repeater/lock",
|
||||
"unlit": "block/redstone_torch_off",
|
||||
"bottom": "block/repeater/4_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 12 ],
|
||||
"to": [ 14, 4, 14 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
69
public/assets/minecraft/models/block/repeater/4_on.json
Normal file
69
public/assets/minecraft/models/block/repeater/4_on.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/4_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/4_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"bottom": "block/repeater/4_on_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 12 ],
|
||||
"to": [ 9, 7, 14 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 11.5 ],
|
||||
"to": [ 6.5, 7.5, 14.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/repeater/4_on",
|
||||
"slab": "block/repeater/side",
|
||||
"top": "block/repeater/4_on",
|
||||
"lit": "block/redstone_torch",
|
||||
"lock": "block/repeater/lock",
|
||||
"bottom": "block/repeater/4_on_locked_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "rotation": 180, "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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 12 ],
|
||||
"to": [ 14, 4, 14 ],
|
||||
"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" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 7, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#lit" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.5, 4.5, 1.5 ],
|
||||
"to": [ 6.5, 7.5, 4.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" },
|
||||
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#lit" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user