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

@@ -1,94 +1,94 @@
{ {
"variants": { "variants": {
"facing=east,honey_level=0": { "facing=east,honey_level=0": {
"model": "minecraft:block/bee_nest_empty", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_empty"
}, },
"facing=east,honey_level=1": { "facing=east,honey_level=1": {
"model": "minecraft:block/bee_nest_empty", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_filled_1"
}, },
"facing=east,honey_level=2": { "facing=east,honey_level=2": {
"model": "minecraft:block/bee_nest_empty", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_filled_2"
}, },
"facing=east,honey_level=3": { "facing=east,honey_level=3": {
"model": "minecraft:block/bee_nest_empty", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_filled_3"
}, },
"facing=east,honey_level=4": { "facing=east,honey_level=4": {
"model": "minecraft:block/bee_nest_empty", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_filled_4"
}, },
"facing=east,honey_level=5": { "facing=east,honey_level=5": {
"model": "minecraft:block/bee_nest_honey", "y": 90,
"y": 90 "model": "minecraft:block/bee_nest_honey"
}, },
"facing=north,honey_level=0": { "facing=north,honey_level=0": {
"model": "minecraft:block/bee_nest_empty" "model": "minecraft:block/bee_nest_empty"
}, },
"facing=north,honey_level=1": { "facing=north,honey_level=1": {
"model": "minecraft:block/bee_nest_empty" "model": "minecraft:block/bee_nest_filled_1"
}, },
"facing=north,honey_level=2": { "facing=north,honey_level=2": {
"model": "minecraft:block/bee_nest_empty" "model": "minecraft:block/bee_nest_filled_2"
}, },
"facing=north,honey_level=3": { "facing=north,honey_level=3": {
"model": "minecraft:block/bee_nest_empty" "model": "minecraft:block/bee_nest_filled_3"
}, },
"facing=north,honey_level=4": { "facing=north,honey_level=4": {
"model": "minecraft:block/bee_nest_empty" "model": "minecraft:block/bee_nest_filled_4"
}, },
"facing=north,honey_level=5": { "facing=north,honey_level=5": {
"model": "minecraft:block/bee_nest_honey" "model": "minecraft:block/bee_nest_honey"
}, },
"facing=south,honey_level=0": { "facing=south,honey_level=0": {
"model": "minecraft:block/bee_nest_empty", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_empty"
}, },
"facing=south,honey_level=1": { "facing=south,honey_level=1": {
"model": "minecraft:block/bee_nest_empty", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_filled_1"
}, },
"facing=south,honey_level=2": { "facing=south,honey_level=2": {
"model": "minecraft:block/bee_nest_empty", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_filled_2"
}, },
"facing=south,honey_level=3": { "facing=south,honey_level=3": {
"model": "minecraft:block/bee_nest_empty", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_filled_3"
}, },
"facing=south,honey_level=4": { "facing=south,honey_level=4": {
"model": "minecraft:block/bee_nest_empty", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_filled_4"
}, },
"facing=south,honey_level=5": { "facing=south,honey_level=5": {
"model": "minecraft:block/bee_nest_honey", "y": 180,
"y": 180 "model": "minecraft:block/bee_nest_honey"
}, },
"facing=west,honey_level=0": { "facing=west,honey_level=0": {
"model": "minecraft:block/bee_nest_empty", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_empty"
}, },
"facing=west,honey_level=1": { "facing=west,honey_level=1": {
"model": "minecraft:block/bee_nest_empty", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_filled_1"
}, },
"facing=west,honey_level=2": { "facing=west,honey_level=2": {
"model": "minecraft:block/bee_nest_empty", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_filled_2"
}, },
"facing=west,honey_level=3": { "facing=west,honey_level=3": {
"model": "minecraft:block/bee_nest_empty", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_filled_3"
}, },
"facing=west,honey_level=4": { "facing=west,honey_level=4": {
"model": "minecraft:block/bee_nest_empty", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_filled_4"
}, },
"facing=west,honey_level=5": { "facing=west,honey_level=5": {
"model": "minecraft:block/bee_nest_honey", "y": 270,
"y": 270 "model": "minecraft:block/bee_nest_honey"
} }
} }
} }

View File

