add redstone tweaks resource pack and fix blockstate variant order

This commit is contained in:
2026-07-09 22:44:56 -04:00
parent 223b733bdc
commit 7f842d74c8
2664 changed files with 16128 additions and 9050 deletions

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/0",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/0",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/1",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/1",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/2",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/2",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/3",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/3",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/4",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/4",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest/top/5",
"bottom": "minecraft:block/bee_nest/bottom",
"side": "minecraft:block/bee_nest/side",
"front": "minecraft:block/bee_nest/front/5",
"particle": "minecraft:block/bee_nest/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/0",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/0",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/1",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/1",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/2",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/2",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/3",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/3",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/4",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/4",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/beehive/top/5",
"bottom": "minecraft:block/beehive/end",
"side": "minecraft:block/beehive/side",
"front": "minecraft:block/beehive/front/5",
"particle": "minecraft:block/beehive/side"
}
}

View File

@@ -0,0 +1,20 @@
{
"textures": {
"bar": "block/bell/bar",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [0, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [0, 2, 16, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [0, 3, 16, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "west"},
"up": {"uv": [0, 3, 16, 5], "texture": "#bar"},
"down": {"uv": [0, 3, 16, 5], "texture": "#bar"}
}
}
]
}

View File

@@ -0,0 +1,20 @@
{
"textures": {
"bar": "block/bell/bar_powered",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [0, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [0, 2, 16, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [0, 3, 16, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "west"},
"up": {"uv": [0, 3, 16, 5], "texture": "#bar"},
"down": {"uv": [0, 3, 16, 5], "texture": "#bar"}
}
}
]
}

View File

