vanilla tweaks redstone utilities

This commit is contained in:
David Allemang
2026-07-04 11:10:04 -04:00
parent 8249c4dd52
commit 7b0c4e4554
313 changed files with 3873 additions and 1172 deletions

View File

@@ -0,0 +1,10 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"textures": {
"top": "minecraft:block/bee_nest_top",
"bottom": "minecraft:block/bee_nest_bottom",
"side": "minecraft:block/bee_nest_side",
"front": "minecraft:block/bee_nest_front_filled_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",
"bottom": "minecraft:block/bee_nest_bottom",
"side": "minecraft:block/bee_nest_side",
"front": "minecraft:block/bee_nest_front_filled_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",
"bottom": "minecraft:block/bee_nest_bottom",
"side": "minecraft:block/bee_nest_side",
"front": "minecraft:block/bee_nest_front_filled_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",
"bottom": "minecraft:block/bee_nest_bottom",
"side": "minecraft:block/bee_nest_side",
"front": "minecraft:block/bee_nest_front_filled_4",
"particle": "minecraft:block/bee_nest_side"
}
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,148 +1,150 @@
{
"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": "#side", "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": "#side", "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": "#side", "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": "#side", "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" }
}
}
]
}
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"outside": "block/cauldron_side_level_0",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 2, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 2],
"to": [14, 4, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#inside"}
}
},
{
"from": [14, 3, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 14, 14, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 0, 14, 2], "texture": "#inside"}
}
},
{
"from": [0, 0, 0],
"to": [4, 3, 2],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 14, 4, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 2],
"to": [2, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"south": {"uv": [0, 13, 2, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 12, 2, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [16, 3, 2],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": {"uv": [12, 14, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 2],
"to": [16, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [14, 13, 16, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side"},
"down": {"uv": [14, 12, 16, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [4, 3, 16],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 4, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 12],
"to": [2, 3, 14],
"faces": {
"north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 2, 2, 4], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 14],
"to": [16, 3, 16],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": {"uv": [12, 0, 16, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 12],
"to": [16, 3, 14],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "east"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": {"uv": [14, 2, 16, 4], "texture": "#bottom", "cullface": "down"}
}
}
]
}

View File

@@ -1,55 +1,61 @@
{
"parent": "block/block",
"textures": {
"particle": "block/composter_side",
"top": "block/composter_top",
"bottom": "block/composter_bottom",
"side": "block/composter_side",
"inside": "block/composter_bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"up": { "texture": "#inside" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 0, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" }
}
},
{ "from": [ 2, 0, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"top": "block/composter_top",
"outside": "block/composter_side_level_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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 5, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 7, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 9, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 11, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 13, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_compost"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 15, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"4": "block/composter_compost",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#4", "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

@@ -1,14 +1,62 @@
{
"textures": {
"particle": "block/composter_compost",
"inside": "block/composter_ready"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 15, 14 ],
"faces": {
"up": { "texture": "#inside" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"5": "block/composter_ready",
"top": "block/composter_top",
"outside": "block/composter_side_level_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": "#5", "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

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/cut_copper",
"side": "minecraft:block/cut_copper",
"top": "minecraft:block/cut_copper"
"bottom": "minecraft:block/cut_copper_slab_double",
"top": "minecraft:block/cut_copper_slab_double",
"side": "minecraft:block/cut_copper_slab_double"
}
}

View File

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

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/cut_copper",
"side": "minecraft:block/cut_copper",
"top": "minecraft:block/cut_copper"
"bottom": "minecraft:block/cut_copper_slab_double",
"top": "minecraft:block/cut_copper_slab_double",
"side": "minecraft:block/cut_copper_slab_double"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/red_sandstone_top",
"side": "minecraft:block/cut_red_sandstone",
"top": "minecraft:block/red_sandstone_top"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "block/cut_red_sandstone_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/cut_red_sandstone_slab_side",
"end": "block/red_sandstone_top"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/red_sandstone_top",
"side": "minecraft:block/cut_red_sandstone",
"top": "minecraft:block/red_sandstone_top"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "block/cut_red_sandstone_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/sandstone_top",
"side": "minecraft:block/cut_sandstone",
"top": "minecraft:block/sandstone_top"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "block/cut_sandstone_slab_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/sandstone_top",
"side": "minecraft:block/cut_sandstone_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/sandstone_top",
"side": "minecraft:block/cut_sandstone",
"top": "minecraft:block/sandstone_top"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "block/cut_sandstone_slab_side"
}
}

View File

@@ -1,8 +1,56 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"front": "minecraft:block/dispenser_front",
"side": "minecraft:block/furnace_side",
"top": "minecraft:block/furnace_top"
}
"credit": "Created by Stridey",
"textures": {
"0": "block/dispenser_side_l",
"1": "block/dispenser_side_r",
"2": "block/dispenser_front",
"5": "block/dispenser_top",
"6": "block/dispenser_back",
"particle": "block/dispenser_side_l"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#5", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

View File

@@ -1,7 +1,24 @@
{
"parent": "minecraft:block/orientable_vertical",
"textures": {
"front": "minecraft:block/dispenser_front_vertical",
"side": "minecraft:block/furnace_top"
}
"credit": "Created by Stridey",
"parent": "block/cube",
"textures": {
"0": "block/dispenser_top",
"1": "block/furnace_top",
"2": "block/dispenser_front_vertical",
"particle": "block/dispenser_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
}
]
}

View File

@@ -1,8 +1,56 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"front": "minecraft:block/dropper_front",
"side": "minecraft:block/furnace_side",
"top": "minecraft:block/furnace_top"
}
"credit": "Created by Stridey",
"textures": {
"0": "block/dispenser_side_l",
"1": "block/dispenser_side_r",
"2": "block/dropper_front",
"5": "block/dispenser_top",
"6": "block/dispenser_back",
"particle": "block/dispenser_side_l"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#5", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

View File

@@ -1,7 +1,24 @@
{
"parent": "minecraft:block/orientable_vertical",
"textures": {
"front": "minecraft:block/dropper_front_vertical",
"side": "minecraft:block/furnace_top"
}
"credit": "Created by Stridey",
"parent": "block/cube",
"textures": {
"0": "block/dispenser_top",
"1": "block/furnace_top",
"2": "block/dropper_front_vertical",
"particle": "block/dispenser_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
}
]
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/exposed_cut_copper",
"side": "minecraft:block/exposed_cut_copper",
"top": "minecraft:block/exposed_cut_copper"
"bottom": "minecraft:block/exposed_cut_copper_slab_double",
"top": "minecraft:block/exposed_cut_copper_slab_double",
"side": "minecraft:block/exposed_cut_copper_slab_double"
}
}

View File

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

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/exposed_cut_copper",
"side": "minecraft:block/exposed_cut_copper",
"top": "minecraft:block/exposed_cut_copper"
"bottom": "minecraft:block/exposed_cut_copper_slab_double",
"top": "minecraft:block/exposed_cut_copper_slab_double",
"side": "minecraft:block/exposed_cut_copper_slab_double"
}
}