@@ -1,94 +1,94 @@
{ {
"variants": { "variants": {
"facing=east,honey_level=0": { "facing=east,honey_level=0": {
"model": "minecraft:block/beehive_empty", "y": 90,
"y": 90 "model": "minecraft:block/beehive_empty"
}, },
"facing=east,honey_level=1": { "facing=east,honey_level=1": {
"model": "minecraft:block/beehive_empty", "y": 90,
"y": 90 "model": "minecraft:block/beehive_filled_1"
}, },
"facing=east,honey_level=2": { "facing=east,honey_level=2": {
"model": "minecraft:block/beehive_empty", "y": 90,
"y": 90 "model": "minecraft:block/beehive_filled_2"
}, },
"facing=east,honey_level=3": { "facing=east,honey_level=3": {
"model": "minecraft:block/beehive_empty", "y": 90,
"y": 90 "model": "minecraft:block/beehive_filled_3"
}, },
"facing=east,honey_level=4": { "facing=east,honey_level=4": {
"model": "minecraft:block/beehive_empty", "y": 90,
"y": 90 "model": "minecraft:block/beehive_filled_4"
}, },
"facing=east,honey_level=5": { "facing=east,honey_level=5": {
"model": "minecraft:block/beehive_honey", "y": 90,
"y": 90 "model": "minecraft:block/beehive_honey"
}, },
"facing=north,honey_level=0": { "facing=north,honey_level=0": {
"model": "minecraft:block/beehive_empty" "model": "minecraft:block/beehive_empty"
}, },
"facing=north,honey_level=1": { "facing=north,honey_level=1": {
"model": "minecraft:block/beehive_empty" "model": "minecraft:block/beehive_filled_1"
}, },
"facing=north,honey_level=2": { "facing=north,honey_level=2": {
"model": "minecraft:block/beehive_empty" "model": "minecraft:block/beehive_filled_2"
}, },
"facing=north,honey_level=3": { "facing=north,honey_level=3": {
"model": "minecraft:block/beehive_empty" "model": "minecraft:block/beehive_filled_3"
}, },
"facing=north,honey_level=4": { "facing=north,honey_level=4": {
"model": "minecraft:block/beehive_empty" "model": "minecraft:block/beehive_filled_4"
}, },
"facing=north,honey_level=5": { "facing=north,honey_level=5": {
"model": "minecraft:block/beehive_honey" "model": "minecraft:block/beehive_honey"
}, },
"facing=south,honey_level=0": { "facing=south,honey_level=0": {
"model": "minecraft:block/beehive_empty", "y": 180,
"y": 180 "model": "minecraft:block/beehive_empty"
}, },
"facing=south,honey_level=1": { "facing=south,honey_level=1": {
"model": "minecraft:block/beehive_empty", "y": 180,
"y": 180 "model": "minecraft:block/beehive_filled_1"
}, },
"facing=south,honey_level=2": { "facing=south,honey_level=2": {
"model": "minecraft:block/beehive_empty", "y": 180,
"y": 180 "model": "minecraft:block/beehive_filled_2"
}, },
"facing=south,honey_level=3": { "facing=south,honey_level=3": {
"model": "minecraft:block/beehive_empty", "y": 180,
"y": 180 "model": "minecraft:block/beehive_filled_3"
}, },
"facing=south,honey_level=4": { "facing=south,honey_level=4": {
"model": "minecraft:block/beehive_empty", "y": 180,
"y": 180 "model": "minecraft:block/beehive_filled_4"
}, },
"facing=south,honey_level=5": { "facing=south,honey_level=5": {
"model": "minecraft:block/beehive_honey", "y": 180,
"y": 180 "model": "minecraft:block/beehive_honey"
}, },
"facing=west,honey_level=0": { "facing=west,honey_level=0": {
"model": "minecraft:block/beehive_empty", "y": 270,
"y": 270 "model": "minecraft:block/beehive_empty"
}, },
"facing=west,honey_level=1": { "facing=west,honey_level=1": {
"model": "minecraft:block/beehive_empty", "y": 270,
"y": 270 "model": "minecraft:block/beehive_filled_1"
}, },
"facing=west,honey_level=2": { "facing=west,honey_level=2": {
"model": "minecraft:block/beehive_empty", "y": 270,
"y": 270 "model": "minecraft:block/beehive_filled_2"
}, },
"facing=west,honey_level=3": { "facing=west,honey_level=3": {
"model": "minecraft:block/beehive_empty", "y": 270,
"y": 270 "model": "minecraft:block/beehive_filled_3"
}, },
"facing=west,honey_level=4": { "facing=west,honey_level=4": {
"model": "minecraft:block/beehive_empty", "y": 270,
"y": 270 "model": "minecraft:block/beehive_filled_4"
}, },
"facing=west,honey_level=5": { "facing=west,honey_level=5": {
"model": "minecraft:block/beehive_honey", "y": 270,
"y": 270 "model": "minecraft:block/beehive_honey"
} }
} }
} }

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/cut_copper_slab" },
"model": "minecraft:block/cut_copper_slab" "type=top": { "model": "block/cut_copper_slab_top" },
}, "type=double": { "model": "block/cut_copper_slab_double" }
"type=double": {
"model": "minecraft:block/cut_copper"
},
"type=top": {
"model": "minecraft:block/cut_copper_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/cut_red_sandstone_slab" },
"model": "minecraft:block/cut_red_sandstone_slab" "type=top": { "model": "block/cut_red_sandstone_slab_top" },
}, "type=double": { "model": "block/cut_red_sandstone_slab_double" }
"type=double": {
"model": "minecraft:block/cut_red_sandstone"
},
"type=top": {
"model": "minecraft:block/cut_red_sandstone_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/cut_sandstone_slab" },
"model": "minecraft:block/cut_sandstone_slab" "type=top": { "model": "block/cut_sandstone_slab_top" },
}, "type=double": { "model": "block/cut_sandstone_slab_double" }
"type=double": {
"model": "minecraft:block/cut_sandstone"
},
"type=top": {
"model": "minecraft:block/cut_sandstone_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/exposed_cut_copper_slab" },
"model": "minecraft:block/exposed_cut_copper_slab" "type=top": { "model": "block/exposed_cut_copper_slab_top" },
}, "type=double": { "model": "block/exposed_cut_copper_slab_double" }
"type=double": {
"model": "minecraft:block/exposed_cut_copper"
},
"type=top": {
"model": "minecraft:block/exposed_cut_copper_slab_top"
} }
} }
}

View File