@@ -0,0 +1,19 @@
{
"textures": {
"bar": "block/bell/bar",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [7, 13, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [7, 10, 9, 13], "texture": "#bar"},
"east": {"uv": [1, 10, 3, 13], "texture": "#bar"},
"south": {"uv": [6, 10, 8, 13], "texture": "#bar"},
"west": {"uv": [4, 10, 6, 13], "texture": "#bar"},
"up": {"uv": [1, 3, 3, 5], "texture": "#bar", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,19 @@
{
"textures": {
"bar": "block/bell/bar_powered",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [7, 13, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [7, 10, 9, 13], "texture": "#bar"},
"east": {"uv": [1, 10, 3, 13], "texture": "#bar"},
"south": {"uv": [6, 10, 8, 13], "texture": "#bar"},
"west": {"uv": [4, 10, 6, 13], "texture": "#bar"},
"up": {"uv": [1, 3, 3, 5], "texture": "#bar", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,43 @@
{
"textures": {
"particle": "block/bell_bottom",
"bar": "block/bell/bar",
"post": "block/stone"
},
"elements": [
{
"from": [ 2, 13, 7 ],
"to": [ 14, 15, 9 ],
"faces": {
"north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" },
"south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }
}
},
{
"from": [ 14, 0, 6 ],
"to": [ 16, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
},
{
"from": [ 0, 0, 6 ],
"to": [ 2, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
}
]
}

View File

@@ -0,0 +1,43 @@
{
"textures": {
"particle": "block/bell_bottom",
"bar": "block/bell/bar_powered",
"post": "block/stone"
},
"elements": [
{
"from": [ 2, 13, 7 ],
"to": [ 14, 15, 9 ],
"faces": {
"north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" },
"south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }
}
},
{
"from": [ 14, 0, 6 ],
"to": [ 16, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
},
{
"from": [ 0, 0, 6 ],
"to": [ 2, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
}
]
}

View File

@@ -0,0 +1,20 @@
{
"textures": {
"bar": "block/bell/bar",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [3, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [0, 2, 13, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar"},
"up": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"down": {"uv": [3, 3, 16, 5], "texture": "#bar"}
}
}
]
}

View File

@@ -0,0 +1,20 @@
{
"textures": {
"bar": "block/bell/bar_powered",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [3, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [0, 2, 13, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar"},
"up": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"down": {"uv": [3, 3, 16, 5], "texture": "#bar"}
}
}
]
}

View File

@@ -0,0 +1,24 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"side": "block/blast_furnace/side",
"top": "block/blast_furnace/top",
"particle": "block/blast_furnace/front",
"front": "block/blast_furnace/front"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [16, 16, 0, 0], "texture": "#top", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "minecraft:block/blast_furnace/top",
"front": "minecraft:block/blast_furnace/front",
"side": "minecraft:block/blast_furnace/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "minecraft:block/blast_furnace/top_on",
"front": "minecraft:block/blast_furnace/front_on",
"side": "minecraft:block/blast_furnace/side_on"
}
}

View File

@@ -0,0 +1,24 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"side": "block/blast_furnace/side_on",
"top": "block/blast_furnace/top_on",
"particle": "block/blast_furnace/front_on",
"front": "block/blast_furnace/front_on"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [16, 16, 0, 0], "texture": "#top", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/10"
},
"elements": [
{ "from": [ 5, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/12"
},
"elements": [
{ "from": [ 3, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"outside": "block/cake/14"
},
"elements": [
{ "from": [ 1, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#outside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/2"
},
"elements": [
{ "from": [ 13, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/4"
},
"elements": [
{ "from": [ 11, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/6"
},
"elements": [
{ "from": [ 9, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/8"
},
"elements": [
{ "from": [ 7, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,149 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cauldron/side",
"top": "block/cauldron/top",
"bottom": "block/cauldron/bottom",
"side": "block/cauldron/side",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/0"
},
"elements": [
{
"from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#outside", "cullface": "west" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#outside", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"north": { "texture": "#outside", "cullface": "north" },
"south": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"north": { "texture": "#side" },
"south": { "texture": "#outside", "cullface": "south" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
}
]
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_3",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/lava_still",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/lava/3",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_1",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/powder_snow",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/powder_snow/1",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_2",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/powder_snow",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/powder_snow/2",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_3",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/powder_snow",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/powder_snow/3",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,155 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cauldron/side",
"top": "block/cauldron/top",
"bottom": "block/cauldron/bottom",
"side": "block/cauldron/side",
"inside": "block/cauldron/inner"
},
"elements": [
{
"from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#outside", "cullface": "west" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#outside", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"north": { "texture": "#outside", "cullface": "north" },
"south": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"north": { "texture": "#side" },
"south": { "texture": "#outside", "cullface": "south" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 2, 4, 2 ],
"to": [ 14, 9, 14 ],
"faces": {
"up": { "texture": "#content", "tintindex": 0 }
}
}
]
}

View File

@@ -0,0 +1,155 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cauldron/side",
"top": "block/cauldron/top",
"bottom": "block/cauldron/bottom",
"side": "block/cauldron/side",
"inside": "block/cauldron/inner"
},
"elements": [
{
"from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#outside", "cullface": "west" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#outside", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"north": { "texture": "#outside", "cullface": "north" },
"south": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"north": { "texture": "#side" },
"south": { "texture": "#outside", "cullface": "south" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 2, 4, 2 ],
"to": [ 14, 12, 14 ],
"faces": {
"up": { "texture": "#content", "tintindex": 0 }
}
}
]
}

View File

@@ -0,0 +1,155 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cauldron/side",
"top": "block/cauldron/top",
"bottom": "block/cauldron/bottom",
"side": "block/cauldron/side",
"inside": "block/cauldron/inner"
},
"elements": [
{
"from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#outside", "cullface": "west" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#outside", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"north": { "texture": "#outside", "cullface": "north" },
"south": { "texture": "#side" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"north": { "texture": "#side" },
"south": { "texture": "#outside", "cullface": "south" },
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#inside" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [ 2, 4, 2 ],
"to": [ 14, 15, 14 ],
"faces": {
"up": { "texture": "#content", "tintindex": 0 }
}
}
]
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_1",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/water_still",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/water/1",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_2",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/water_still",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/water/2",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cauldron/template_3",
"textures": {
"bottom": "block/cauldron/bottom",
"content": "block/water_still",
"inside": "block/cauldron/inner",
"outside": "block/cauldron/water/3",
"particle": "block/cauldron/side",
"side": "block/cauldron/side",
"top": "block/cauldron/top"
}
}

View File

@@ -0,0 +1,54 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/comparator/off",
"slab": "block/comparator/side",
"top": "block/comparator/off",
"unlit": "block/redstone_torch_off",
"lit": "block/redstone_torch",
"bottom": "block/comparator/off_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": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"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": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"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, 5, 4 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" }
}
}
]
}

View File

@@ -0,0 +1,67 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/comparator/off_subtract",
"slab": "block/comparator/side",
"top": "block/comparator/off_subtract",
"unlit": "block/redstone_torch_off",
"lit": "block/redstone_torch",
"bottom": "block/comparator/off_subtract_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": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"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": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"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": [ 9.5, 2.5, 1.5 ],
"to": [ 6.5, 5.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": [ 7, 2, 2 ],
"to": [ 9, 5, 4 ],
"shade": false,
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
"north": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"south": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"west": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"east": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" }
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/comparator/on",
"slab": "block/comparator/side",
"top": "block/comparator/on",
"unlit": "block/redstone_torch_off",
"lit": "block/redstone_torch",
"bottom": "block/comparator/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": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"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, 5, 4 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 9 ], "texture": "#unlit" }
}
},
{ "from": [ 6.5, 4.5, 10.5 ],
"to": [ 3.5, 7.5, 13.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": [ 12.5, 4.5, 10.5 ],
"to": [ 9.5, 7.5, 13.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": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"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" }
}
}
]
}

View File

@@ -0,0 +1,93 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/comparator/on_subtract",
"slab": "block/comparator/side",
"top": "block/comparator/on_subtract",
"unlit": "block/redstone_torch_off",
"lit": "block/redstone_torch",
"bottom": "block/comparator/on_subtract_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, 2 ],
"to": [ 9, 5, 4 ],
"shade": false,
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" },
"north": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"south": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"west": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" },
"east": { "uv": [ 7, 6, 9, 9 ], "texture": "#lit" }
}
},
{ "from": [ 6.5, 4.5, 10.5 ],
"to": [ 3.5, 7.5, 13.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": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"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": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"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": [ 12.5, 4.5, 10.5 ],
"to": [ 9.5, 7.5, 13.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, 2.5, 1.5 ],
"to": [ 6.5, 5.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" }
}
}
]
}

View File

@@ -0,0 +1,61 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"top": "block/composter/top",
"outside": "block/composter/0",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/1",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 3, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/2",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 5, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/3",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 7, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/4",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 9, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/5",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/6",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 13, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_compost",
"top": "block/composter/top",
"outside": "block/composter/7",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 15, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"credit": "Based on a model by Stridey",
"parent": "block/block",
"textures": {
"compost": "block/composter_ready",
"top": "block/composter/top",
"outside": "block/composter/8",
"bottom": "block/composter/bottom",
"particle": "block/composter/side",
"side": "block/composter/side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 15, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#compost", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/black_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/blue_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/brown_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/cyan_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/gray_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/green_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/light_blue_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/light_gray_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/lime_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/magenta_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/orange_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/pink_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/purple_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/red_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/white_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete/yellow_concrete"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/black_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/blue_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/brown_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/cyan_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/gray_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/green_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/light_blue_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/light_gray_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/lime_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/magenta_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/orange_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/pink_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/purple_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/red_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/white_concrete_powder"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/concrete_powder/yellow_concrete_powder"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/crafter/regular",
"textures": {
"top": "block/crafter/top_crafting",
"north": "block/crafter/north_crafting",
"south": "block/crafter/south_crafting",
"east": "block/crafter/east_crafting",
"west": "block/crafter/west_crafting"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/crafter/regular",
"textures": {
"top": "block/crafter/top_crafting_triggered",
"north": "block/crafter/north_crafting_triggered",
"south": "block/crafter/south_crafting_triggered",
"east": "block/crafter/east_crafting_triggered",
"west": "block/crafter/west_crafting_triggered"
}
}

View File

@@ -0,0 +1,26 @@
{
"parent": "block/block",
"textures": {
"bottom": "block/crafter/bottom",
"top": "block/crafter/top",
"north": "block/crafter/north",
"south": "block/crafter/south",
"west": "block/crafter/west",
"east": "block/crafter/east",
"particle": "#north"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" }
}
}
]
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/crafter/regular",
"textures": {
"top": "block/crafter/top_triggered",
"north": "block/crafter/north_triggered",
"south": "block/crafter/south_triggered",
"west": "block/crafter/west_triggered",
"east": "block/crafter/east_triggered"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/0",
"side": "minecraft:block/daylight_detector/side/0",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/1",
"side": "minecraft:block/daylight_detector/side/1",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/10",
"side": "minecraft:block/daylight_detector/side/10",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/11",
"side": "minecraft:block/daylight_detector/side/11",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/12",
"side": "minecraft:block/daylight_detector/side/12",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/13",
"side": "minecraft:block/daylight_detector/side/13",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/14",
"side": "minecraft:block/daylight_detector/side/14",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/15",
"side": "minecraft:block/daylight_detector/side/15",
"bottom": "minecraft:block/daylight_detector/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/daylight_detector/template",
"textures": {
"top": "minecraft:block/daylight_detector/top/2",
"side": "minecraft:block/daylight_detector/side/2",
"bottom": "minecraft:block/daylight_detector/side"
}
}

Some files were not shown because too many files have changed in this diff Show More