View File

@@ -1,78 +1,88 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/hopper_outside",
"top": "block/hopper_top",
"side": "block/hopper_outside",
"inside": "block/hopper_inside"
},
"elements": [
{ "from": [ 0, 10, 0 ],
"to": [ 16, 11, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#inside", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 11, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "up" }
}
},
{ "from": [ 14, 11, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "up" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 11, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "up" }
}
},
{ "from": [ 2, 11, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "up" },
"south": { "texture": "#side", "cullface": "south" }
}
},
{ "from": [ 4, 4, 4 ],
"to": [ 12, 10, 12 ],
"faces": {
"down": { "texture": "#inside" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 6, 4, 0 ],
"to": [ 10, 8, 4 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#side" },
"north": { "texture": "#side", "cullface": "north" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"bottom": "block/hopper_inside",
"top": "block/hopper_top",
"particle": "block/hopper_outside",
"side": "block/hopper_outside",
"inside_arrow": "block/hopper_inside_arrow",
"side_arrow": "block/hopper_outside_arrow"
},
"elements": [
{
"from": [0, 10, 0],
"to": [16, 11, 16],
"faces": {
"north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#inside_arrow", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
}
},
{
"from": [0, 11, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "up"},
"south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
"west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [14, 11, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "east"},
"south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
"west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 11, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "north"},
"south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
}
},
{
"from": [2, 11, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [4, 4, 4],
"to": [12, 10, 12],
"faces": {
"north": {"uv": [4, 6, 12, 12], "texture": "#side"},
"east": {"uv": [4, 6, 12, 12], "texture": "#side"},
"south": {"uv": [4, 6, 12, 12], "texture": "#side"},
"west": {"uv": [4, 6, 12, 12], "texture": "#side"},
"down": {"uv": [4, 4, 12, 12], "texture": "#bottom"}
}
},
{
"from": [6, 4, 0],
"to": [10, 8, 4],
"faces": {
"north": {"uv": [6, 8, 10, 12], "texture": "#side", "cullface": "north"},
"east": {"uv": [12, 8, 16, 12], "texture": "#side"},
"west": {"uv": [0, 8, 4, 12], "texture": "#side"},
"up": {"uv": [6, 0, 10, 4], "texture": "#side"},
"down": {"uv": [6, 12, 10, 16], "texture": "#bottom"}
}
}
]
}

View File

@@ -1,11 +1,151 @@
{
"parent": "minecraft:block/template_cauldron_full",
"textures": {
"bottom": "minecraft:block/cauldron_bottom",
"content": "minecraft:block/lava_still",
"inside": "minecraft:block/cauldron_inner",
"particle": "minecraft:block/cauldron_side",
"side": "minecraft:block/cauldron_side",
"top": "minecraft:block/cauldron_top"
}
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"6": "block/lava_still",
"outside": "block/lava_cauldron_side",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 2, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 2],
"to": [14, 15, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#6", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#inside"}
}
},
{
"from": [14, 3, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 14, 14, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 0, 14, 2], "texture": "#inside"}
}
},
{
"from": [0, 0, 0],
"to": [4, 3, 2],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 14, 4, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 2],
"to": [2, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"south": {"uv": [0, 13, 2, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 12, 2, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [16, 3, 2],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": {"uv": [12, 14, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 2],
"to": [16, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [14, 13, 16, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side"},
"down": {"uv": [14, 12, 16, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [4, 3, 16],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 4, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 12],
"to": [2, 3, 14],
"faces": {
"north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 2, 2, 4], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 14],
"to": [16, 3, 16],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": {"uv": [12, 0, 16, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 12],
"to": [16, 3, 14],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "east"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": {"uv": [14, 2, 16, 4], "texture": "#bottom", "cullface": "down"}
}
}
]
}

View File

@@ -1,32 +1,36 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cobblestone",
"base": "block/cobblestone",
"lever": "block/lever"
},
"elements": [
{ "from": [ 5, -0.02, 4 ],
"to": [ 11, 2.98, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 },
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"base_texture": "minecraft:block/lever_base",
"particle": "minecraft:block/cobblestone",
"base": "minecraft:block/cobblestone",
"lever": "minecraft:block/lever"
},
"elements": [
{
"from": [5, 0, 4],
"to": [11, 3, 12],
"faces": {
"north": {"uv": [5, 0, 11, 3], "texture": "#base"},
"east": {"uv": [4, 0, 12, 3], "texture": "#base"},
"south": {"uv": [5, 0, 11, 3], "texture": "#base"},
"west": {"uv": [4, 0, 12, 3], "texture": "#base"},
"up": {"uv": [9, 4, 15, 12], "texture": "#base_texture"},
"down": {"uv": [5, 4, 11, 12], "texture": "#base", "cullface": "down"}
}
},
{
"from": [7, 1, 7],
"to": [9, 11, 9],
"rotation": {"angle": -45, "axis": "x", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"east": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"south": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"west": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"up": {"uv": [7, 6, 9, 8], "texture": "#lever"}
}
}
]
}

View File

@@ -1,32 +1,36 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cobblestone",
"base": "block/cobblestone",
"lever": "block/lever"
},
"elements": [
{ "from": [ 5, -0.02, 4 ],
"to": [ 11, 2.98, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 },
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"base_texture": "minecraft:block/lever_base",
"particle": "minecraft:block/cobblestone",
"base": "minecraft:block/cobblestone",
"lever": "minecraft:block/lever"
},
"elements": [
{
"from": [5, 0, 4],
"to": [11, 3, 12],
"faces": {
"north": {"uv": [5, 0, 11, 3], "texture": "#base"},
"east": {"uv": [4, 0, 12, 3], "texture": "#base"},
"south": {"uv": [5, 0, 11, 3], "texture": "#base"},
"west": {"uv": [4, 0, 12, 3], "texture": "#base"},
"up": {"uv": [1, 4, 7, 12], "texture": "#base_texture"},
"down": {"uv": [5, 4, 11, 12], "texture": "#base", "cullface": "down"}
}
},
{
"from": [7, 1, 7],
"to": [9, 11, 9],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"east": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"south": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"west": {"uv": [7, 6, 9, 16], "texture": "#lever"},
"up": {"uv": [7, 6, 9, 8], "texture": "#lever"}
}
}
]
}