@@ -1,7 +1,79 @@
{ {
"variants": { "variants": {
"": { "note=0": {
"model": "minecraft:block/note_block" "model": "block/note_block_0"
} },
} "note=1": {
"model": "block/note_block_1"
},
"note=2": {
"model": "block/note_block_2"
},
"note=3": {
"model": "block/note_block_3"
},
"note=4": {
"model": "block/note_block_4"
},
"note=5": {
"model": "block/note_block_5"
},
"note=6": {
"model": "block/note_block_6"
},
"note=7": {
"model": "block/note_block_7"
},
"note=8": {
"model": "block/note_block_8"
},
"note=9": {
"model": "block/note_block_9"
},
"note=10": {
"model": "block/note_block_10"
},
"note=11": {
"model": "block/note_block_11"
},
"note=12": {
"model": "block/note_block_12"
},
"note=13": {
"model": "block/note_block_13"
},
"note=14": {
"model": "block/note_block_14"
},
"note=15": {
"model": "block/note_block_15"
},
"note=16": {
"model": "block/note_block_16"
},
"note=17": {
"model": "block/note_block_17"
},
"note=18": {
"model": "block/note_block_18"
},
"note=19": {
"model": "block/note_block_19"
},
"note=20": {
"model": "block/note_block_20"
},
"note=21": {
"model": "block/note_block_21"
},
"note=22": {
"model": "block/note_block_22"
},
"note=23": {
"model": "block/note_block_23"
},
"note=24": {
"model": "block/note_block_24"
}
}
} }

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/oxidized_cut_copper_slab" },
"model": "minecraft:block/oxidized_cut_copper_slab" "type=top": { "model": "block/oxidized_cut_copper_slab_top" },
}, "type=double": { "model": "block/oxidized_cut_copper_slab_double" }
"type=double": {
"model": "minecraft:block/oxidized_cut_copper"
},
"type=top": {
"model": "minecraft:block/oxidized_cut_copper_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_andesite_slab" },
"model": "minecraft:block/polished_andesite_slab" "type=top": { "model": "block/polished_andesite_slab_top" },
}, "type=double": { "model": "block/polished_andesite_slab_double" }
"type=double": {
"model": "minecraft:block/polished_andesite"
},
"type=top": {
"model": "minecraft:block/polished_andesite_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_blackstone_slab" },
"model": "minecraft:block/polished_blackstone_slab" "type=top": { "model": "block/polished_blackstone_slab_top" },
}, "type=double": { "model": "block/polished_blackstone_slab_double" }
"type=double": {
"model": "minecraft:block/polished_blackstone"
},
"type=top": {
"model": "minecraft:block/polished_blackstone_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_cinnabar_slab" },
"model": "minecraft:block/polished_cinnabar_slab" "type=top": { "model": "block/polished_cinnabar_slab_top" },
}, "type=double": { "model": "block/polished_cinnabar_slab_double" }
"type=double": {
"model": "minecraft:block/polished_cinnabar"
},
"type=top": {
"model": "minecraft:block/polished_cinnabar_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_deepslate_slab" },
"model": "minecraft:block/polished_deepslate_slab" "type=top": { "model": "block/polished_deepslate_slab_top" },
}, "type=double": { "model": "block/polished_deepslate_slab_double" }
"type=double": {
"model": "minecraft:block/polished_deepslate"
},
"type=top": {
"model": "minecraft:block/polished_deepslate_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_diorite_slab" },
"model": "minecraft:block/polished_diorite_slab" "type=top": { "model": "block/polished_diorite_slab_top" },
}, "type=double": { "model": "block/polished_diorite_slab_double" }
"type=double": {
"model": "minecraft:block/polished_diorite"
},
"type=top": {
"model": "minecraft:block/polished_diorite_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_granite_slab" },
"model": "minecraft:block/polished_granite_slab" "type=top": { "model": "block/polished_granite_slab_top" },
}, "type=double": { "model": "block/polished_granite_slab_double" }
"type=double": {
"model": "minecraft:block/polished_granite"
},
"type=top": {
"model": "minecraft:block/polished_granite_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_sulfur_slab" },
"model": "minecraft:block/polished_sulfur_slab" "type=top": { "model": "block/polished_sulfur_slab_top" },
}, "type=double": { "model": "block/polished_sulfur_slab_double" }
"type=double": {
"model": "minecraft:block/polished_sulfur"
},
"type=top": {
"model": "minecraft:block/polished_sulfur_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/polished_tuff_slab" },
"model": "minecraft:block/polished_tuff_slab" "type=top": { "model": "block/polished_tuff_slab_top" },
}, "type=double": { "model": "block/polished_tuff_slab_double" }
"type=double": {
"model": "minecraft:block/polished_tuff"
},
"type=top": {
"model": "minecraft:block/polished_tuff_slab_top"
} }
} }
}

View File

@@ -1,13 +1,13 @@
{ {
"variants": { "variants": {
"level=1": { "level=1": {
"model": "minecraft:block/powder_snow_cauldron_level1" "model": "minecraft:block/powder_snow_cauldron_level_1"
}, },
"level=2": { "level=2": {
"model": "minecraft:block/powder_snow_cauldron_level2" "model": "minecraft:block/powder_snow_cauldron_level_2"
}, },
"level=3": { "level=3": {
"model": "minecraft:block/powder_snow_cauldron_full" "model": "minecraft:block/powder_snow_cauldron_level_3"
} }
} }
} }

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/prismarine_brick_slab" },
"model": "minecraft:block/prismarine_brick_slab" "type=top": { "model": "block/prismarine_brick_slab_top" },
}, "type=double": { "model": "block/prismarine_brick_slab_double" }
"type=double": {
"model": "minecraft:block/prismarine_bricks"
},
"type=top": {
"model": "minecraft:block/prismarine_brick_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/quartz_slab" },
"model": "minecraft:block/quartz_slab" "type=top": { "model": "block/quartz_slab_top" },
}, "type=double": { "model": "block/quartz_slab_double" }
"type=double": {
"model": "minecraft:block/quartz_block"
},
"type=top": {
"model": "minecraft:block/quartz_slab_top"
} }
} }
}

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/red_sandstone_slab" },
"model": "minecraft:block/red_sandstone_slab" "type=top": { "model": "block/red_sandstone_slab_top" },
}, "type=double": { "model": "block/red_sandstone_slab_double" }
"type=double": {
"model": "minecraft:block/red_sandstone"
},
"type=top": {
"model": "minecraft:block/red_sandstone_slab_top"
} }
} }
}