View File

@@ -1,7 +1,18 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/lodestone_top",
"side": "minecraft:block/lodestone_side"
}
"parent": "block/cube",
"textures": {
"east": "block/lodestone_east",
"north": "block/lodestone_north",
"south": "block/lodestone_south",
"up": "block/lodestone_top",
"down": "block/lodestone_top",
"west": "block/lodestone_west",
"particle": "block/lodestone_east"
},
"display": {
"gui": {
"rotation": [30, 135, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_0",
"pitch": "block/note_block_pitch_0"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_1",
"pitch": "block/note_block_pitch_1"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_10",
"pitch": "block/note_block_pitch_10"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_11",
"pitch": "block/note_block_pitch_11"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_12",
"pitch": "block/note_block_pitch_12"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_13",
"pitch": "block/note_block_pitch_13"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_14",
"pitch": "block/note_block_pitch_14"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_15",
"pitch": "block/note_block_pitch_15"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_16",
"pitch": "block/note_block_pitch_16"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_17",
"pitch": "block/note_block_pitch_17"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_18",
"pitch": "block/note_block_pitch_18"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_19",
"pitch": "block/note_block_pitch_19"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_2",
"pitch": "block/note_block_pitch_2"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_20",
"pitch": "block/note_block_pitch_20"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_21",
"pitch": "block/note_block_pitch_21"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_22",
"pitch": "block/note_block_pitch_22"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_23",
"pitch": "block/note_block_pitch_23"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_24",
"pitch": "block/note_block_pitch_24"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_3",
"pitch": "block/note_block_pitch_3"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_4",
"pitch": "block/note_block_pitch_4"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_5",
"pitch": "block/note_block_pitch_5"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_6",
"pitch": "block/note_block_pitch_6"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_7",
"pitch": "block/note_block_pitch_7"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_8",
"pitch": "block/note_block_pitch_8"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_note_block",
"textures": {
"numerical": "block/note_block_numerical_9",
"pitch": "block/note_block_pitch_9"
}
}

View File

@@ -1,23 +1,25 @@
{
"parent": "block/block",
"textures": {
"bottom": "block/observer_back",
"side": "block/observer_side",
"top": "block/observer_top",
"front": "block/observer_front",
"particle": "block/observer_front"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}
"credit": "Created by Stridey",
"parent": "block/block",
"textures": {
"bottom": "block/observer_back",
"side": "block/observer_side",
"top": "block/observer_top",
"particle": "block/observer_front",
"front": "block/observer_front"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"},
"west": {"uv": [0, 16, 16, 0], "rotation": 180, "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
}
}
]
}

View File

@@ -1,6 +1,24 @@
{
"parent": "block/observer",
"textures": {
"bottom": "block/observer_back_on"
}
}
"credit": "Created by Stridey",
"parent": "block/observer",
"textures": {
"bottom": "block/observer_back_on",
"front": "block/observer_front_powered",
"side": "block/observer_side_powered",
"top": "block/observer_top_powered"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"},
"west": {"uv": [0, 16, 16, 0], "rotation": 180, "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
}
}
]
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/oxidized_cut_copper",
"side": "minecraft:block/oxidized_cut_copper",
"top": "minecraft:block/oxidized_cut_copper"
"bottom": "minecraft:block/oxidized_cut_copper_slab_double",
"top": "minecraft:block/oxidized_cut_copper_slab_double",
"side": "minecraft:block/oxidized_cut_copper_slab_double"
}
}

View File

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

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/oxidized_cut_copper",
"side": "minecraft:block/oxidized_cut_copper",
"top": "minecraft:block/oxidized_cut_copper"
"bottom": "minecraft:block/oxidized_cut_copper_slab_double",
"top": "minecraft:block/oxidized_cut_copper_slab_double",
"side": "minecraft:block/oxidized_cut_copper_slab_double"
}
}

View File

@@ -2,7 +2,7 @@
"parent": "minecraft:block/template_piston_head_short",
"textures": {
"platform": "minecraft:block/piston_top_sticky",
"side": "minecraft:block/piston_side",
"side": "minecraft:block/piston_side_sticky",
"unsticky": "minecraft:block/piston_top"
}
}

View File

@@ -1,8 +1,34 @@
{
"parent": "minecraft:block/template_piston_head",
"textures": {
"platform": "minecraft:block/piston_top_sticky",
"side": "minecraft:block/piston_side",
"unsticky": "minecraft:block/piston_top"
}
"credit": "Created by Stridey",
"textures": {
"3": "block/piston_side_sticky",
"4": "block/piston_bottom_sticky",
"particle": "block/piston_top_sticky",
"platform": "block/piston_top_sticky",
"side": "block/piston_side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 4],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#platform", "cullface": "north"},
"east": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#3", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#4"},
"west": {"uv": [0, 0, 16, 4], "rotation": 270, "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 4], "texture": "#3", "cullface": "up"},
"down": {"uv": [0, 0, 16, 4], "rotation": 180, "texture": "#3", "cullface": "down"}
}
},
{
"from": [6, 6, 4],
"to": [10, 10, 20],
"faces": {
"east": {"uv": [0, 0, 16, 4], "texture": "#side"},
"west": {"uv": [16, 4, 0, 0], "texture": "#side"},
"up": {"uv": [0, 0, 16, 4], "rotation": 270, "texture": "#side"},
"down": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#side"}
}
}
]
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_andesite",
"side": "minecraft:block/polished_andesite",
"top": "minecraft:block/polished_andesite"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_andesite",
"top": "block/polished_andesite",
"side": "block/polished_andesite_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_andesite_slab_side",
"end": "block/polished_andesite"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_andesite",
"side": "minecraft:block/polished_andesite",
"top": "minecraft:block/polished_andesite"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_andesite",
"top": "block/polished_andesite",
"side": "block/polished_andesite_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_blackstone",
"side": "minecraft:block/polished_blackstone",
"top": "minecraft:block/polished_blackstone"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_blackstone",
"top": "block/polished_blackstone",
"side": "block/polished_blackstone_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_blackstone_slab_side",
"end": "block/polished_blackstone"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_blackstone",
"side": "minecraft:block/polished_blackstone",
"top": "minecraft:block/polished_blackstone"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_blackstone",
"top": "block/polished_blackstone",
"side": "block/polished_blackstone_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_cinnabar",
"side": "minecraft:block/polished_cinnabar",
"top": "minecraft:block/polished_cinnabar"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_cinnabar",
"top": "block/polished_cinnabar",
"side": "block/polished_cinnabar_slab_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/polished_cinnabar",
"side": "minecraft:block/polished_cinnabar_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_cinnabar",
"side": "minecraft:block/polished_cinnabar",
"top": "minecraft:block/polished_cinnabar"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_cinnabar",
"top": "block/polished_cinnabar",
"side": "block/polished_cinnabar_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_deepslate",
"side": "minecraft:block/polished_deepslate",
"top": "minecraft:block/polished_deepslate"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_deepslate",
"top": "block/polished_deepslate",
"side": "block/polished_deepslate_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_deepslate_slab_side",
"end": "block/polished_deepslate"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_deepslate",
"side": "minecraft:block/polished_deepslate",
"top": "minecraft:block/polished_deepslate"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_deepslate",
"top": "block/polished_deepslate",
"side": "block/polished_deepslate_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_diorite",
"side": "minecraft:block/polished_diorite",
"top": "minecraft:block/polished_diorite"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_diorite",
"top": "block/polished_diorite",
"side": "block/polished_diorite_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_diorite_slab_side",
"end": "block/polished_diorite"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_diorite",
"side": "minecraft:block/polished_diorite",
"top": "minecraft:block/polished_diorite"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_diorite",
"top": "block/polished_diorite",
"side": "block/polished_diorite_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_granite",
"side": "minecraft:block/polished_granite",
"top": "minecraft:block/polished_granite"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_granite",
"top": "block/polished_granite",
"side": "block/polished_granite_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_granite_slab_side",
"end": "block/polished_granite"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_granite",
"side": "minecraft:block/polished_granite",
"top": "minecraft:block/polished_granite"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_granite",
"top": "block/polished_granite",
"side": "block/polished_granite_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_sulfur",
"side": "minecraft:block/polished_sulfur",
"top": "minecraft:block/polished_sulfur"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_sulfur",
"top": "block/polished_sulfur",
"side": "block/polished_sulfur_slab_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/polished_sulfur",
"side": "minecraft:block/polished_sulfur_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_sulfur",
"side": "minecraft:block/polished_sulfur",
"top": "minecraft:block/polished_sulfur"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_sulfur",
"top": "block/polished_sulfur",
"side": "block/polished_sulfur_slab_side"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/polished_tuff",
"side": "minecraft:block/polished_tuff",
"top": "minecraft:block/polished_tuff"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/polished_tuff",
"top": "block/polished_tuff",
"side": "block/polished_tuff_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/polished_tuff_slab_side",
"end": "block/polished_tuff"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "minecraft:block/polished_tuff",
"side": "minecraft:block/polished_tuff",
"top": "minecraft:block/polished_tuff"
}
}
"parent": "block/slab_top",
"textures": {
"bottom": "block/polished_tuff",
"top": "block/polished_tuff",
"side": "block/polished_tuff_slab_side"
}
}