View File

@@ -1,104 +1,272 @@
{ {
"multipart": [ "multipart": [
{ {
"apply": { "when": {
"model": "minecraft:block/redstone_dust_dot" "OR": [
}, {
"when": { "north": "none",
"OR": [ "east": "none",
{ "south": "none",
"east": "none", "west": "none"
"north": "none", },
"south": "none", {
"west": "none" "north": "side|up",
}, "east": "side|up"
{ },
"east": "side|up", {
"north": "side|up" "east": "side|up",
}, "south": "side|up"
{ },
"east": "side|up", {
"south": "side|up" "south": "side|up",
}, "west": "side|up"
{ },
"south": "side|up", {
"west": "side|up" "west": "side|up",
}, "north": "side|up"
{ }
"north": "side|up", ]
"west": "side|up" },
} "apply": {
] "model": "block/redstone_dust_dot"
} }
}, },
{ {
"apply": { "when": {
"model": "minecraft:block/redstone_dust_side0" "OR": [
}, {
"when": { "north": "side|up"
"north": "side|up" },
} {
}, "north": "none",
{ "east": "none",
"apply": { "south": "side|up",
"model": "minecraft:block/redstone_dust_side_alt0" "west": "none"
}, }
"when": { ]
"south": "side|up" },
} "apply": {
}, "model": "block/redstone_dust_side0"
{ }
"apply": { },
"model": "minecraft:block/redstone_dust_side_alt1", {
"y": 270 "when": {
}, "OR": [
"when": { {
"east": "side|up" "south": "side|up"
} },
}, {
{ "north": "side|up",
"apply": { "east": "none",
"model": "minecraft:block/redstone_dust_side1", "south": "none",
"y": 270 "west": "none"
}, }
"when": { ]
"west": "side|up" },
} "apply": {
}, "model": "block/redstone_dust_side_alt0"
{ }
"apply": { },
"model": "minecraft:block/redstone_dust_up" {
}, "when": {
"when": { "OR": [
"north": "up" {
} "east": "side|up"
}, },
{ {
"apply": { "north": "none",
"model": "minecraft:block/redstone_dust_up", "east": "none",
"y": 90 "south": "none",
}, "west": "side|up"
"when": { }
"east": "up" ]
} },
}, "apply": {
{ "model": "block/redstone_dust_side_alt1",
"apply": { "y": 270
"model": "minecraft:block/redstone_dust_up", }
"y": 180 },
}, {
"when": { "when": {
"south": "up" "OR": [
} {
}, "west": "side|up"
{ },
"apply": { {
"model": "minecraft:block/redstone_dust_up", "north": "none",
"y": 270 "east": "side|up",
}, "south": "none",
"when": { "west": "none"
"west": "up" }
} ]
} },
] "apply": {
"model": "block/redstone_dust_side1",
"y": 270
}
},
{
"when": {
"north": "up"
},
"apply": {
"model": "block/redstone_dust_up"
}
},
{
"when": {
"east": "up"
},
"apply": {
"model": "block/redstone_dust_up",
"y": 90
}
},
{
"when": {
"south": "up"
},
"apply": {
"model": "block/redstone_dust_up",
"y": 180
}
},
{
"when": {
"west": "up"
},
"apply": {
"model": "block/redstone_dust_up",
"y": 270
}
},
{
"when": {
"power": 0
},
"apply": {
"model": "block/redstone_power_level_00"
}
},
{
"when": {
"power": 1
},
"apply": {
"model": "block/redstone_power_level_01"
}
},
{
"when": {
"power": 2
},
"apply": {
"model": "block/redstone_power_level_02"
}
},
{
"when": {
"power": 3
},
"apply": {
"model": "block/redstone_power_level_03"
}
},
{
"when": {
"power": 4
},
"apply": {
"model": "block/redstone_power_level_04"
}
},
{
"when": {
"power": 5
},
"apply": {
"model": "block/redstone_power_level_05"
}
},
{
"when": {
"power": 6
},
"apply": {
"model": "block/redstone_power_level_06"
}
},
{
"when": {
"power": 7
},
"apply": {
"model": "block/redstone_power_level_07"
}
},
{
"when": {
"power": 8
},
"apply": {
"model": "block/redstone_power_level_08"
}
},
{
"when": {
"power": 9
},
"apply": {
"model": "block/redstone_power_level_09"
}
},
{
"when": {
"power": 10
},
"apply": {
"model": "block/redstone_power_level_10"
}
},
{
"when": {
"power": 11
},
"apply": {
"model": "block/redstone_power_level_11"
}
},
{
"when": {
"power": 12
},
"apply": {
"model": "block/redstone_power_level_12"
}
},
{
"when": {
"power": 13
},
"apply": {
"model": "block/redstone_power_level_13"
}
},
{
"when": {
"power": 14
},
"apply": {
"model": "block/redstone_power_level_14"
}
},
{
"when": {
"power": 15
},
"apply": {
"model": "block/redstone_power_level_15"
}
}
]
} }

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/sandstone_slab" },
"model": "minecraft:block/sandstone_slab" "type=top": { "model": "block/sandstone_slab_top" },
}, "type=double": { "model": "block/sandstone_slab_double" }
"type=double": {
"model": "minecraft:block/sandstone"
},
"type=top": {
"model": "minecraft:block/sandstone_slab_top"
} }
} }
}

View File

@@ -1,13 +1,13 @@
{ {
"variants": { "variants": {
"level=1": { "level=1": {
"model": "minecraft:block/water_cauldron_level1" "model": "minecraft:block/water_cauldron_level_1"
}, },
"level=2": { "level=2": {
"model": "minecraft:block/water_cauldron_level2" "model": "minecraft:block/water_cauldron_level_2"
}, },
"level=3": { "level=3": {
"model": "minecraft:block/water_cauldron_full" "model": "minecraft:block/water_cauldron_level_3"
} }
} }
} }

View File

@@ -1,13 +1,7 @@
{ {
"variants": { "variants": {
"type=bottom": { "type=bottom": { "model": "block/weathered_cut_copper_slab" },
"model": "minecraft:block/weathered_cut_copper_slab" "type=top": { "model": "block/weathered_cut_copper_slab_top" },
}, "type=double": { "model": "block/weathered_cut_copper_slab_double" }
"type=double": {
"model": "minecraft:block/weathered_cut_copper"
},
"type=top": {
"model": "minecraft:block/weathered_cut_copper_slab_top"
} }
} }
}

View File

@@ -1,6 +1,6 @@
{ {
"model": { "model": {
"type": "minecraft:model", "type": "minecraft:model",
"model": "minecraft:block/note_block" "model": "minecraft:item/note_block"
} }
} }

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, "credit": "Created by Stridey",
"textures": { "ambientocclusion": false,
"particle": "block/cauldron_side", "textures": {
"top": "block/cauldron_top", "outside": "block/cauldron_side_level_0",
"bottom": "block/cauldron_bottom", "top": "block/cauldron_top",
"side": "block/cauldron_side", "bottom": "block/cauldron_bottom",
"inside": "block/cauldron_inner" "particle": "block/cauldron_side",
}, "side": "block/cauldron_side",
"elements": [ "inside": "block/cauldron_inner"
{ },
"from": [ 0, 3, 0 ], "elements": [
"to": [ 2, 16, 16 ], {
"faces": { "from": [0, 3, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [2, 16, 16],
"east": { "texture": "#side" }, "faces": {
"south": { "texture": "#side", "cullface": "south" }, "north": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "north"},
"west": { "texture": "#side", "cullface": "west" }, "east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "up"},
"up": { "texture": "#top", "cullface": "up" }, "south": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "south"},
"down": { "texture": "#inside" } "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": { "from": [2, 3, 2],
"up": { "texture": "#inside" }, "to": [14, 4, 14],
"down": { "texture": "#inside" } "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": { "from": [14, 3, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [16, 16, 16],
"east": { "texture": "#side", "cullface": "east" }, "faces": {
"south": { "texture": "#side", "cullface": "south" }, "north": {"uv": [0, 0, 2, 13], "texture": "#side", "cullface": "north"},
"west": { "texture": "#side" }, "east": {"uv": [0, 0, 16, 13], "texture": "#outside", "cullface": "east"},
"up": { "texture": "#top", "cullface": "up" }, "south": {"uv": [14, 0, 16, 13], "texture": "#side", "cullface": "south"},
"down": { "texture": "#inside" } "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": { "from": [2, 3, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [14, 16, 2],
"south": { "texture": "#side" }, "faces": {
"up": { "texture": "#top", "cullface": "up" }, "north": {"uv": [2, 0, 14, 13], "texture": "#outside", "cullface": "north"},
"down": { "texture": "#inside" } "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": { "from": [2, 3, 14],
"north": { "texture": "#side" }, "to": [14, 16, 16],
"south": { "texture": "#side", "cullface": "south" }, "faces": {
"up": { "texture": "#top", "cullface": "up" }, "north": {"uv": [2, 0, 14, 13], "texture": "#side", "cullface": "up"},
"down": { "texture": "#inside" } "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": { "from": [0, 0, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [4, 3, 2],
"east": { "texture": "#side" }, "faces": {
"south": { "texture": "#side" }, "north": {"uv": [12, 13, 16, 16], "texture": "#side", "cullface": "north"},
"west": { "texture": "#side", "cullface": "west" }, "east": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [0, 0, 2],
"east": { "texture": "#side" }, "to": [2, 3, 4],
"south": { "texture": "#side" }, "faces": {
"west": { "texture": "#side", "cullface": "west" }, "east": {"uv": [12, 13, 14, 16], "texture": "#side"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [12, 0, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [16, 3, 2],
"east": { "texture": "#side", "cullface": "east" }, "faces": {
"south": { "texture": "#side" }, "north": {"uv": [0, 13, 4, 16], "texture": "#side", "cullface": "north"},
"west": { "texture": "#side" }, "east": {"uv": [14, 13, 16, 16], "texture": "#side", "cullface": "east"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [14, 0, 2],
"east": { "texture": "#side", "cullface": "east" }, "to": [16, 3, 4],
"south": { "texture": "#side" }, "faces": {
"west": { "texture": "#side" }, "east": {"uv": [12, 13, 14, 16], "texture": "#side", "cullface": "east"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [0, 0, 14],
"north": { "texture": "#side" }, "to": [4, 3, 16],
"east": { "texture": "#side" }, "faces": {
"south": { "texture": "#side", "cullface": "south" }, "north": {"uv": [12, 13, 16, 16], "texture": "#side"},
"west": { "texture": "#side", "cullface": "west" }, "east": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [0, 0, 12],
"north": { "texture": "#side" }, "to": [2, 3, 14],
"east": { "texture": "#side" }, "faces": {
"west": { "texture": "#side", "cullface": "west" }, "north": {"uv": [14, 13, 16, 16], "texture": "#side"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [12, 0, 14],
"north": { "texture": "#side" }, "to": [16, 3, 16],
"east": { "texture": "#side", "cullface": "east" }, "faces": {
"south": { "texture": "#side", "cullface": "south" }, "north": {"uv": [0, 13, 4, 16], "texture": "#side"},
"west": { "texture": "#side" }, "east": {"uv": [0, 13, 2, 16], "texture": "#side", "cullface": "east"},
"down": { "texture": "#bottom", "cullface": "down" } "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": { "from": [14, 0, 12],
"north": { "texture": "#side" }, "to": [16, 3, 14],
"east": { "texture": "#side", "cullface": "east" }, "faces": {
"west": { "texture": "#side" }, "north": {"uv": [0, 13, 2, 16], "texture": "#side"},
"down": { "texture": "#bottom", "cullface": "down" } "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", "credit": "Created by Stridey",
"textures": { "parent": "block/block",
"particle": "block/composter_side", "textures": {
"top": "block/composter_top", "top": "block/composter_top",
"bottom": "block/composter_bottom", "outside": "block/composter_side_level_0",
"side": "block/composter_side", "bottom": "block/composter_bottom",
"inside": "block/composter_bottom" "particle": "block/composter_side",
}, "side": "block/composter_side"
"elements": [ },
{ "from": [ 0, 0, 0 ], "elements": [
"to": [ 16, 2, 16 ], {
"faces": { "from": [0, 0, 0],
"up": { "texture": "#inside" }, "to": [16, 2, 16],
"down": { "texture": "#bottom", "cullface": "down" } "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": { {
"up": { "texture": "#top", "cullface": "up" }, "from": [0, 0, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [2, 16, 16],
"south": { "texture": "#side", "cullface": "south" }, "faces": {
"west": { "texture": "#side", "cullface": "west" }, "north": {"uv": [14, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": { "texture": "#side" } "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"},
{ "from": [ 14, 0, 0 ], "up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
"to": [ 16, 16, 16 ], }
"faces": { },
"up": { "texture": "#top", "cullface": "up" }, {
"north": { "texture": "#side", "cullface": "north" }, "from": [14, 0, 0],
"south": { "texture": "#side", "cullface": "south" }, "to": [16, 16, 16],
"west": { "texture": "#side" }, "faces": {
"east": { "texture": "#side", "cullface": "east" } "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"},
{ "from": [ 2, 0, 0 ], "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"to": [ 14, 16, 2 ], "up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
"faces": { }
"up": { "texture": "#top", "cullface": "up" }, },
"north": { "texture": "#side", "cullface": "north" }, {
"south": { "texture": "#side" } "from": [2, 0, 0],
} "to": [14, 16, 2],
}, "faces": {
{ "from": [ 2, 0, 14 ], "north": {"uv": [2, 0, 14, 16], "texture": "#outside", "cullface": "north"},
"to": [ 14, 16, 16 ], "south": {"uv": [2, 0, 14, 16], "texture": "#side", "cullface": "up"},
"faces": { "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
"up": { "texture": "#top", "cullface": "up" }, }
"north": { "texture": "#side" }, },
"south": { "texture": "#side", "cullface": "south" } {
} "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_1",
"to": [ 14, 3, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_2",
"to": [ 14, 5, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_3",
"to": [ 14, 7, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_4",
"to": [ 14, 9, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_5",
"to": [ 14, 11, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_6",
"to": [ 14, 13, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_compost" "textures": {
}, "4": "block/composter_compost",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_7",
"to": [ 14, 15, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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": { "credit": "Created by Stridey",
"particle": "block/composter_compost", "parent": "block/block",
"inside": "block/composter_ready" "textures": {
}, "5": "block/composter_ready",
"elements": [ "top": "block/composter_top",
{ "from": [ 2, 0, 2 ], "outside": "block/composter_side_level_8",
"to": [ 14, 15, 14 ], "bottom": "block/composter_bottom",
"faces": { "particle": "block/composter_side",
"up": { "texture": "#inside" } "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", "parent": "minecraft:block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/cut_copper", "bottom": "minecraft:block/cut_copper_slab_double",
"side": "minecraft:block/cut_copper", "top": "minecraft:block/cut_copper_slab_double",
"top": "minecraft:block/cut_copper" "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", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/cut_copper", "bottom": "minecraft:block/cut_copper_slab_double",
"side": "minecraft:block/cut_copper", "top": "minecraft:block/cut_copper_slab_double",
"top": "minecraft:block/cut_copper" "side": "minecraft:block/cut_copper_slab_double"
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"parent": "minecraft:block/slab", "parent": "block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/red_sandstone_top", "bottom": "block/red_sandstone_top",
"side": "minecraft:block/cut_red_sandstone", "top": "block/red_sandstone_top",
"top": "minecraft: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", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/red_sandstone_top", "bottom": "block/red_sandstone_top",
"side": "minecraft:block/cut_red_sandstone", "top": "block/red_sandstone_top",
"top": "minecraft:block/red_sandstone_top" "side": "block/cut_red_sandstone_slab_side"
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"parent": "minecraft:block/slab", "parent": "block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/sandstone_top", "bottom": "block/sandstone_top",
"side": "minecraft:block/cut_sandstone", "top": "block/sandstone_top",
"top": "minecraft: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", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/sandstone_top", "bottom": "block/sandstone_top",
"side": "minecraft:block/cut_sandstone", "top": "block/sandstone_top",
"top": "minecraft:block/sandstone_top" "side": "block/cut_sandstone_slab_side"
} }
} }

View File

@@ -1,8 +1,56 @@
{ {
"parent": "minecraft:block/orientable", "credit": "Created by Stridey",
"textures": { "textures": {
"front": "minecraft:block/dispenser_front", "0": "block/dispenser_side_l",
"side": "minecraft:block/furnace_side", "1": "block/dispenser_side_r",
"top": "minecraft:block/furnace_top" "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", "credit": "Created by Stridey",
"textures": { "parent": "block/cube",
"front": "minecraft:block/dispenser_front_vertical", "textures": {
"side": "minecraft:block/furnace_top" "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", "credit": "Created by Stridey",
"textures": { "textures": {
"front": "minecraft:block/dropper_front", "0": "block/dispenser_side_l",
"side": "minecraft:block/furnace_side", "1": "block/dispenser_side_r",
"top": "minecraft:block/furnace_top" "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", "credit": "Created by Stridey",
"textures": { "parent": "block/cube",
"front": "minecraft:block/dropper_front_vertical", "textures": {
"side": "minecraft:block/furnace_top" "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", "parent": "minecraft:block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/exposed_cut_copper", "bottom": "minecraft:block/exposed_cut_copper_slab_double",
"side": "minecraft:block/exposed_cut_copper", "top": "minecraft:block/exposed_cut_copper_slab_double",
"top": "minecraft:block/exposed_cut_copper" "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", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/exposed_cut_copper", "bottom": "minecraft:block/exposed_cut_copper_slab_double",
"side": "minecraft:block/exposed_cut_copper", "top": "minecraft:block/exposed_cut_copper_slab_double",
"top": "minecraft:block/exposed_cut_copper" "side": "minecraft:block/exposed_cut_copper_slab_double"
} }
} }

View File

@@ -1,78 +1,88 @@
{ {
"ambientocclusion": false, "credit": "Created by Stridey",
"textures": { "ambientocclusion": false,
"particle": "block/hopper_outside", "textures": {
"top": "block/hopper_top", "bottom": "block/hopper_inside",
"side": "block/hopper_outside", "top": "block/hopper_top",
"inside": "block/hopper_inside" "particle": "block/hopper_outside",
}, "side": "block/hopper_outside",
"elements": [ "inside_arrow": "block/hopper_inside_arrow",
{ "from": [ 0, 10, 0 ], "side_arrow": "block/hopper_outside_arrow"
"to": [ 16, 11, 16 ], },
"faces": { "elements": [
"down": { "texture": "#inside" }, {
"up": { "texture": "#inside", "cullface": "up" }, "from": [0, 10, 0],
"north": { "texture": "#side", "cullface": "north" }, "to": [16, 11, 16],
"south": { "texture": "#side", "cullface": "south" }, "faces": {
"west": { "texture": "#side", "cullface": "west" }, "north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
"east": { "texture": "#side", "cullface": "east" } "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"},
{ "from": [ 0, 11, 0 ], "up": {"uv": [0, 0, 16, 16], "texture": "#inside_arrow", "cullface": "up"},
"to": [ 2, 16, 16 ], "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
"faces": { }
"up": { "texture": "#top", "cullface": "up" }, },
"north": { "texture": "#side", "cullface": "north" }, {
"south": { "texture": "#side", "cullface": "south" }, "from": [0, 11, 0],
"west": { "texture": "#side", "cullface": "west" }, "to": [2, 16, 16],
"east": { "texture": "#side", "cullface": "up" } "faces": {
} "north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
}, "east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "up"},
{ "from": [ 14, 11, 0 ], "south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
"to": [ 16, 16, 16 ], "west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "west"},
"faces": { "up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
"up": { "texture": "#top", "cullface": "up" }, }
"north": { "texture": "#side", "cullface": "north" }, },
"south": { "texture": "#side", "cullface": "south" }, {
"west": { "texture": "#side", "cullface": "up" }, "from": [14, 11, 0],
"east": { "texture": "#side", "cullface": "east" } "to": [16, 16, 16],
} "faces": {
}, "north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
{ "from": [ 2, 11, 0 ], "east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "east"},
"to": [ 14, 16, 2 ], "south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
"faces": { "west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "up"},
"up": { "texture": "#top", "cullface": "up" }, "up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
"north": { "texture": "#side", "cullface": "north" }, }
"south": { "texture": "#side", "cullface": "up" } },
} {
}, "from": [2, 11, 0],
{ "from": [ 2, 11, 14 ], "to": [14, 16, 2],
"to": [ 14, 16, 16 ], "faces": {
"faces": { "north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "north"},
"up": { "texture": "#top", "cullface": "up" }, "south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
"north": { "texture": "#side", "cullface": "up" }, "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
"south": { "texture": "#side", "cullface": "south" } }
} },
}, {
{ "from": [ 4, 4, 4 ], "from": [2, 11, 14],
"to": [ 12, 10, 12 ], "to": [14, 16, 16],
"faces": { "faces": {
"down": { "texture": "#inside" }, "north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
"north": { "texture": "#side" }, "south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "south"},
"south": { "texture": "#side" }, "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
"west": { "texture": "#side" }, }
"east": { "texture": "#side" } },
} {
}, "from": [4, 4, 4],
{ "from": [ 6, 4, 0 ], "to": [12, 10, 12],
"to": [ 10, 8, 4 ], "faces": {
"faces": { "north": {"uv": [4, 6, 12, 12], "texture": "#side"},
"down": { "texture": "#inside" }, "east": {"uv": [4, 6, 12, 12], "texture": "#side"},
"up": { "texture": "#side" }, "south": {"uv": [4, 6, 12, 12], "texture": "#side"},
"north": { "texture": "#side", "cullface": "north" }, "west": {"uv": [4, 6, 12, 12], "texture": "#side"},
"west": { "texture": "#side" }, "down": {"uv": [4, 4, 12, 12], "texture": "#bottom"}
"east": { "texture": "#side" } }
} },
} {
] "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", "credit": "Created by Stridey",
"textures": { "ambientocclusion": false,
"bottom": "minecraft:block/cauldron_bottom", "textures": {
"content": "minecraft:block/lava_still", "6": "block/lava_still",
"inside": "minecraft:block/cauldron_inner", "outside": "block/lava_cauldron_side",
"particle": "minecraft:block/cauldron_side", "top": "block/cauldron_top",
"side": "minecraft:block/cauldron_side", "bottom": "block/cauldron_bottom",
"top": "minecraft:block/cauldron_top" "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, "credit": "Created by Stridey",
"textures": { "ambientocclusion": false,
"particle": "block/cobblestone", "textures": {
"base": "block/cobblestone", "base_texture": "minecraft:block/lever_base",
"lever": "block/lever" "particle": "minecraft:block/cobblestone",
}, "base": "minecraft:block/cobblestone",
"elements": [ "lever": "minecraft:block/lever"
{ "from": [ 5, -0.02, 4 ], },
"to": [ 11, 2.98, 12 ], "elements": [
"faces": { {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, "from": [5, 0, 4],
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, "to": [11, 3, 12],
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, "faces": {
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, "north": {"uv": [5, 0, 11, 3], "texture": "#base"},
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, "east": {"uv": [4, 0, 12, 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"},
{ "from": [ 7, 1, 7 ], "down": {"uv": [5, 4, 11, 12], "texture": "#base", "cullface": "down"}
"to": [ 9, 11, 9 ], }
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 }, },
"faces": { {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, "from": [7, 1, 7],
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "to": [9, 11, 9],
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "rotation": {"angle": -45, "axis": "x", "origin": [8, 1, 8]},
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "faces": {
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } "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, "credit": "Created by Stridey",
"textures": { "ambientocclusion": false,
"particle": "block/cobblestone", "textures": {
"base": "block/cobblestone", "base_texture": "minecraft:block/lever_base",
"lever": "block/lever" "particle": "minecraft:block/cobblestone",
}, "base": "minecraft:block/cobblestone",
"elements": [ "lever": "minecraft:block/lever"
{ "from": [ 5, -0.02, 4 ], },
"to": [ 11, 2.98, 12 ], "elements": [
"faces": { {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, "from": [5, 0, 4],
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, "to": [11, 3, 12],
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, "faces": {
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, "north": {"uv": [5, 0, 11, 3], "texture": "#base"},
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, "east": {"uv": [4, 0, 12, 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"},
{ "from": [ 7, 1, 7 ], "down": {"uv": [5, 4, 11, 12], "texture": "#base", "cullface": "down"}
"to": [ 9, 11, 9 ], }
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 }, },
"faces": { {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, "from": [7, 1, 7],
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "to": [9, 11, 9],
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "rotation": {"angle": 45, "axis": "x", "origin": [8, 1, 8]},
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, "faces": {
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } "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", "parent": "block/cube",
"textures": { "textures": {
"end": "minecraft:block/lodestone_top", "east": "block/lodestone_east",
"side": "minecraft:block/lodestone_side" "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", "credit": "Created by Stridey",
"textures": { "parent": "block/block",
"bottom": "block/observer_back", "textures": {
"side": "block/observer_side", "bottom": "block/observer_back",
"top": "block/observer_top", "side": "block/observer_side",
"front": "block/observer_front", "top": "block/observer_top",
"particle": "block/observer_front" "particle": "block/observer_front",
}, "front": "block/observer_front"
"elements": [ },
{ "from": [ 0, 0, 0 ], "elements": [
"to": [ 16, 16, 16 ], {
"faces": { "from": [0, 0, 0],
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, "to": [16, 16, 16],
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, "faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, "north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, "east": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#side", "cullface": "east"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, "south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } "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", "credit": "Created by Stridey",
"textures": { "parent": "block/observer",
"bottom": "block/observer_back_on" "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", "parent": "minecraft:block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/oxidized_cut_copper", "bottom": "minecraft:block/oxidized_cut_copper_slab_double",
"side": "minecraft:block/oxidized_cut_copper", "top": "minecraft:block/oxidized_cut_copper_slab_double",
"top": "minecraft:block/oxidized_cut_copper" "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", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/oxidized_cut_copper", "bottom": "minecraft:block/oxidized_cut_copper_slab_double",
"side": "minecraft:block/oxidized_cut_copper", "top": "minecraft:block/oxidized_cut_copper_slab_double",
"top": "minecraft:block/oxidized_cut_copper" "side": "minecraft:block/oxidized_cut_copper_slab_double"
} }
} }

View File

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

View File

@@ -1,8 +1,34 @@
{ {
"parent": "minecraft:block/template_piston_head", "credit": "Created by Stridey",
"textures": { "textures": {
"platform": "minecraft:block/piston_top_sticky", "3": "block/piston_side_sticky",
"side": "minecraft:block/piston_side", "4": "block/piston_bottom_sticky",
"unsticky": "minecraft:block/piston_top" "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", "parent": "block/slab",
"textures": { "textures": {
"bottom": "minecraft:block/polished_andesite", "bottom": "block/polished_andesite",
"side": "minecraft:block/polished_andesite", "top": "block/polished_andesite",
"top": "minecraft: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", "parent": "block/slab_top",
"textures": { "textures": {
"bottom": "minecraft:block/polished_andesite", "bottom": "block/polished_andesite",
"side": "minecraft:block/polished_andesite", "top": "block/polished_andesite",
"top": "minecraft:block/polished_andesite" "side": "block/polished_andesite_slab_side"
} }
} }

View File

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

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