View File

@@ -0,0 +1,151 @@
{
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"6": "block/powder_snow",
"outside": "block/powder_snow_cauldron_side_level_1",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 2, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 2],
"to": [14, 9, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#6", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#inside"}
}
},
{
"from": [14, 3, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 14, 14, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 0, 14, 2], "texture": "#inside"}
}
},
{
"from": [0, 0, 0],
"to": [4, 3, 2],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 14, 4, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 2],
"to": [2, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"south": {"uv": [0, 13, 2, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 12, 2, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [16, 3, 2],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": {"uv": [12, 14, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 2],
"to": [16, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [14, 13, 16, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side"},
"down": {"uv": [14, 12, 16, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [4, 3, 16],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 4, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 12],
"to": [2, 3, 14],
"faces": {
"north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 2, 2, 4], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 14],
"to": [16, 3, 16],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": {"uv": [12, 0, 16, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 12],
"to": [16, 3, 14],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "east"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": {"uv": [14, 2, 16, 4], "texture": "#bottom", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,151 @@
{
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"6": "block/powder_snow",
"outside": "block/powder_snow_cauldron_side_level_2",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 2, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 2],
"to": [14, 12, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#6", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#inside"}
}
},
{
"from": [14, 3, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 14, 14, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 0, 14, 2], "texture": "#inside"}
}
},
{
"from": [0, 0, 0],
"to": [4, 3, 2],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 14, 4, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 2],
"to": [2, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"south": {"uv": [0, 13, 2, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 12, 2, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [16, 3, 2],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": {"uv": [12, 14, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 2],
"to": [16, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [14, 13, 16, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side"},
"down": {"uv": [14, 12, 16, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [4, 3, 16],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 4, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 12],
"to": [2, 3, 14],
"faces": {
"north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 2, 2, 4], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 14],
"to": [16, 3, 16],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": {"uv": [12, 0, 16, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 12],
"to": [16, 3, 14],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "east"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": {"uv": [14, 2, 16, 4], "texture": "#bottom", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,151 @@
{
"credit": "Created by Stridey",
"ambientocclusion": false,
"textures": {
"6": "block/powder_snow",
"outside": "block/powder_snow_cauldron_side_level_3",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 2, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 2],
"to": [14, 15, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#6", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#inside"}
}
},
{
"from": [14, 3, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"south": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 14, 14, 16], "texture": "#inside"}
}
},
{
"from": [2, 3, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"south": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "south"},
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 0, 14, 2], "texture": "#inside"}
}
},
{
"from": [0, 0, 0],
"to": [4, 3, 2],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 14, 4, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 2],
"to": [2, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"south": {"uv": [0, 13, 2, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 12, 2, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [16, 3, 2],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": {"uv": [12, 14, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 2],
"to": [16, 3, 4],
"faces": {
"east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [14, 13, 16, 16], "texture": "#side"},
"west": {"uv": [2, 13, 4, 16], "texture": "#side"},
"down": {"uv": [14, 12, 16, 14], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [4, 3, 16],
"faces": {
"north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"south": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 4, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 12],
"to": [2, 3, 14],
"faces": {
"north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 2, 2, 4], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [12, 0, 14],
"to": [16, 3, 16],
"faces": {
"north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": {"uv": [12, 0, 16, 2], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [14, 0, 12],
"to": [16, 3, 14],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"east": {"uv": [2, 13, 4, 16], "texture": "#side", "cullface": "east"},
"west": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": {"uv": [14, 2, 16, 4], "texture": "#bottom", "cullface": "down"}
}
}
]
}

View File

@@ -1,8 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "minecraft:block/prismarine_bricks",
"side": "minecraft:block/prismarine_bricks",
"top": "minecraft:block/prismarine_bricks"
}
}
"parent": "block/slab",
"textures": {
"bottom": "block/prismarine_bricks",
"top": "block/prismarine_bricks",
"side": "block/prismarine_brick_slab_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"credit": "Created by Stridey",
"parent": "block/cube_column",
"textures": {
"side": "block/prismarine_brick_slab_side",
"end": "block/prismarine_bricks"
}
}

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