diff --git a/assets/minecraft/blockstates/bee_nest.json b/assets/minecraft/blockstates/bee_nest.json index d76bd009..e0208263 100644 --- a/assets/minecraft/blockstates/bee_nest.json +++ b/assets/minecraft/blockstates/bee_nest.json @@ -1,94 +1,94 @@ { "variants": { "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 90 + "y": 90, + "model": "minecraft:block/bee_nest_filled_1" }, "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 90 + "y": 90, + "model": "minecraft:block/bee_nest_filled_3" }, "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": { - "model": "minecraft:block/bee_nest_honey", - "y": 90 + "y": 90, + "model": "minecraft:block/bee_nest_honey" }, "facing=north,honey_level=0": { "model": "minecraft:block/bee_nest_empty" }, "facing=north,honey_level=1": { - "model": "minecraft:block/bee_nest_empty" + "model": "minecraft:block/bee_nest_filled_1" }, "facing=north,honey_level=2": { - "model": "minecraft:block/bee_nest_empty" + "model": "minecraft:block/bee_nest_filled_2" }, "facing=north,honey_level=3": { - "model": "minecraft:block/bee_nest_empty" + "model": "minecraft:block/bee_nest_filled_3" }, "facing=north,honey_level=4": { - "model": "minecraft:block/bee_nest_empty" + "model": "minecraft:block/bee_nest_filled_4" }, "facing=north,honey_level=5": { "model": "minecraft:block/bee_nest_honey" }, "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 180 + "y": 180, + "model": "minecraft:block/bee_nest_filled_1" }, "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 180 + "y": 180, + "model": "minecraft:block/bee_nest_filled_3" }, "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": { - "model": "minecraft:block/bee_nest_honey", - "y": 180 + "y": 180, + "model": "minecraft:block/bee_nest_honey" }, "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 270 + "y": 270, + "model": "minecraft:block/bee_nest_filled_1" }, "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": { - "model": "minecraft:block/bee_nest_empty", - "y": 270 + "y": 270, + "model": "minecraft:block/bee_nest_filled_3" }, "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": { - "model": "minecraft:block/bee_nest_honey", - "y": 270 + "y": 270, + "model": "minecraft:block/bee_nest_honey" } } } \ No newline at end of file diff --git a/assets/minecraft/blockstates/beehive.json b/assets/minecraft/blockstates/beehive.json index cebaa777..8a2df9e6 100644 --- a/assets/minecraft/blockstates/beehive.json +++ b/assets/minecraft/blockstates/beehive.json @@ -1,94 +1,94 @@ { "variants": { "facing=east,honey_level=0": { - "model": "minecraft:block/beehive_empty", - "y": 90 + "y": 90, + "model": "minecraft:block/beehive_empty" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 90 + "y": 90, + "model": "minecraft:block/beehive_filled_2" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 90 + "y": 90, + "model": "minecraft:block/beehive_filled_4" }, "facing=east,honey_level=5": { - "model": "minecraft:block/beehive_honey", - "y": 90 + "y": 90, + "model": "minecraft:block/beehive_honey" }, "facing=north,honey_level=0": { "model": "minecraft:block/beehive_empty" }, "facing=north,honey_level=1": { - "model": "minecraft:block/beehive_empty" + "model": "minecraft:block/beehive_filled_1" }, "facing=north,honey_level=2": { - "model": "minecraft:block/beehive_empty" + "model": "minecraft:block/beehive_filled_2" }, "facing=north,honey_level=3": { - "model": "minecraft:block/beehive_empty" + "model": "minecraft:block/beehive_filled_3" }, "facing=north,honey_level=4": { - "model": "minecraft:block/beehive_empty" + "model": "minecraft:block/beehive_filled_4" }, "facing=north,honey_level=5": { "model": "minecraft:block/beehive_honey" }, "facing=south,honey_level=0": { - "model": "minecraft:block/beehive_empty", - "y": 180 + "y": 180, + "model": "minecraft:block/beehive_empty" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 180 + "y": 180, + "model": "minecraft:block/beehive_filled_2" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 180 + "y": 180, + "model": "minecraft:block/beehive_filled_4" }, "facing=south,honey_level=5": { - "model": "minecraft:block/beehive_honey", - "y": 180 + "y": 180, + "model": "minecraft:block/beehive_honey" }, "facing=west,honey_level=0": { - "model": "minecraft:block/beehive_empty", - "y": 270 + "y": 270, + "model": "minecraft:block/beehive_empty" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 270 + "y": 270, + "model": "minecraft:block/beehive_filled_2" }, "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": { - "model": "minecraft:block/beehive_empty", - "y": 270 + "y": 270, + "model": "minecraft:block/beehive_filled_4" }, "facing=west,honey_level=5": { - "model": "minecraft:block/beehive_honey", - "y": 270 + "y": 270, + "model": "minecraft:block/beehive_honey" } } } \ No newline at end of file diff --git a/assets/minecraft/blockstates/cut_copper_slab.json b/assets/minecraft/blockstates/cut_copper_slab.json index 31d149b5..258ecacf 100644 --- a/assets/minecraft/blockstates/cut_copper_slab.json +++ b/assets/minecraft/blockstates/cut_copper_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/cut_copper_slab" - }, - "type=double": { - "model": "minecraft:block/cut_copper" - }, - "type=top": { - "model": "minecraft:block/cut_copper_slab_top" + "variants": { + "type=bottom": { "model": "block/cut_copper_slab" }, + "type=top": { "model": "block/cut_copper_slab_top" }, + "type=double": { "model": "block/cut_copper_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/assets/minecraft/blockstates/cut_red_sandstone_slab.json index 0b7645ae..87655e5b 100644 --- a/assets/minecraft/blockstates/cut_red_sandstone_slab.json +++ b/assets/minecraft/blockstates/cut_red_sandstone_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/cut_red_sandstone_slab" - }, - "type=double": { - "model": "minecraft:block/cut_red_sandstone" - }, - "type=top": { - "model": "minecraft:block/cut_red_sandstone_slab_top" + "variants": { + "type=bottom": { "model": "block/cut_red_sandstone_slab" }, + "type=top": { "model": "block/cut_red_sandstone_slab_top" }, + "type=double": { "model": "block/cut_red_sandstone_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/cut_sandstone_slab.json b/assets/minecraft/blockstates/cut_sandstone_slab.json index 5c8f0520..de4d3164 100644 --- a/assets/minecraft/blockstates/cut_sandstone_slab.json +++ b/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/cut_sandstone_slab" - }, - "type=double": { - "model": "minecraft:block/cut_sandstone" - }, - "type=top": { - "model": "minecraft:block/cut_sandstone_slab_top" + "variants": { + "type=bottom": { "model": "block/cut_sandstone_slab" }, + "type=top": { "model": "block/cut_sandstone_slab_top" }, + "type=double": { "model": "block/cut_sandstone_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/exposed_cut_copper_slab.json b/assets/minecraft/blockstates/exposed_cut_copper_slab.json index 81b09c73..23b30449 100644 --- a/assets/minecraft/blockstates/exposed_cut_copper_slab.json +++ b/assets/minecraft/blockstates/exposed_cut_copper_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/exposed_cut_copper_slab" - }, - "type=double": { - "model": "minecraft:block/exposed_cut_copper" - }, - "type=top": { - "model": "minecraft:block/exposed_cut_copper_slab_top" + "variants": { + "type=bottom": { "model": "block/exposed_cut_copper_slab" }, + "type=top": { "model": "block/exposed_cut_copper_slab_top" }, + "type=double": { "model": "block/exposed_cut_copper_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/note_block.json b/assets/minecraft/blockstates/note_block.json index 651e64c5..07b6a798 100644 --- a/assets/minecraft/blockstates/note_block.json +++ b/assets/minecraft/blockstates/note_block.json @@ -1,7 +1,79 @@ { - "variants": { - "": { - "model": "minecraft:block/note_block" - } - } + "variants": { + "note=0": { + "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" + } + } } \ No newline at end of file diff --git a/assets/minecraft/blockstates/oxidized_cut_copper_slab.json b/assets/minecraft/blockstates/oxidized_cut_copper_slab.json index e91b8c96..bff2ddfe 100644 --- a/assets/minecraft/blockstates/oxidized_cut_copper_slab.json +++ b/assets/minecraft/blockstates/oxidized_cut_copper_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/oxidized_cut_copper_slab" - }, - "type=double": { - "model": "minecraft:block/oxidized_cut_copper" - }, - "type=top": { - "model": "minecraft:block/oxidized_cut_copper_slab_top" + "variants": { + "type=bottom": { "model": "block/oxidized_cut_copper_slab" }, + "type=top": { "model": "block/oxidized_cut_copper_slab_top" }, + "type=double": { "model": "block/oxidized_cut_copper_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_andesite_slab.json b/assets/minecraft/blockstates/polished_andesite_slab.json index e5ce87a7..d3ffe21b 100644 --- a/assets/minecraft/blockstates/polished_andesite_slab.json +++ b/assets/minecraft/blockstates/polished_andesite_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_andesite_slab" - }, - "type=double": { - "model": "minecraft:block/polished_andesite" - }, - "type=top": { - "model": "minecraft:block/polished_andesite_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_andesite_slab" }, + "type=top": { "model": "block/polished_andesite_slab_top" }, + "type=double": { "model": "block/polished_andesite_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_blackstone_slab.json b/assets/minecraft/blockstates/polished_blackstone_slab.json index 1cfda0dd..f172395b 100644 --- a/assets/minecraft/blockstates/polished_blackstone_slab.json +++ b/assets/minecraft/blockstates/polished_blackstone_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_blackstone_slab" - }, - "type=double": { - "model": "minecraft:block/polished_blackstone" - }, - "type=top": { - "model": "minecraft:block/polished_blackstone_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_blackstone_slab" }, + "type=top": { "model": "block/polished_blackstone_slab_top" }, + "type=double": { "model": "block/polished_blackstone_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_cinnabar_slab.json b/assets/minecraft/blockstates/polished_cinnabar_slab.json index db26e27a..e3413065 100644 --- a/assets/minecraft/blockstates/polished_cinnabar_slab.json +++ b/assets/minecraft/blockstates/polished_cinnabar_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_cinnabar_slab" - }, - "type=double": { - "model": "minecraft:block/polished_cinnabar" - }, - "type=top": { - "model": "minecraft:block/polished_cinnabar_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_cinnabar_slab" }, + "type=top": { "model": "block/polished_cinnabar_slab_top" }, + "type=double": { "model": "block/polished_cinnabar_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_deepslate_slab.json b/assets/minecraft/blockstates/polished_deepslate_slab.json index 5bf01dc3..bab7cc62 100644 --- a/assets/minecraft/blockstates/polished_deepslate_slab.json +++ b/assets/minecraft/blockstates/polished_deepslate_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_deepslate_slab" - }, - "type=double": { - "model": "minecraft:block/polished_deepslate" - }, - "type=top": { - "model": "minecraft:block/polished_deepslate_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_deepslate_slab" }, + "type=top": { "model": "block/polished_deepslate_slab_top" }, + "type=double": { "model": "block/polished_deepslate_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_diorite_slab.json b/assets/minecraft/blockstates/polished_diorite_slab.json index f3542336..927e1378 100644 --- a/assets/minecraft/blockstates/polished_diorite_slab.json +++ b/assets/minecraft/blockstates/polished_diorite_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_diorite_slab" - }, - "type=double": { - "model": "minecraft:block/polished_diorite" - }, - "type=top": { - "model": "minecraft:block/polished_diorite_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_diorite_slab" }, + "type=top": { "model": "block/polished_diorite_slab_top" }, + "type=double": { "model": "block/polished_diorite_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_granite_slab.json b/assets/minecraft/blockstates/polished_granite_slab.json index e1ec01cd..66bceeee 100644 --- a/assets/minecraft/blockstates/polished_granite_slab.json +++ b/assets/minecraft/blockstates/polished_granite_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_granite_slab" - }, - "type=double": { - "model": "minecraft:block/polished_granite" - }, - "type=top": { - "model": "minecraft:block/polished_granite_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_granite_slab" }, + "type=top": { "model": "block/polished_granite_slab_top" }, + "type=double": { "model": "block/polished_granite_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_sulfur_slab.json b/assets/minecraft/blockstates/polished_sulfur_slab.json index 1b0a8fa0..e46455b3 100644 --- a/assets/minecraft/blockstates/polished_sulfur_slab.json +++ b/assets/minecraft/blockstates/polished_sulfur_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_sulfur_slab" - }, - "type=double": { - "model": "minecraft:block/polished_sulfur" - }, - "type=top": { - "model": "minecraft:block/polished_sulfur_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_sulfur_slab" }, + "type=top": { "model": "block/polished_sulfur_slab_top" }, + "type=double": { "model": "block/polished_sulfur_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/polished_tuff_slab.json b/assets/minecraft/blockstates/polished_tuff_slab.json index 25581fea..91633c8c 100644 --- a/assets/minecraft/blockstates/polished_tuff_slab.json +++ b/assets/minecraft/blockstates/polished_tuff_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/polished_tuff_slab" - }, - "type=double": { - "model": "minecraft:block/polished_tuff" - }, - "type=top": { - "model": "minecraft:block/polished_tuff_slab_top" + "variants": { + "type=bottom": { "model": "block/polished_tuff_slab" }, + "type=top": { "model": "block/polished_tuff_slab_top" }, + "type=double": { "model": "block/polished_tuff_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/powder_snow_cauldron.json b/assets/minecraft/blockstates/powder_snow_cauldron.json index f6e94684..8726d5cb 100644 --- a/assets/minecraft/blockstates/powder_snow_cauldron.json +++ b/assets/minecraft/blockstates/powder_snow_cauldron.json @@ -1,13 +1,13 @@ { "variants": { "level=1": { - "model": "minecraft:block/powder_snow_cauldron_level1" + "model": "minecraft:block/powder_snow_cauldron_level_1" }, "level=2": { - "model": "minecraft:block/powder_snow_cauldron_level2" + "model": "minecraft:block/powder_snow_cauldron_level_2" }, "level=3": { - "model": "minecraft:block/powder_snow_cauldron_full" + "model": "minecraft:block/powder_snow_cauldron_level_3" } } } \ No newline at end of file diff --git a/assets/minecraft/blockstates/prismarine_brick_slab.json b/assets/minecraft/blockstates/prismarine_brick_slab.json index 3e151d0f..0e588beb 100644 --- a/assets/minecraft/blockstates/prismarine_brick_slab.json +++ b/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/prismarine_brick_slab" - }, - "type=double": { - "model": "minecraft:block/prismarine_bricks" - }, - "type=top": { - "model": "minecraft:block/prismarine_brick_slab_top" + "variants": { + "type=bottom": { "model": "block/prismarine_brick_slab" }, + "type=top": { "model": "block/prismarine_brick_slab_top" }, + "type=double": { "model": "block/prismarine_brick_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/quartz_slab.json b/assets/minecraft/blockstates/quartz_slab.json index 6d2ae81b..9017bdb3 100644 --- a/assets/minecraft/blockstates/quartz_slab.json +++ b/assets/minecraft/blockstates/quartz_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/quartz_slab" - }, - "type=double": { - "model": "minecraft:block/quartz_block" - }, - "type=top": { - "model": "minecraft:block/quartz_slab_top" + "variants": { + "type=bottom": { "model": "block/quartz_slab" }, + "type=top": { "model": "block/quartz_slab_top" }, + "type=double": { "model": "block/quartz_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/red_sandstone_slab.json b/assets/minecraft/blockstates/red_sandstone_slab.json index e8fcb59d..f264aade 100644 --- a/assets/minecraft/blockstates/red_sandstone_slab.json +++ b/assets/minecraft/blockstates/red_sandstone_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/red_sandstone_slab" - }, - "type=double": { - "model": "minecraft:block/red_sandstone" - }, - "type=top": { - "model": "minecraft:block/red_sandstone_slab_top" + "variants": { + "type=bottom": { "model": "block/red_sandstone_slab" }, + "type=top": { "model": "block/red_sandstone_slab_top" }, + "type=double": { "model": "block/red_sandstone_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/redstone_wire.json b/assets/minecraft/blockstates/redstone_wire.json index 2617c53a..118b4860 100644 --- a/assets/minecraft/blockstates/redstone_wire.json +++ b/assets/minecraft/blockstates/redstone_wire.json @@ -1,104 +1,272 @@ { - "multipart": [ - { - "apply": { - "model": "minecraft:block/redstone_dust_dot" - }, - "when": { - "OR": [ - { - "east": "none", - "north": "none", - "south": "none", - "west": "none" - }, - { - "east": "side|up", - "north": "side|up" - }, - { - "east": "side|up", - "south": "side|up" - }, - { - "south": "side|up", - "west": "side|up" - }, - { - "north": "side|up", - "west": "side|up" - } - ] - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_side0" - }, - "when": { - "north": "side|up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_side_alt0" - }, - "when": { - "south": "side|up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_side_alt1", - "y": 270 - }, - "when": { - "east": "side|up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_side1", - "y": 270 - }, - "when": { - "west": "side|up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_up" - }, - "when": { - "north": "up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_up", - "y": 90 - }, - "when": { - "east": "up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_up", - "y": 180 - }, - "when": { - "south": "up" - } - }, - { - "apply": { - "model": "minecraft:block/redstone_dust_up", - "y": 270 - }, - "when": { - "west": "up" - } - } - ] + "multipart": [ + { + "when": { + "OR": [ + { + "north": "none", + "east": "none", + "south": "none", + "west": "none" + }, + { + "north": "side|up", + "east": "side|up" + }, + { + "east": "side|up", + "south": "side|up" + }, + { + "south": "side|up", + "west": "side|up" + }, + { + "west": "side|up", + "north": "side|up" + } + ] + }, + "apply": { + "model": "block/redstone_dust_dot" + } + }, + { + "when": { + "OR": [ + { + "north": "side|up" + }, + { + "north": "none", + "east": "none", + "south": "side|up", + "west": "none" + } + ] + }, + "apply": { + "model": "block/redstone_dust_side0" + } + }, + { + "when": { + "OR": [ + { + "south": "side|up" + }, + { + "north": "side|up", + "east": "none", + "south": "none", + "west": "none" + } + ] + }, + "apply": { + "model": "block/redstone_dust_side_alt0" + } + }, + { + "when": { + "OR": [ + { + "east": "side|up" + }, + { + "north": "none", + "east": "none", + "south": "none", + "west": "side|up" + } + ] + }, + "apply": { + "model": "block/redstone_dust_side_alt1", + "y": 270 + } + }, + { + "when": { + "OR": [ + { + "west": "side|up" + }, + { + "north": "none", + "east": "side|up", + "south": "none", + "west": "none" + } + ] + }, + "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" + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/blockstates/sandstone_slab.json b/assets/minecraft/blockstates/sandstone_slab.json index 0fabec37..4736b7a4 100644 --- a/assets/minecraft/blockstates/sandstone_slab.json +++ b/assets/minecraft/blockstates/sandstone_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/sandstone_slab" - }, - "type=double": { - "model": "minecraft:block/sandstone" - }, - "type=top": { - "model": "minecraft:block/sandstone_slab_top" + "variants": { + "type=bottom": { "model": "block/sandstone_slab" }, + "type=top": { "model": "block/sandstone_slab_top" }, + "type=double": { "model": "block/sandstone_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/blockstates/water_cauldron.json b/assets/minecraft/blockstates/water_cauldron.json index 130d7b6b..c589f029 100644 --- a/assets/minecraft/blockstates/water_cauldron.json +++ b/assets/minecraft/blockstates/water_cauldron.json @@ -1,13 +1,13 @@ { "variants": { "level=1": { - "model": "minecraft:block/water_cauldron_level1" + "model": "minecraft:block/water_cauldron_level_1" }, "level=2": { - "model": "minecraft:block/water_cauldron_level2" + "model": "minecraft:block/water_cauldron_level_2" }, "level=3": { - "model": "minecraft:block/water_cauldron_full" + "model": "minecraft:block/water_cauldron_level_3" } } } \ No newline at end of file diff --git a/assets/minecraft/blockstates/weathered_cut_copper_slab.json b/assets/minecraft/blockstates/weathered_cut_copper_slab.json index d13942ed..8f6e914b 100644 --- a/assets/minecraft/blockstates/weathered_cut_copper_slab.json +++ b/assets/minecraft/blockstates/weathered_cut_copper_slab.json @@ -1,13 +1,7 @@ { - "variants": { - "type=bottom": { - "model": "minecraft:block/weathered_cut_copper_slab" - }, - "type=double": { - "model": "minecraft:block/weathered_cut_copper" - }, - "type=top": { - "model": "minecraft:block/weathered_cut_copper_slab_top" + "variants": { + "type=bottom": { "model": "block/weathered_cut_copper_slab" }, + "type=top": { "model": "block/weathered_cut_copper_slab_top" }, + "type=double": { "model": "block/weathered_cut_copper_slab_double" } } - } -} \ No newline at end of file +} diff --git a/assets/minecraft/items/note_block.json b/assets/minecraft/items/note_block.json index 4b539c04..639e1922 100644 --- a/assets/minecraft/items/note_block.json +++ b/assets/minecraft/items/note_block.json @@ -1,6 +1,6 @@ { "model": { "type": "minecraft:model", - "model": "minecraft:block/note_block" + "model": "minecraft:item/note_block" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/bee_nest_filled_1.json b/assets/minecraft/models/block/bee_nest_filled_1.json new file mode 100644 index 00000000..4b48f713 --- /dev/null +++ b/assets/minecraft/models/block/bee_nest_filled_1.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bee_nest_filled_2.json b/assets/minecraft/models/block/bee_nest_filled_2.json new file mode 100644 index 00000000..7501278f --- /dev/null +++ b/assets/minecraft/models/block/bee_nest_filled_2.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bee_nest_filled_3.json b/assets/minecraft/models/block/bee_nest_filled_3.json new file mode 100644 index 00000000..cfc32ba0 --- /dev/null +++ b/assets/minecraft/models/block/bee_nest_filled_3.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bee_nest_filled_4.json b/assets/minecraft/models/block/bee_nest_filled_4.json new file mode 100644 index 00000000..c8159604 --- /dev/null +++ b/assets/minecraft/models/block/bee_nest_filled_4.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/beehive_filled_1.json b/assets/minecraft/models/block/beehive_filled_1.json new file mode 100644 index 00000000..e7a2b4d1 --- /dev/null +++ b/assets/minecraft/models/block/beehive_filled_1.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/beehive_filled_2.json b/assets/minecraft/models/block/beehive_filled_2.json new file mode 100644 index 00000000..bc5dfbfb --- /dev/null +++ b/assets/minecraft/models/block/beehive_filled_2.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/beehive_filled_3.json b/assets/minecraft/models/block/beehive_filled_3.json new file mode 100644 index 00000000..33072e94 --- /dev/null +++ b/assets/minecraft/models/block/beehive_filled_3.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/beehive_filled_4.json b/assets/minecraft/models/block/beehive_filled_4.json new file mode 100644 index 00000000..33d89e2c --- /dev/null +++ b/assets/minecraft/models/block/beehive_filled_4.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/cauldron.json b/assets/minecraft/models/block/cauldron.json index 788da3e1..9d195497 100644 --- a/assets/minecraft/models/block/cauldron.json +++ b/assets/minecraft/models/block/cauldron.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter.json b/assets/minecraft/models/block/composter.json index 9650f777..fd57a84e 100644 --- a/assets/minecraft/models/block/composter.json +++ b/assets/minecraft/models/block/composter.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents1.json b/assets/minecraft/models/block/composter_contents1.json index fe6c8504..5d44de71 100644 --- a/assets/minecraft/models/block/composter_contents1.json +++ b/assets/minecraft/models/block/composter_contents1.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents2.json b/assets/minecraft/models/block/composter_contents2.json index b5cc54c4..1fa11a1b 100644 --- a/assets/minecraft/models/block/composter_contents2.json +++ b/assets/minecraft/models/block/composter_contents2.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents3.json b/assets/minecraft/models/block/composter_contents3.json index 4c3cdc10..b515ff9b 100644 --- a/assets/minecraft/models/block/composter_contents3.json +++ b/assets/minecraft/models/block/composter_contents3.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents4.json b/assets/minecraft/models/block/composter_contents4.json index 48e0456f..073a0a00 100644 --- a/assets/minecraft/models/block/composter_contents4.json +++ b/assets/minecraft/models/block/composter_contents4.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents5.json b/assets/minecraft/models/block/composter_contents5.json index 21e4b303..459264bf 100644 --- a/assets/minecraft/models/block/composter_contents5.json +++ b/assets/minecraft/models/block/composter_contents5.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents6.json b/assets/minecraft/models/block/composter_contents6.json index 12b65516..1697f293 100644 --- a/assets/minecraft/models/block/composter_contents6.json +++ b/assets/minecraft/models/block/composter_contents6.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents7.json b/assets/minecraft/models/block/composter_contents7.json index b135ad12..92c42dce 100644 --- a/assets/minecraft/models/block/composter_contents7.json +++ b/assets/minecraft/models/block/composter_contents7.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/composter_contents_ready.json b/assets/minecraft/models/block/composter_contents_ready.json index 63744cca..fe74385b 100644 --- a/assets/minecraft/models/block/composter_contents_ready.json +++ b/assets/minecraft/models/block/composter_contents_ready.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_copper_slab.json b/assets/minecraft/models/block/cut_copper_slab.json index 45106b89..9468cb48 100644 --- a/assets/minecraft/models/block/cut_copper_slab.json +++ b/assets/minecraft/models/block/cut_copper_slab.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_copper_slab_double.json b/assets/minecraft/models/block/cut_copper_slab_double.json new file mode 100644 index 00000000..65c3bc32 --- /dev/null +++ b/assets/minecraft/models/block/cut_copper_slab_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cut_copper_slab_double" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_copper_slab_top.json b/assets/minecraft/models/block/cut_copper_slab_top.json index 23e57a77..4118b8ec 100644 --- a/assets/minecraft/models/block/cut_copper_slab_top.json +++ b/assets/minecraft/models/block/cut_copper_slab_top.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_red_sandstone_slab.json b/assets/minecraft/models/block/cut_red_sandstone_slab.json index dae7dcdd..94f7720e 100644 --- a/assets/minecraft/models/block/cut_red_sandstone_slab.json +++ b/assets/minecraft/models/block/cut_red_sandstone_slab.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/cut_red_sandstone_slab_double.json b/assets/minecraft/models/block/cut_red_sandstone_slab_double.json new file mode 100644 index 00000000..28a23cfa --- /dev/null +++ b/assets/minecraft/models/block/cut_red_sandstone_slab_double.json @@ -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" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/assets/minecraft/models/block/cut_red_sandstone_slab_top.json index 808ca309..efb48dd1 100644 --- a/assets/minecraft/models/block/cut_red_sandstone_slab_top.json +++ b/assets/minecraft/models/block/cut_red_sandstone_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/cut_sandstone_slab.json b/assets/minecraft/models/block/cut_sandstone_slab.json index ff33c6d7..89469956 100644 --- a/assets/minecraft/models/block/cut_sandstone_slab.json +++ b/assets/minecraft/models/block/cut_sandstone_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/sandstone_top", - "side": "minecraft:block/cut_sandstone", - "top": "minecraft:block/sandstone_top" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/cut_sandstone_slab_double.json b/assets/minecraft/models/block/cut_sandstone_slab_double.json new file mode 100644 index 00000000..ed886633 --- /dev/null +++ b/assets/minecraft/models/block/cut_sandstone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone_slab_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/cut_sandstone_slab_top.json b/assets/minecraft/models/block/cut_sandstone_slab_top.json index 3a008814..e7d446ce 100644 --- a/assets/minecraft/models/block/cut_sandstone_slab_top.json +++ b/assets/minecraft/models/block/cut_sandstone_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/dispenser.json b/assets/minecraft/models/block/dispenser.json index 321e6bca..7ac54e81 100644 --- a/assets/minecraft/models/block/dispenser.json +++ b/assets/minecraft/models/block/dispenser.json @@ -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] + } + } } \ No newline at end of file diff --git a/assets/minecraft/models/block/dispenser_vertical.json b/assets/minecraft/models/block/dispenser_vertical.json index 7b681162..314e477b 100644 --- a/assets/minecraft/models/block/dispenser_vertical.json +++ b/assets/minecraft/models/block/dispenser_vertical.json @@ -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"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/dropper.json b/assets/minecraft/models/block/dropper.json index f2bdc53b..873dc714 100644 --- a/assets/minecraft/models/block/dropper.json +++ b/assets/minecraft/models/block/dropper.json @@ -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] + } + } } \ No newline at end of file diff --git a/assets/minecraft/models/block/dropper_vertical.json b/assets/minecraft/models/block/dropper_vertical.json index 98c24a7a..3e3d2cca 100644 --- a/assets/minecraft/models/block/dropper_vertical.json +++ b/assets/minecraft/models/block/dropper_vertical.json @@ -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"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/exposed_cut_copper_slab.json b/assets/minecraft/models/block/exposed_cut_copper_slab.json index c736183e..059e0648 100644 --- a/assets/minecraft/models/block/exposed_cut_copper_slab.json +++ b/assets/minecraft/models/block/exposed_cut_copper_slab.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/exposed_cut_copper_slab_double.json b/assets/minecraft/models/block/exposed_cut_copper_slab_double.json new file mode 100644 index 00000000..84d0e02d --- /dev/null +++ b/assets/minecraft/models/block/exposed_cut_copper_slab_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/exposed_cut_copper_slab_double" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/exposed_cut_copper_slab_top.json b/assets/minecraft/models/block/exposed_cut_copper_slab_top.json index 42f73316..02154a76 100644 --- a/assets/minecraft/models/block/exposed_cut_copper_slab_top.json +++ b/assets/minecraft/models/block/exposed_cut_copper_slab_top.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/hopper_side.json b/assets/minecraft/models/block/hopper_side.json index 28d3dc65..7643782d 100644 --- a/assets/minecraft/models/block/hopper_side.json +++ b/assets/minecraft/models/block/hopper_side.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lava_cauldron.json b/assets/minecraft/models/block/lava_cauldron.json index f0a0a312..53a3d128 100644 --- a/assets/minecraft/models/block/lava_cauldron.json +++ b/assets/minecraft/models/block/lava_cauldron.json @@ -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"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/lever.json b/assets/minecraft/models/block/lever.json index 14cc4f86..138ef2b5 100644 --- a/assets/minecraft/models/block/lever.json +++ b/assets/minecraft/models/block/lever.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lever_on.json b/assets/minecraft/models/block/lever_on.json index 64797896..56c537d6 100644 --- a/assets/minecraft/models/block/lever_on.json +++ b/assets/minecraft/models/block/lever_on.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lodestone.json b/assets/minecraft/models/block/lodestone.json index f38f3e9a..1280458b 100644 --- a/assets/minecraft/models/block/lodestone.json +++ b/assets/minecraft/models/block/lodestone.json @@ -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] + } + } } \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_0.json b/assets/minecraft/models/block/note_block_0.json new file mode 100644 index 00000000..b9f8f34f --- /dev/null +++ b/assets/minecraft/models/block/note_block_0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_0", + "pitch": "block/note_block_pitch_0" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_1.json b/assets/minecraft/models/block/note_block_1.json new file mode 100644 index 00000000..c79b69fa --- /dev/null +++ b/assets/minecraft/models/block/note_block_1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_1", + "pitch": "block/note_block_pitch_1" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_10.json b/assets/minecraft/models/block/note_block_10.json new file mode 100644 index 00000000..d85f9005 --- /dev/null +++ b/assets/minecraft/models/block/note_block_10.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_10", + "pitch": "block/note_block_pitch_10" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_11.json b/assets/minecraft/models/block/note_block_11.json new file mode 100644 index 00000000..14411024 --- /dev/null +++ b/assets/minecraft/models/block/note_block_11.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_11", + "pitch": "block/note_block_pitch_11" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_12.json b/assets/minecraft/models/block/note_block_12.json new file mode 100644 index 00000000..a27254b2 --- /dev/null +++ b/assets/minecraft/models/block/note_block_12.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_12", + "pitch": "block/note_block_pitch_12" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_13.json b/assets/minecraft/models/block/note_block_13.json new file mode 100644 index 00000000..35d3044e --- /dev/null +++ b/assets/minecraft/models/block/note_block_13.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_13", + "pitch": "block/note_block_pitch_13" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_14.json b/assets/minecraft/models/block/note_block_14.json new file mode 100644 index 00000000..6136cf7b --- /dev/null +++ b/assets/minecraft/models/block/note_block_14.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_14", + "pitch": "block/note_block_pitch_14" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_15.json b/assets/minecraft/models/block/note_block_15.json new file mode 100644 index 00000000..36fc09e2 --- /dev/null +++ b/assets/minecraft/models/block/note_block_15.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_15", + "pitch": "block/note_block_pitch_15" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_16.json b/assets/minecraft/models/block/note_block_16.json new file mode 100644 index 00000000..b6ee9ee5 --- /dev/null +++ b/assets/minecraft/models/block/note_block_16.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_16", + "pitch": "block/note_block_pitch_16" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_17.json b/assets/minecraft/models/block/note_block_17.json new file mode 100644 index 00000000..c4b6d88d --- /dev/null +++ b/assets/minecraft/models/block/note_block_17.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_17", + "pitch": "block/note_block_pitch_17" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_18.json b/assets/minecraft/models/block/note_block_18.json new file mode 100644 index 00000000..de9ff3b0 --- /dev/null +++ b/assets/minecraft/models/block/note_block_18.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_18", + "pitch": "block/note_block_pitch_18" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_19.json b/assets/minecraft/models/block/note_block_19.json new file mode 100644 index 00000000..011eedb1 --- /dev/null +++ b/assets/minecraft/models/block/note_block_19.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_19", + "pitch": "block/note_block_pitch_19" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_2.json b/assets/minecraft/models/block/note_block_2.json new file mode 100644 index 00000000..fab2c65c --- /dev/null +++ b/assets/minecraft/models/block/note_block_2.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_2", + "pitch": "block/note_block_pitch_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_20.json b/assets/minecraft/models/block/note_block_20.json new file mode 100644 index 00000000..c9d15888 --- /dev/null +++ b/assets/minecraft/models/block/note_block_20.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_20", + "pitch": "block/note_block_pitch_20" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_21.json b/assets/minecraft/models/block/note_block_21.json new file mode 100644 index 00000000..7c788fd3 --- /dev/null +++ b/assets/minecraft/models/block/note_block_21.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_21", + "pitch": "block/note_block_pitch_21" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_22.json b/assets/minecraft/models/block/note_block_22.json new file mode 100644 index 00000000..7e215d10 --- /dev/null +++ b/assets/minecraft/models/block/note_block_22.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_22", + "pitch": "block/note_block_pitch_22" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_23.json b/assets/minecraft/models/block/note_block_23.json new file mode 100644 index 00000000..6a8456f0 --- /dev/null +++ b/assets/minecraft/models/block/note_block_23.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_23", + "pitch": "block/note_block_pitch_23" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_24.json b/assets/minecraft/models/block/note_block_24.json new file mode 100644 index 00000000..7da78571 --- /dev/null +++ b/assets/minecraft/models/block/note_block_24.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_24", + "pitch": "block/note_block_pitch_24" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_3.json b/assets/minecraft/models/block/note_block_3.json new file mode 100644 index 00000000..d9b44d34 --- /dev/null +++ b/assets/minecraft/models/block/note_block_3.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_3", + "pitch": "block/note_block_pitch_3" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_4.json b/assets/minecraft/models/block/note_block_4.json new file mode 100644 index 00000000..a2ffa5e8 --- /dev/null +++ b/assets/minecraft/models/block/note_block_4.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_4", + "pitch": "block/note_block_pitch_4" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_5.json b/assets/minecraft/models/block/note_block_5.json new file mode 100644 index 00000000..669e98a7 --- /dev/null +++ b/assets/minecraft/models/block/note_block_5.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_5", + "pitch": "block/note_block_pitch_5" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_6.json b/assets/minecraft/models/block/note_block_6.json new file mode 100644 index 00000000..978fa77d --- /dev/null +++ b/assets/minecraft/models/block/note_block_6.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_6", + "pitch": "block/note_block_pitch_6" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_7.json b/assets/minecraft/models/block/note_block_7.json new file mode 100644 index 00000000..715c3c6a --- /dev/null +++ b/assets/minecraft/models/block/note_block_7.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_7", + "pitch": "block/note_block_pitch_7" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_8.json b/assets/minecraft/models/block/note_block_8.json new file mode 100644 index 00000000..657c2fbb --- /dev/null +++ b/assets/minecraft/models/block/note_block_8.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_8", + "pitch": "block/note_block_pitch_8" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/note_block_9.json b/assets/minecraft/models/block/note_block_9.json new file mode 100644 index 00000000..9105e819 --- /dev/null +++ b/assets/minecraft/models/block/note_block_9.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_numerical_9", + "pitch": "block/note_block_pitch_9" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/observer.json b/assets/minecraft/models/block/observer.json index 1b8ca609..6de1f44b 100644 --- a/assets/minecraft/models/block/observer.json +++ b/assets/minecraft/models/block/observer.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/observer_on.json b/assets/minecraft/models/block/observer_on.json index ee290184..76bf7ba3 100644 --- a/assets/minecraft/models/block/observer_on.json +++ b/assets/minecraft/models/block/observer_on.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/oxidized_cut_copper_slab.json b/assets/minecraft/models/block/oxidized_cut_copper_slab.json index f61b04e5..3c9adb81 100644 --- a/assets/minecraft/models/block/oxidized_cut_copper_slab.json +++ b/assets/minecraft/models/block/oxidized_cut_copper_slab.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/oxidized_cut_copper_slab_double.json b/assets/minecraft/models/block/oxidized_cut_copper_slab_double.json new file mode 100644 index 00000000..8aae60f3 --- /dev/null +++ b/assets/minecraft/models/block/oxidized_cut_copper_slab_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/oxidized_cut_copper_slab_double" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json b/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json index 06790cf1..9166fe60 100644 --- a/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json +++ b/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/piston_head_short_sticky.json b/assets/minecraft/models/block/piston_head_short_sticky.json index c5a98204..95553e97 100644 --- a/assets/minecraft/models/block/piston_head_short_sticky.json +++ b/assets/minecraft/models/block/piston_head_short_sticky.json @@ -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" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/piston_head_sticky.json b/assets/minecraft/models/block/piston_head_sticky.json index 7fa4495a..fb98d242 100644 --- a/assets/minecraft/models/block/piston_head_sticky.json +++ b/assets/minecraft/models/block/piston_head_sticky.json @@ -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"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_andesite_slab.json b/assets/minecraft/models/block/polished_andesite_slab.json index 72d8299f..6c22155d 100644 --- a/assets/minecraft/models/block/polished_andesite_slab.json +++ b/assets/minecraft/models/block/polished_andesite_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_andesite", - "side": "minecraft:block/polished_andesite", - "top": "minecraft:block/polished_andesite" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_andesite_slab_double.json b/assets/minecraft/models/block/polished_andesite_slab_double.json new file mode 100644 index 00000000..d22a221e --- /dev/null +++ b/assets/minecraft/models/block/polished_andesite_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_andesite_slab_side", + "end": "block/polished_andesite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_andesite_slab_top.json b/assets/minecraft/models/block/polished_andesite_slab_top.json index 3211d4d2..ba6007c8 100644 --- a/assets/minecraft/models/block/polished_andesite_slab_top.json +++ b/assets/minecraft/models/block/polished_andesite_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_slab.json b/assets/minecraft/models/block/polished_blackstone_slab.json index 260c098e..cd87f3dc 100644 --- a/assets/minecraft/models/block/polished_blackstone_slab.json +++ b/assets/minecraft/models/block/polished_blackstone_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_blackstone", - "side": "minecraft:block/polished_blackstone", - "top": "minecraft:block/polished_blackstone" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_blackstone", + "top": "block/polished_blackstone", + "side": "block/polished_blackstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_slab_double.json b/assets/minecraft/models/block/polished_blackstone_slab_double.json new file mode 100644 index 00000000..d80b7bf5 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_blackstone_slab_side", + "end": "block/polished_blackstone" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_blackstone_slab_top.json b/assets/minecraft/models/block/polished_blackstone_slab_top.json index b52a9ee9..3ad3bcd8 100644 --- a/assets/minecraft/models/block/polished_blackstone_slab_top.json +++ b/assets/minecraft/models/block/polished_blackstone_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_blackstone", + "top": "block/polished_blackstone", + "side": "block/polished_blackstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_cinnabar_slab.json b/assets/minecraft/models/block/polished_cinnabar_slab.json index 8352ba30..7dd0780b 100644 --- a/assets/minecraft/models/block/polished_cinnabar_slab.json +++ b/assets/minecraft/models/block/polished_cinnabar_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_cinnabar", - "side": "minecraft:block/polished_cinnabar", - "top": "minecraft:block/polished_cinnabar" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_cinnabar", + "top": "block/polished_cinnabar", + "side": "block/polished_cinnabar_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_cinnabar_slab_double.json b/assets/minecraft/models/block/polished_cinnabar_slab_double.json new file mode 100644 index 00000000..f982f97d --- /dev/null +++ b/assets/minecraft/models/block/polished_cinnabar_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/polished_cinnabar", + "side": "minecraft:block/polished_cinnabar_slab_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_cinnabar_slab_top.json b/assets/minecraft/models/block/polished_cinnabar_slab_top.json index 300d51dd..2ffcffc4 100644 --- a/assets/minecraft/models/block/polished_cinnabar_slab_top.json +++ b/assets/minecraft/models/block/polished_cinnabar_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_cinnabar", + "top": "block/polished_cinnabar", + "side": "block/polished_cinnabar_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_deepslate_slab.json b/assets/minecraft/models/block/polished_deepslate_slab.json index b622b958..033835b4 100644 --- a/assets/minecraft/models/block/polished_deepslate_slab.json +++ b/assets/minecraft/models/block/polished_deepslate_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_deepslate", - "side": "minecraft:block/polished_deepslate", - "top": "minecraft:block/polished_deepslate" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_deepslate", + "top": "block/polished_deepslate", + "side": "block/polished_deepslate_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_deepslate_slab_double.json b/assets/minecraft/models/block/polished_deepslate_slab_double.json new file mode 100644 index 00000000..660dc6d4 --- /dev/null +++ b/assets/minecraft/models/block/polished_deepslate_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_deepslate_slab_side", + "end": "block/polished_deepslate" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_deepslate_slab_top.json b/assets/minecraft/models/block/polished_deepslate_slab_top.json index c9d076b9..4c21fa89 100644 --- a/assets/minecraft/models/block/polished_deepslate_slab_top.json +++ b/assets/minecraft/models/block/polished_deepslate_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_deepslate", + "top": "block/polished_deepslate", + "side": "block/polished_deepslate_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_diorite_slab.json b/assets/minecraft/models/block/polished_diorite_slab.json index 04bbeb21..cf3c1e9b 100644 --- a/assets/minecraft/models/block/polished_diorite_slab.json +++ b/assets/minecraft/models/block/polished_diorite_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_diorite", - "side": "minecraft:block/polished_diorite", - "top": "minecraft:block/polished_diorite" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_diorite_slab_double.json b/assets/minecraft/models/block/polished_diorite_slab_double.json new file mode 100644 index 00000000..c342cc23 --- /dev/null +++ b/assets/minecraft/models/block/polished_diorite_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_diorite_slab_side", + "end": "block/polished_diorite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_diorite_slab_top.json b/assets/minecraft/models/block/polished_diorite_slab_top.json index aa5ed4f5..044b9d53 100644 --- a/assets/minecraft/models/block/polished_diorite_slab_top.json +++ b/assets/minecraft/models/block/polished_diorite_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_granite_slab.json b/assets/minecraft/models/block/polished_granite_slab.json index 07a13acc..57d9fbfe 100644 --- a/assets/minecraft/models/block/polished_granite_slab.json +++ b/assets/minecraft/models/block/polished_granite_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_granite", - "side": "minecraft:block/polished_granite", - "top": "minecraft:block/polished_granite" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_granite_slab_double.json b/assets/minecraft/models/block/polished_granite_slab_double.json new file mode 100644 index 00000000..c95876e4 --- /dev/null +++ b/assets/minecraft/models/block/polished_granite_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_granite_slab_side", + "end": "block/polished_granite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_granite_slab_top.json b/assets/minecraft/models/block/polished_granite_slab_top.json index 244ea115..e740ec98 100644 --- a/assets/minecraft/models/block/polished_granite_slab_top.json +++ b/assets/minecraft/models/block/polished_granite_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_sulfur_slab.json b/assets/minecraft/models/block/polished_sulfur_slab.json index 1a190a7f..879074b7 100644 --- a/assets/minecraft/models/block/polished_sulfur_slab.json +++ b/assets/minecraft/models/block/polished_sulfur_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_sulfur", - "side": "minecraft:block/polished_sulfur", - "top": "minecraft:block/polished_sulfur" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_sulfur", + "top": "block/polished_sulfur", + "side": "block/polished_sulfur_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_sulfur_slab_double.json b/assets/minecraft/models/block/polished_sulfur_slab_double.json new file mode 100644 index 00000000..67ad3b65 --- /dev/null +++ b/assets/minecraft/models/block/polished_sulfur_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/polished_sulfur", + "side": "minecraft:block/polished_sulfur_slab_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_sulfur_slab_top.json b/assets/minecraft/models/block/polished_sulfur_slab_top.json index b7f987e3..138a5d0c 100644 --- a/assets/minecraft/models/block/polished_sulfur_slab_top.json +++ b/assets/minecraft/models/block/polished_sulfur_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_sulfur", + "top": "block/polished_sulfur", + "side": "block/polished_sulfur_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_tuff_slab.json b/assets/minecraft/models/block/polished_tuff_slab.json index 7fce08e9..d360bdfe 100644 --- a/assets/minecraft/models/block/polished_tuff_slab.json +++ b/assets/minecraft/models/block/polished_tuff_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/polished_tuff", - "side": "minecraft:block/polished_tuff", - "top": "minecraft:block/polished_tuff" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/polished_tuff", + "top": "block/polished_tuff", + "side": "block/polished_tuff_slab_side" + } +} diff --git a/assets/minecraft/models/block/polished_tuff_slab_double.json b/assets/minecraft/models/block/polished_tuff_slab_double.json new file mode 100644 index 00000000..e7ba453f --- /dev/null +++ b/assets/minecraft/models/block/polished_tuff_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/polished_tuff_slab_side", + "end": "block/polished_tuff" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/polished_tuff_slab_top.json b/assets/minecraft/models/block/polished_tuff_slab_top.json index 5a6c03f2..15062e51 100644 --- a/assets/minecraft/models/block/polished_tuff_slab_top.json +++ b/assets/minecraft/models/block/polished_tuff_slab_top.json @@ -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" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_tuff", + "top": "block/polished_tuff", + "side": "block/polished_tuff_slab_side" + } +} diff --git a/assets/minecraft/models/block/powder_snow_cauldron_level_1.json b/assets/minecraft/models/block/powder_snow_cauldron_level_1.json new file mode 100644 index 00000000..afdd0f82 --- /dev/null +++ b/assets/minecraft/models/block/powder_snow_cauldron_level_1.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/powder_snow_cauldron_level_2.json b/assets/minecraft/models/block/powder_snow_cauldron_level_2.json new file mode 100644 index 00000000..b4ffb165 --- /dev/null +++ b/assets/minecraft/models/block/powder_snow_cauldron_level_2.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/powder_snow_cauldron_level_3.json b/assets/minecraft/models/block/powder_snow_cauldron_level_3.json new file mode 100644 index 00000000..ca4a5109 --- /dev/null +++ b/assets/minecraft/models/block/powder_snow_cauldron_level_3.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/prismarine_brick_slab.json b/assets/minecraft/models/block/prismarine_brick_slab.json index a8126216..7a64ec8b 100644 --- a/assets/minecraft/models/block/prismarine_brick_slab.json +++ b/assets/minecraft/models/block/prismarine_brick_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/prismarine_bricks", - "side": "minecraft:block/prismarine_bricks", - "top": "minecraft:block/prismarine_bricks" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_brick_slab_side" + } +} diff --git a/assets/minecraft/models/block/prismarine_brick_slab_double.json b/assets/minecraft/models/block/prismarine_brick_slab_double.json new file mode 100644 index 00000000..9bf914ea --- /dev/null +++ b/assets/minecraft/models/block/prismarine_brick_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/prismarine_brick_slab_side", + "end": "block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/prismarine_brick_slab_top.json b/assets/minecraft/models/block/prismarine_brick_slab_top.json index 32a5b364..c6596358 100644 --- a/assets/minecraft/models/block/prismarine_brick_slab_top.json +++ b/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "minecraft:block/prismarine_bricks", - "side": "minecraft:block/prismarine_bricks", - "top": "minecraft:block/prismarine_bricks" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_brick_slab_side" + } +} diff --git a/assets/minecraft/models/block/quartz_slab.json b/assets/minecraft/models/block/quartz_slab.json index ccccb53f..26e9ffb4 100644 --- a/assets/minecraft/models/block/quartz_slab.json +++ b/assets/minecraft/models/block/quartz_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/quartz_block_top", - "side": "minecraft:block/quartz_block_side", - "top": "minecraft:block/quartz_block_top" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_side", + "top": "block/quartz_block_side", + "side": "block/quartz_block_slab_side" + } +} diff --git a/assets/minecraft/models/block/quartz_slab_double.json b/assets/minecraft/models/block/quartz_slab_double.json new file mode 100644 index 00000000..68e81db9 --- /dev/null +++ b/assets/minecraft/models/block/quartz_slab_double.json @@ -0,0 +1,8 @@ +{ + "credit": "Created by Stridey", + "parent": "block/cube_column", + "textures": { + "side": "block/quartz_block_slab_side", + "end": "block/quartz_block_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/quartz_slab_top.json b/assets/minecraft/models/block/quartz_slab_top.json index 157e8ee8..50da990a 100644 --- a/assets/minecraft/models/block/quartz_slab_top.json +++ b/assets/minecraft/models/block/quartz_slab_top.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "minecraft:block/quartz_block_top", - "side": "minecraft:block/quartz_block_side", - "top": "minecraft:block/quartz_block_top" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_side", + "top": "block/quartz_block_side", + "side": "block/quartz_block_slab_side" + } +} diff --git a/assets/minecraft/models/block/red_sandstone_slab.json b/assets/minecraft/models/block/red_sandstone_slab.json index cd1c1ec9..2cfd2cdb 100644 --- a/assets/minecraft/models/block/red_sandstone_slab.json +++ b/assets/minecraft/models/block/red_sandstone_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/red_sandstone_bottom", - "side": "minecraft:block/red_sandstone", - "top": "minecraft:block/red_sandstone_top" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/red_sandstone_slab_double.json b/assets/minecraft/models/block/red_sandstone_slab_double.json new file mode 100644 index 00000000..480a42f1 --- /dev/null +++ b/assets/minecraft/models/block/red_sandstone_slab_double.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/red_sandstone_top", + "bottom": "minecraft:block/red_sandstone_bottom", + "side": "minecraft:block/red_sandstone_slab_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/red_sandstone_slab_top.json b/assets/minecraft/models/block/red_sandstone_slab_top.json index d240a03a..e616c1c6 100644 --- a/assets/minecraft/models/block/red_sandstone_slab_top.json +++ b/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "minecraft:block/red_sandstone_bottom", - "side": "minecraft:block/red_sandstone", - "top": "minecraft:block/red_sandstone_top" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/assets/minecraft/models/block/red_sandstone_wall_inventory.json index efec8f3f..59e33f7c 100644 --- a/assets/minecraft/models/block/red_sandstone_wall_inventory.json +++ b/assets/minecraft/models/block/red_sandstone_wall_inventory.json @@ -1,6 +1,38 @@ { - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "minecraft:block/red_sandstone" - } + "credit": "Created by Stridey", + "parent": "block/wall_inventory", + "textures": { + "particle": "block/red_sandstone", + "side": "block/red_sandstone", + "top": "block/red_sandstone_top", + "bottom": "block/red_sandstone_bottom" + }, + "elements": [ + { + "name": "Center post", + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "east": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "south": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "west": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "up": {"uv": [4, 4, 12, 12], "texture": "#top"}, + "down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"} + } + }, + { + "name": "Full wall", + "from": [5, 0, 0], + "to": [11, 13, 16], + "faces": { + "north": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 3, 16, 16], "texture": "#side"}, + "south": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 3, 16, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 16], "texture": "#top"}, + "down": {"uv": [5, 0, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/red_sandstone_wall_post.json b/assets/minecraft/models/block/red_sandstone_wall_post.json index ab117588..5ca5be51 100644 --- a/assets/minecraft/models/block/red_sandstone_wall_post.json +++ b/assets/minecraft/models/block/red_sandstone_wall_post.json @@ -1,6 +1,24 @@ { - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "minecraft:block/red_sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/red_sandstone", + "side": "block/red_sandstone", + "top": "block/red_sandstone_top", + "bottom": "block/red_sandstone_bottom" + }, + "elements": [ + { + "name": "Center post", + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "east": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "south": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "west": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "up": {"uv": [4, 4, 12, 12], "texture": "#top", "cullface": "up"}, + "down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/red_sandstone_wall_side.json b/assets/minecraft/models/block/red_sandstone_wall_side.json index 798b2f91..2067524d 100644 --- a/assets/minecraft/models/block/red_sandstone_wall_side.json +++ b/assets/minecraft/models/block/red_sandstone_wall_side.json @@ -1,6 +1,23 @@ { - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "minecraft:block/red_sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/red_sandstone", + "side": "block/red_sandstone", + "top": "block/red_sandstone_top", + "bottom": "block/red_sandstone_bottom" + }, + "elements": [ + { + "name": "wall", + "from": [5, 0, 0], + "to": [11, 14, 8], + "faces": { + "north": {"uv": [5, 2, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [8, 2, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 2, 8, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 8], "texture": "#top"}, + "down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/red_sandstone_wall_side_tall.json b/assets/minecraft/models/block/red_sandstone_wall_side_tall.json index b8cc6d37..03c004dc 100644 --- a/assets/minecraft/models/block/red_sandstone_wall_side_tall.json +++ b/assets/minecraft/models/block/red_sandstone_wall_side_tall.json @@ -1,6 +1,22 @@ { - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "minecraft:block/red_sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/red_sandstone", + "side": "block/red_sandstone", + "top": "block/red_sandstone_top", + "bottom": "block/red_sandstone_bottom" + }, + "elements": [ + { + "from": [5, 0, 0], + "to": [11, 16, 8], + "faces": { + "north": {"uv": [5, 0, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [8, 0, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 0, 8, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 8], "texture": "#top", "cullface": "up"}, + "down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_00.json b/assets/minecraft/models/block/redstone_power_level_00.json new file mode 100644 index 00000000..c8cf34db --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_00.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_00" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_01.json b/assets/minecraft/models/block/redstone_power_level_01.json new file mode 100644 index 00000000..279e50d4 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_01.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_01" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_02.json b/assets/minecraft/models/block/redstone_power_level_02.json new file mode 100644 index 00000000..22d8fe5a --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_02.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_02" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_03.json b/assets/minecraft/models/block/redstone_power_level_03.json new file mode 100644 index 00000000..9d9a801e --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_03.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_03" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_04.json b/assets/minecraft/models/block/redstone_power_level_04.json new file mode 100644 index 00000000..531e2ccb --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_04.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_04" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_05.json b/assets/minecraft/models/block/redstone_power_level_05.json new file mode 100644 index 00000000..e2e9cd89 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_05.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_05" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_06.json b/assets/minecraft/models/block/redstone_power_level_06.json new file mode 100644 index 00000000..ae740c19 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_06.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_06" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_07.json b/assets/minecraft/models/block/redstone_power_level_07.json new file mode 100644 index 00000000..d9034acd --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_07.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_07" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_08.json b/assets/minecraft/models/block/redstone_power_level_08.json new file mode 100644 index 00000000..bd76e75d --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_08.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_08" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_09.json b/assets/minecraft/models/block/redstone_power_level_09.json new file mode 100644 index 00000000..1e33cc6d --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_09.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_09" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_10.json b/assets/minecraft/models/block/redstone_power_level_10.json new file mode 100644 index 00000000..00bbd8e7 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_10.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_10" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_11.json b/assets/minecraft/models/block/redstone_power_level_11.json new file mode 100644 index 00000000..cbf59b98 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_11.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_11" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_12.json b/assets/minecraft/models/block/redstone_power_level_12.json new file mode 100644 index 00000000..c8ed2060 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_12.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_12" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_13.json b/assets/minecraft/models/block/redstone_power_level_13.json new file mode 100644 index 00000000..cea0b19a --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_13.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_13" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_14.json b/assets/minecraft/models/block/redstone_power_level_14.json new file mode 100644 index 00000000..e8b0be8b --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_14.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_14" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_power_level_15.json b/assets/minecraft/models/block/redstone_power_level_15.json new file mode 100644 index 00000000..999a9ee4 --- /dev/null +++ b/assets/minecraft/models/block/redstone_power_level_15.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_redstone_power_level", + "textures": { + "level": "block/redstone_power_level_15" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_slab.json b/assets/minecraft/models/block/sandstone_slab.json index fbaa615d..9861ab79 100644 --- a/assets/minecraft/models/block/sandstone_slab.json +++ b/assets/minecraft/models/block/sandstone_slab.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab", - "textures": { - "bottom": "minecraft:block/sandstone_bottom", - "side": "minecraft:block/sandstone", - "top": "minecraft:block/sandstone_top" - } -} \ No newline at end of file + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/sandstone_slab_double.json b/assets/minecraft/models/block/sandstone_slab_double.json new file mode 100644 index 00000000..2a1b62b0 --- /dev/null +++ b/assets/minecraft/models/block/sandstone_slab_double.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/sandstone_top", + "bottom": "minecraft:block/sandstone_bottom", + "side": "minecraft:block/sandstone_slab_side" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_slab_top.json b/assets/minecraft/models/block/sandstone_slab_top.json index e0f4a0dd..f4bd6a4b 100644 --- a/assets/minecraft/models/block/sandstone_slab_top.json +++ b/assets/minecraft/models/block/sandstone_slab_top.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "minecraft:block/sandstone_bottom", - "side": "minecraft:block/sandstone", - "top": "minecraft:block/sandstone_top" - } -} \ No newline at end of file + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone_slab_side" + } +} diff --git a/assets/minecraft/models/block/sandstone_wall_inventory.json b/assets/minecraft/models/block/sandstone_wall_inventory.json index ab5aa55e..4f98568c 100644 --- a/assets/minecraft/models/block/sandstone_wall_inventory.json +++ b/assets/minecraft/models/block/sandstone_wall_inventory.json @@ -1,6 +1,38 @@ { - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "minecraft:block/sandstone" - } + "credit": "Created by Stridey", + "parent": "block/wall_inventory", + "textures": { + "particle": "block/sandstone", + "side": "block/sandstone", + "top": "block/sandstone_top", + "bottom": "block/sandstone_bottom" + }, + "elements": [ + { + "name": "Center post", + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "east": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "south": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "west": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "up": {"uv": [4, 4, 12, 12], "texture": "#top"}, + "down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"} + } + }, + { + "name": "Full wall", + "from": [5, 0, 0], + "to": [11, 13, 16], + "faces": { + "north": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 3, 16, 16], "texture": "#side"}, + "south": {"uv": [5, 3, 11, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 3, 16, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 16], "texture": "#top"}, + "down": {"uv": [5, 0, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_wall_post.json b/assets/minecraft/models/block/sandstone_wall_post.json index edcb0e4e..2a50760c 100644 --- a/assets/minecraft/models/block/sandstone_wall_post.json +++ b/assets/minecraft/models/block/sandstone_wall_post.json @@ -1,6 +1,24 @@ { - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "minecraft:block/sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/sandstone", + "side": "block/sandstone", + "top": "block/sandstone_top", + "bottom": "block/sandstone_bottom" + }, + "elements": [ + { + "name": "Center post", + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "east": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "south": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "west": {"uv": [4, 0, 12, 16], "texture": "#side"}, + "up": {"uv": [4, 4, 12, 12], "texture": "#top", "cullface": "up"}, + "down": {"uv": [4, 4, 12, 12], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_wall_side.json b/assets/minecraft/models/block/sandstone_wall_side.json index f195f7fb..ff97b4f1 100644 --- a/assets/minecraft/models/block/sandstone_wall_side.json +++ b/assets/minecraft/models/block/sandstone_wall_side.json @@ -1,6 +1,23 @@ { - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "minecraft:block/sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/sandstone", + "side": "block/sandstone", + "top": "block/sandstone_top", + "bottom": "block/sandstone_bottom" + }, + "elements": [ + { + "name": "wall", + "from": [5, 0, 0], + "to": [11, 14, 8], + "faces": { + "north": {"uv": [5, 2, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [8, 2, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 2, 8, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 8], "texture": "#top"}, + "down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_wall_side_tall.json b/assets/minecraft/models/block/sandstone_wall_side_tall.json index dc29097f..a5b8d4a8 100644 --- a/assets/minecraft/models/block/sandstone_wall_side_tall.json +++ b/assets/minecraft/models/block/sandstone_wall_side_tall.json @@ -1,6 +1,22 @@ { - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "minecraft:block/sandstone" - } + "credit": "Created by Stridey", + "textures": { + "particle": "block/sandstone", + "side": "block/sandstone", + "top": "block/sandstone_top", + "bottom": "block/sandstone_bottom" + }, + "elements": [ + { + "from": [5, 0, 0], + "to": [11, 16, 8], + "faces": { + "north": {"uv": [5, 0, 11, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [8, 0, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 0, 8, 16], "texture": "#side"}, + "up": {"uv": [5, 0, 11, 8], "texture": "#top", "cullface": "up"}, + "down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/sticky_piston.json b/assets/minecraft/models/block/sticky_piston.json index 84fcdca6..2144d475 100644 --- a/assets/minecraft/models/block/sticky_piston.json +++ b/assets/minecraft/models/block/sticky_piston.json @@ -1,8 +1,23 @@ { - "parent": "minecraft:block/template_piston", - "textures": { - "bottom": "minecraft:block/piston_bottom", - "platform": "minecraft:block/piston_top_sticky", - "side": "minecraft:block/piston_side" - } + "credit": "Created by Stridey", + "textures": { + "side": "block/piston_side_sticky", + "particle": "block/piston_side_sticky", + "platform": "block/piston_top_sticky", + "bottom": "block/piston_bottom" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#platform", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#side", "cullface": "down"} + } + } + ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/sticky_piston_inventory.json b/assets/minecraft/models/block/sticky_piston_inventory.json index 24b376ab..f6dbe13e 100644 --- a/assets/minecraft/models/block/sticky_piston_inventory.json +++ b/assets/minecraft/models/block/sticky_piston_inventory.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "bottom": "minecraft:block/piston_bottom", - "side": "minecraft:block/piston_side", - "top": "minecraft:block/piston_top_sticky" - } -} \ No newline at end of file + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side_sticky", + "top": "block/piston_top_sticky" + } +} diff --git a/assets/minecraft/models/block/template_note_block.json b/assets/minecraft/models/block/template_note_block.json new file mode 100644 index 00000000..1b1e245f --- /dev/null +++ b/assets/minecraft/models/block/template_note_block.json @@ -0,0 +1,158 @@ +{ + "credit": "Created by Stridey", + "parent": "block/block", + "textures": { + "numerical": "#numerical", + "pitch": "#pitch", + "particle": "block/note_block", + "top": "block/note_block", + "side": "block/note_block_side" + }, + "elements": [ + { + "name": "base", + "from": [11, 2, 0], + "to": [16, 14, 5], + "faces": { + "north": {"uv": [0, 2, 5, 14], "texture": "#side", "cullface": "north"}, + "east": {"uv": [11, 2, 16, 14], "texture": "#side", "cullface": "east"}, + "south": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "west": {"uv": [3, 1, 4, 2], "texture": "#top"} + } + }, + { + "name": "base", + "from": [0, 0, 0], + "to": [16, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6, 8]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [4, 1, 5, 2], "texture": "#side"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "base", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [4, 1, 5, 2], "texture": "#side"} + } + }, + { + "name": "base", + "from": [0, 7, 0], + "to": [16, 9, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, + "faces": { + "north": {"uv": [0, 7, 16, 9], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 7, 16, 9], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 7, 16, 9], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 7, 16, 9], "texture": "#side", "cullface": "west"}, + "up": {"uv": [4, 1, 5, 2], "texture": "#side"}, + "down": {"uv": [4, 1, 5, 2], "texture": "#side"} + } + }, + { + "name": "base", + "from": [0, 2, 0], + "to": [5, 14, 5], + "faces": { + "north": {"uv": [11, 2, 16, 14], "texture": "#side", "cullface": "north"}, + "east": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "south": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "west": {"uv": [0, 2, 5, 14], "texture": "#side", "cullface": "west"} + } + }, + { + "name": "base", + "from": [11, 2, 11], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "east": {"uv": [0, 2, 5, 14], "texture": "#side", "cullface": "east"}, + "south": {"uv": [11, 2, 16, 14], "texture": "#side", "cullface": "south"}, + "west": {"uv": [3, 1, 4, 2], "texture": "#top"} + } + }, + { + "name": "base", + "from": [0, 2, 11], + "to": [5, 14, 16], + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "east": {"uv": [3, 1, 4, 2], "texture": "#top"}, + "south": {"uv": [0, 2, 5, 14], "texture": "#side", "cullface": "south"}, + "west": {"uv": [11, 2, 16, 14], "texture": "#side", "cullface": "west"} + } + }, + { + "name": "pitch", + "from": [0.4995, 9, 5.0005], + "to": [15.5005, 14, 11.0005], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 8.0005]}, + "faces": { + "east": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#numerical", "cullface": "east"}, + "west": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#numerical", "cullface": "west"} + } + }, + { + "name": "pitch", + "from": [5, 9, 0.5], + "to": [11, 14, 15.501], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]}, + "faces": { + "north": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#numerical", "cullface": "north"}, + "south": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#numerical", "cullface": "south"} + } + }, + { + "name": "numerical", + "from": [5, 2, 0.5], + "to": [11, 7, 15.501], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 7]}, + "faces": { + "north": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#pitch", "cullface": "north"}, + "south": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#pitch", "cullface": "south"} + } + }, + { + "name": "numerical", + "from": [0.4995, 2, 5.0005], + "to": [15.5005, 7, 11.0005], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 8.0005]}, + "faces": { + "east": {"uv": [0, 1, 15, 14], "texture": "#pitch", "cullface": "east"}, + "west": {"uv": [0.5, 1.25, 15.5, 13.75], "texture": "#pitch", "cullface": "west"} + } + } + ], + "groups": [ + { + "name": "base", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6] + }, + { + "name": "pitch", + "origin": [8, 8, 7], + "color": 0, + "children": [7, 8] + }, + { + "name": "numerical", + "origin": [8, 4.5, 8.0005], + "color": 0, + "children": [9, 10] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/template_redstone_power_level.json b/assets/minecraft/models/block/template_redstone_power_level.json new file mode 100644 index 00000000..fa4486e9 --- /dev/null +++ b/assets/minecraft/models/block/template_redstone_power_level.json @@ -0,0 +1,27 @@ +{ + "credit": "Created by Stridey", + "ambientocclusion": false, + "textures": { + "level": "#level" + }, + "elements": [ + { + "name": "number", + "from": [4, 0.275, 4], + "to": [12, 0.275, 12], + "faces": { + "up": {"uv": [0, 0, 4, 4], "texture": "#level" }, + "down": {"uv": [0, 0, 4, 4], "rotation": 180, "texture": "#level", "cullface": "down"} + } + }, + { + "name": "outline", + "from": [3, 0.275, 4], + "to": [13, 0.275, 14], + "faces": { + "up": {"uv": [4, 0, 9, 5], "texture": "#level", "tintindex": 0}, + "down": {"uv": [4, 0, 9, 5], "rotation": 180, "texture": "#level", "cullface": "down", "tintindex": 0} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/water_cauldron_level_1.json b/assets/minecraft/models/block/water_cauldron_level_1.json new file mode 100644 index 00000000..8e05886a --- /dev/null +++ b/assets/minecraft/models/block/water_cauldron_level_1.json @@ -0,0 +1,159 @@ +{ + "credit": "Created by Stridey", + "ambientocclusion": false, + "textures": { + "water": "block/water_still", + "outside": "block/water_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, 9, 2], + "to": [14, 9, 14], + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#water", "cullface": "up", "tintindex": 0} + } + }, + { + "from": [2, 3, 2], + "to": [14, 4, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -6, 0]}, + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"} + } + }, + { + "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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/water_cauldron_level_2.json b/assets/minecraft/models/block/water_cauldron_level_2.json new file mode 100644 index 00000000..adfe62b9 --- /dev/null +++ b/assets/minecraft/models/block/water_cauldron_level_2.json @@ -0,0 +1,159 @@ +{ + "credit": "Created by Stridey", + "ambientocclusion": false, + "textures": { + "water": "block/water_still", + "outside": "block/water_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, 12, 2], + "to": [14, 12, 14], + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#water", "cullface": "up", "tintindex": 0} + } + }, + { + "from": [2, 3, 2], + "to": [14, 4, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -9, 0]}, + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"} + } + }, + { + "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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/water_cauldron_level_3.json b/assets/minecraft/models/block/water_cauldron_level_3.json new file mode 100644 index 00000000..263cf916 --- /dev/null +++ b/assets/minecraft/models/block/water_cauldron_level_3.json @@ -0,0 +1,159 @@ +{ + "credit": "Created by Stridey", + "ambientocclusion": false, + "textures": { + "water": "block/water_still", + "outside": "block/water_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, 15, 2], + "to": [14, 15, 14], + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#water", "cullface": "up", "tintindex": 0} + } + }, + { + "from": [2, 3, 2], + "to": [14, 4, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -12, 0]}, + "faces": { + "up": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#inside", "cullface": "up"} + } + }, + { + "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"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/weathered_cut_copper_slab.json b/assets/minecraft/models/block/weathered_cut_copper_slab.json index e5c0d887..34c1679c 100644 --- a/assets/minecraft/models/block/weathered_cut_copper_slab.json +++ b/assets/minecraft/models/block/weathered_cut_copper_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "bottom": "minecraft:block/weathered_cut_copper", - "side": "minecraft:block/weathered_cut_copper", - "top": "minecraft:block/weathered_cut_copper" + "bottom": "minecraft:block/weathered_cut_copper_slab_double", + "top": "minecraft:block/weathered_cut_copper_slab_double", + "side": "minecraft:block/weathered_cut_copper_slab_double" } } \ No newline at end of file diff --git a/assets/minecraft/models/block/weathered_cut_copper_slab_double.json b/assets/minecraft/models/block/weathered_cut_copper_slab_double.json new file mode 100644 index 00000000..d6c1f83e --- /dev/null +++ b/assets/minecraft/models/block/weathered_cut_copper_slab_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/weathered_cut_copper_slab_double" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/weathered_cut_copper_slab_top.json b/assets/minecraft/models/block/weathered_cut_copper_slab_top.json index 82dfb436..99aae5aa 100644 --- a/assets/minecraft/models/block/weathered_cut_copper_slab_top.json +++ b/assets/minecraft/models/block/weathered_cut_copper_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "bottom": "minecraft:block/weathered_cut_copper", - "side": "minecraft:block/weathered_cut_copper", - "top": "minecraft:block/weathered_cut_copper" + "bottom": "minecraft:block/weathered_cut_copper_slab_double", + "top": "minecraft:block/weathered_cut_copper_slab_double", + "side": "minecraft:block/weathered_cut_copper_slab_double" } } \ No newline at end of file diff --git a/assets/minecraft/models/item/note_block.json b/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..820b7292 --- /dev/null +++ b/assets/minecraft/models/item/note_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_note_block", + "textures": { + "numerical": "block/note_block_blank", + "pitch": "block/note_block_blank" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/sticky_piston.json b/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..f55667a7 --- /dev/null +++ b/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sticky_piston_inventory" +} diff --git a/assets/minecraft/textures/block/bee_nest_front_filled_1.png b/assets/minecraft/textures/block/bee_nest_front_filled_1.png new file mode 100644 index 00000000..6b7a091b Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front_filled_1.png differ diff --git a/assets/minecraft/textures/block/bee_nest_front_filled_2.png b/assets/minecraft/textures/block/bee_nest_front_filled_2.png new file mode 100644 index 00000000..c5f6fcaf Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front_filled_2.png differ diff --git a/assets/minecraft/textures/block/bee_nest_front_filled_3.png b/assets/minecraft/textures/block/bee_nest_front_filled_3.png new file mode 100644 index 00000000..e60d8782 Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front_filled_3.png differ diff --git a/assets/minecraft/textures/block/bee_nest_front_filled_4.png b/assets/minecraft/textures/block/bee_nest_front_filled_4.png new file mode 100644 index 00000000..e0187a9f Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front_filled_4.png differ diff --git a/assets/minecraft/textures/block/beehive_front_filled_1.png b/assets/minecraft/textures/block/beehive_front_filled_1.png new file mode 100644 index 00000000..13a7b474 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front_filled_1.png differ diff --git a/assets/minecraft/textures/block/beehive_front_filled_2.png b/assets/minecraft/textures/block/beehive_front_filled_2.png new file mode 100644 index 00000000..8b64d7a5 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front_filled_2.png differ diff --git a/assets/minecraft/textures/block/beehive_front_filled_3.png b/assets/minecraft/textures/block/beehive_front_filled_3.png new file mode 100644 index 00000000..7c297b31 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front_filled_3.png differ diff --git a/assets/minecraft/textures/block/beehive_front_filled_4.png b/assets/minecraft/textures/block/beehive_front_filled_4.png new file mode 100644 index 00000000..a4cf7505 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front_filled_4.png differ diff --git a/assets/minecraft/textures/block/cauldron_side_level_0.png b/assets/minecraft/textures/block/cauldron_side_level_0.png new file mode 100644 index 00000000..e307d148 Binary files /dev/null and b/assets/minecraft/textures/block/cauldron_side_level_0.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_0.png b/assets/minecraft/textures/block/composter_side_level_0.png new file mode 100644 index 00000000..bf806a7b Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_0.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_1.png b/assets/minecraft/textures/block/composter_side_level_1.png new file mode 100644 index 00000000..8ab9010e Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_1.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_2.png b/assets/minecraft/textures/block/composter_side_level_2.png new file mode 100644 index 00000000..bd13e0a0 Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_2.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_3.png b/assets/minecraft/textures/block/composter_side_level_3.png new file mode 100644 index 00000000..2621a43c Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_3.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_4.png b/assets/minecraft/textures/block/composter_side_level_4.png new file mode 100644 index 00000000..323d1729 Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_4.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_5.png b/assets/minecraft/textures/block/composter_side_level_5.png new file mode 100644 index 00000000..f2005727 Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_5.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_6.png b/assets/minecraft/textures/block/composter_side_level_6.png new file mode 100644 index 00000000..5af5bb07 Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_6.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_7.png b/assets/minecraft/textures/block/composter_side_level_7.png new file mode 100644 index 00000000..f25cdadf Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_7.png differ diff --git a/assets/minecraft/textures/block/composter_side_level_8.png b/assets/minecraft/textures/block/composter_side_level_8.png new file mode 100644 index 00000000..e9be1c5d Binary files /dev/null and b/assets/minecraft/textures/block/composter_side_level_8.png differ diff --git a/assets/minecraft/textures/block/cut_copper_slab_double.png b/assets/minecraft/textures/block/cut_copper_slab_double.png new file mode 100644 index 00000000..85ed6d43 Binary files /dev/null and b/assets/minecraft/textures/block/cut_copper_slab_double.png differ diff --git a/assets/minecraft/textures/block/cut_red_sandstone_slab_side.png b/assets/minecraft/textures/block/cut_red_sandstone_slab_side.png new file mode 100644 index 00000000..032fae65 Binary files /dev/null and b/assets/minecraft/textures/block/cut_red_sandstone_slab_side.png differ diff --git a/assets/minecraft/textures/block/cut_sandstone_slab_side.png b/assets/minecraft/textures/block/cut_sandstone_slab_side.png new file mode 100644 index 00000000..967cbb49 Binary files /dev/null and b/assets/minecraft/textures/block/cut_sandstone_slab_side.png differ diff --git a/assets/minecraft/textures/block/dispenser_back.png b/assets/minecraft/textures/block/dispenser_back.png new file mode 100644 index 00000000..4eab9704 Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_back.png differ diff --git a/assets/minecraft/textures/block/dispenser_side_l.png b/assets/minecraft/textures/block/dispenser_side_l.png new file mode 100644 index 00000000..ea40ad97 Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_side_l.png differ diff --git a/assets/minecraft/textures/block/dispenser_side_r.png b/assets/minecraft/textures/block/dispenser_side_r.png new file mode 100644 index 00000000..9524be5d Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_side_r.png differ diff --git a/assets/minecraft/textures/block/dispenser_top.png b/assets/minecraft/textures/block/dispenser_top.png new file mode 100644 index 00000000..fc362711 Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_top.png differ diff --git a/assets/minecraft/textures/block/exposed_cut_copper_slab_double.png b/assets/minecraft/textures/block/exposed_cut_copper_slab_double.png new file mode 100644 index 00000000..2c99325a Binary files /dev/null and b/assets/minecraft/textures/block/exposed_cut_copper_slab_double.png differ diff --git a/assets/minecraft/textures/block/hopper_inside_arrow.png b/assets/minecraft/textures/block/hopper_inside_arrow.png new file mode 100644 index 00000000..a3fbdcbc Binary files /dev/null and b/assets/minecraft/textures/block/hopper_inside_arrow.png differ diff --git a/assets/minecraft/textures/block/hopper_outside_arrow.png b/assets/minecraft/textures/block/hopper_outside_arrow.png new file mode 100644 index 00000000..99730449 Binary files /dev/null and b/assets/minecraft/textures/block/hopper_outside_arrow.png differ diff --git a/assets/minecraft/textures/block/lava_cauldron_side.png b/assets/minecraft/textures/block/lava_cauldron_side.png new file mode 100644 index 00000000..bb6d7049 Binary files /dev/null and b/assets/minecraft/textures/block/lava_cauldron_side.png differ diff --git a/assets/minecraft/textures/block/lava_cauldron_side.png.mcmeta b/assets/minecraft/textures/block/lava_cauldron_side.png.mcmeta new file mode 100644 index 00000000..1cc12dcc --- /dev/null +++ b/assets/minecraft/textures/block/lava_cauldron_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/lever_base.png b/assets/minecraft/textures/block/lever_base.png new file mode 100644 index 00000000..8c82cc1d Binary files /dev/null and b/assets/minecraft/textures/block/lever_base.png differ diff --git a/assets/minecraft/textures/block/lodestone_east.png b/assets/minecraft/textures/block/lodestone_east.png new file mode 100644 index 00000000..02771a40 Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_east.png differ diff --git a/assets/minecraft/textures/block/lodestone_north.png b/assets/minecraft/textures/block/lodestone_north.png new file mode 100644 index 00000000..6d4cdbaa Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_north.png differ diff --git a/assets/minecraft/textures/block/lodestone_south.png b/assets/minecraft/textures/block/lodestone_south.png new file mode 100644 index 00000000..ac210789 Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_south.png differ diff --git a/assets/minecraft/textures/block/lodestone_west.png b/assets/minecraft/textures/block/lodestone_west.png new file mode 100644 index 00000000..9e3842d5 Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_west.png differ diff --git a/assets/minecraft/textures/block/note_block_blank.png b/assets/minecraft/textures/block/note_block_blank.png new file mode 100644 index 00000000..82f6a661 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_blank.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_0.png b/assets/minecraft/textures/block/note_block_numerical_0.png new file mode 100644 index 00000000..3831e575 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_0.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_1.png b/assets/minecraft/textures/block/note_block_numerical_1.png new file mode 100644 index 00000000..56bf903b Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_1.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_10.png b/assets/minecraft/textures/block/note_block_numerical_10.png new file mode 100644 index 00000000..c6c04021 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_10.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_11.png b/assets/minecraft/textures/block/note_block_numerical_11.png new file mode 100644 index 00000000..30868766 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_11.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_12.png b/assets/minecraft/textures/block/note_block_numerical_12.png new file mode 100644 index 00000000..58217af1 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_12.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_13.png b/assets/minecraft/textures/block/note_block_numerical_13.png new file mode 100644 index 00000000..2f2307b6 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_13.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_14.png b/assets/minecraft/textures/block/note_block_numerical_14.png new file mode 100644 index 00000000..3fc1a365 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_14.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_15.png b/assets/minecraft/textures/block/note_block_numerical_15.png new file mode 100644 index 00000000..f85f6098 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_15.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_16.png b/assets/minecraft/textures/block/note_block_numerical_16.png new file mode 100644 index 00000000..5fe3b2ec Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_16.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_17.png b/assets/minecraft/textures/block/note_block_numerical_17.png new file mode 100644 index 00000000..c95081dc Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_17.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_18.png b/assets/minecraft/textures/block/note_block_numerical_18.png new file mode 100644 index 00000000..7a0b50d8 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_18.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_19.png b/assets/minecraft/textures/block/note_block_numerical_19.png new file mode 100644 index 00000000..ac705be5 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_19.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_2.png b/assets/minecraft/textures/block/note_block_numerical_2.png new file mode 100644 index 00000000..0bb5ecda Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_2.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_20.png b/assets/minecraft/textures/block/note_block_numerical_20.png new file mode 100644 index 00000000..fd0a464d Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_20.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_21.png b/assets/minecraft/textures/block/note_block_numerical_21.png new file mode 100644 index 00000000..7603b9c3 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_21.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_22.png b/assets/minecraft/textures/block/note_block_numerical_22.png new file mode 100644 index 00000000..e2c388ad Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_22.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_23.png b/assets/minecraft/textures/block/note_block_numerical_23.png new file mode 100644 index 00000000..a698e49c Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_23.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_24.png b/assets/minecraft/textures/block/note_block_numerical_24.png new file mode 100644 index 00000000..f3d2dbbb Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_24.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_3.png b/assets/minecraft/textures/block/note_block_numerical_3.png new file mode 100644 index 00000000..d91c88b9 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_3.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_4.png b/assets/minecraft/textures/block/note_block_numerical_4.png new file mode 100644 index 00000000..7ca6ef56 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_4.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_5.png b/assets/minecraft/textures/block/note_block_numerical_5.png new file mode 100644 index 00000000..47cea2a2 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_5.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_6.png b/assets/minecraft/textures/block/note_block_numerical_6.png new file mode 100644 index 00000000..f63415e5 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_6.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_7.png b/assets/minecraft/textures/block/note_block_numerical_7.png new file mode 100644 index 00000000..a7406697 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_7.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_8.png b/assets/minecraft/textures/block/note_block_numerical_8.png new file mode 100644 index 00000000..c3889d0b Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_8.png differ diff --git a/assets/minecraft/textures/block/note_block_numerical_9.png b/assets/minecraft/textures/block/note_block_numerical_9.png new file mode 100644 index 00000000..6c46ef89 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_numerical_9.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_0.png b/assets/minecraft/textures/block/note_block_pitch_0.png new file mode 100644 index 00000000..4379ad88 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_0.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_1.png b/assets/minecraft/textures/block/note_block_pitch_1.png new file mode 100644 index 00000000..b4214b92 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_1.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_10.png b/assets/minecraft/textures/block/note_block_pitch_10.png new file mode 100644 index 00000000..4357ac50 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_10.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_11.png b/assets/minecraft/textures/block/note_block_pitch_11.png new file mode 100644 index 00000000..fc4e20ba Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_11.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_12.png b/assets/minecraft/textures/block/note_block_pitch_12.png new file mode 100644 index 00000000..c560fc01 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_12.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_13.png b/assets/minecraft/textures/block/note_block_pitch_13.png new file mode 100644 index 00000000..3e586d98 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_13.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_14.png b/assets/minecraft/textures/block/note_block_pitch_14.png new file mode 100644 index 00000000..a8206441 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_14.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_15.png b/assets/minecraft/textures/block/note_block_pitch_15.png new file mode 100644 index 00000000..acdf8f2c Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_15.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_16.png b/assets/minecraft/textures/block/note_block_pitch_16.png new file mode 100644 index 00000000..f8d631f6 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_16.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_17.png b/assets/minecraft/textures/block/note_block_pitch_17.png new file mode 100644 index 00000000..e17788e7 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_17.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_18.png b/assets/minecraft/textures/block/note_block_pitch_18.png new file mode 100644 index 00000000..6073eae5 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_18.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_19.png b/assets/minecraft/textures/block/note_block_pitch_19.png new file mode 100644 index 00000000..94678fd5 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_19.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_2.png b/assets/minecraft/textures/block/note_block_pitch_2.png new file mode 100644 index 00000000..829c4b70 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_2.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_20.png b/assets/minecraft/textures/block/note_block_pitch_20.png new file mode 100644 index 00000000..93d1aed7 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_20.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_21.png b/assets/minecraft/textures/block/note_block_pitch_21.png new file mode 100644 index 00000000..b57d2c20 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_21.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_22.png b/assets/minecraft/textures/block/note_block_pitch_22.png new file mode 100644 index 00000000..9a3ef5b3 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_22.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_23.png b/assets/minecraft/textures/block/note_block_pitch_23.png new file mode 100644 index 00000000..bc631fc2 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_23.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_24.png b/assets/minecraft/textures/block/note_block_pitch_24.png new file mode 100644 index 00000000..607d04d3 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_24.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_3.png b/assets/minecraft/textures/block/note_block_pitch_3.png new file mode 100644 index 00000000..5cd01947 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_3.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_4.png b/assets/minecraft/textures/block/note_block_pitch_4.png new file mode 100644 index 00000000..66b6f786 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_4.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_5.png b/assets/minecraft/textures/block/note_block_pitch_5.png new file mode 100644 index 00000000..1d6200a7 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_5.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_6.png b/assets/minecraft/textures/block/note_block_pitch_6.png new file mode 100644 index 00000000..42cff01b Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_6.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_7.png b/assets/minecraft/textures/block/note_block_pitch_7.png new file mode 100644 index 00000000..c3da31db Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_7.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_8.png b/assets/minecraft/textures/block/note_block_pitch_8.png new file mode 100644 index 00000000..57735cc3 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_8.png differ diff --git a/assets/minecraft/textures/block/note_block_pitch_9.png b/assets/minecraft/textures/block/note_block_pitch_9.png new file mode 100644 index 00000000..2daeec99 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_pitch_9.png differ diff --git a/assets/minecraft/textures/block/note_block_side.png b/assets/minecraft/textures/block/note_block_side.png new file mode 100644 index 00000000..c32cb4c2 Binary files /dev/null and b/assets/minecraft/textures/block/note_block_side.png differ diff --git a/assets/minecraft/textures/block/observer_back.png b/assets/minecraft/textures/block/observer_back.png index cacba60a..c9f6f3cb 100644 Binary files a/assets/minecraft/textures/block/observer_back.png and b/assets/minecraft/textures/block/observer_back.png differ diff --git a/assets/minecraft/textures/block/observer_back_on.png b/assets/minecraft/textures/block/observer_back_on.png index 755a7843..2fa442bb 100644 Binary files a/assets/minecraft/textures/block/observer_back_on.png and b/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/assets/minecraft/textures/block/observer_front_powered.png b/assets/minecraft/textures/block/observer_front_powered.png new file mode 100644 index 00000000..9cc65051 Binary files /dev/null and b/assets/minecraft/textures/block/observer_front_powered.png differ diff --git a/assets/minecraft/textures/block/observer_side.png b/assets/minecraft/textures/block/observer_side.png index 9c335363..4fec7ea6 100644 Binary files a/assets/minecraft/textures/block/observer_side.png and b/assets/minecraft/textures/block/observer_side.png differ diff --git a/assets/minecraft/textures/block/observer_side_powered.png b/assets/minecraft/textures/block/observer_side_powered.png new file mode 100644 index 00000000..7ddb4630 Binary files /dev/null and b/assets/minecraft/textures/block/observer_side_powered.png differ diff --git a/assets/minecraft/textures/block/observer_top.png b/assets/minecraft/textures/block/observer_top.png index 2602a6bf..c4032c9f 100644 Binary files a/assets/minecraft/textures/block/observer_top.png and b/assets/minecraft/textures/block/observer_top.png differ diff --git a/assets/minecraft/textures/block/observer_top_powered.png b/assets/minecraft/textures/block/observer_top_powered.png new file mode 100644 index 00000000..3efd6f92 Binary files /dev/null and b/assets/minecraft/textures/block/observer_top_powered.png differ diff --git a/assets/minecraft/textures/block/oxidized_cut_copper_slab_double.png b/assets/minecraft/textures/block/oxidized_cut_copper_slab_double.png new file mode 100644 index 00000000..d571a738 Binary files /dev/null and b/assets/minecraft/textures/block/oxidized_cut_copper_slab_double.png differ diff --git a/assets/minecraft/textures/block/piston_bottom_sticky.png b/assets/minecraft/textures/block/piston_bottom_sticky.png new file mode 100644 index 00000000..1f1a9172 Binary files /dev/null and b/assets/minecraft/textures/block/piston_bottom_sticky.png differ diff --git a/assets/minecraft/textures/block/piston_side_sticky.png b/assets/minecraft/textures/block/piston_side_sticky.png new file mode 100644 index 00000000..b7b71864 Binary files /dev/null and b/assets/minecraft/textures/block/piston_side_sticky.png differ diff --git a/assets/minecraft/textures/block/polished_andesite_slab_side.png b/assets/minecraft/textures/block/polished_andesite_slab_side.png new file mode 100644 index 00000000..dc94d988 Binary files /dev/null and b/assets/minecraft/textures/block/polished_andesite_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_blackstone_slab_side.png b/assets/minecraft/textures/block/polished_blackstone_slab_side.png new file mode 100644 index 00000000..c67ef261 Binary files /dev/null and b/assets/minecraft/textures/block/polished_blackstone_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_cinnabar_slab_side.png b/assets/minecraft/textures/block/polished_cinnabar_slab_side.png new file mode 100644 index 00000000..e9783ac1 Binary files /dev/null and b/assets/minecraft/textures/block/polished_cinnabar_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_deepslate_slab_side.png b/assets/minecraft/textures/block/polished_deepslate_slab_side.png new file mode 100644 index 00000000..b289f4ab Binary files /dev/null and b/assets/minecraft/textures/block/polished_deepslate_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_diorite_slab_side.png b/assets/minecraft/textures/block/polished_diorite_slab_side.png new file mode 100644 index 00000000..0e308585 Binary files /dev/null and b/assets/minecraft/textures/block/polished_diorite_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_granite_slab_side.png b/assets/minecraft/textures/block/polished_granite_slab_side.png new file mode 100644 index 00000000..317aeb7a Binary files /dev/null and b/assets/minecraft/textures/block/polished_granite_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_sulfur_slab_side.png b/assets/minecraft/textures/block/polished_sulfur_slab_side.png new file mode 100644 index 00000000..57a8476f Binary files /dev/null and b/assets/minecraft/textures/block/polished_sulfur_slab_side.png differ diff --git a/assets/minecraft/textures/block/polished_tuff_slab_side.png b/assets/minecraft/textures/block/polished_tuff_slab_side.png new file mode 100644 index 00000000..38560ea3 Binary files /dev/null and b/assets/minecraft/textures/block/polished_tuff_slab_side.png differ diff --git a/assets/minecraft/textures/block/powder_snow_cauldron_side_level_1.png b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_1.png new file mode 100644 index 00000000..2ca7f95c Binary files /dev/null and b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_1.png differ diff --git a/assets/minecraft/textures/block/powder_snow_cauldron_side_level_2.png b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_2.png new file mode 100644 index 00000000..c262ab8a Binary files /dev/null and b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_2.png differ diff --git a/assets/minecraft/textures/block/powder_snow_cauldron_side_level_3.png b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_3.png new file mode 100644 index 00000000..4f8f7e5e Binary files /dev/null and b/assets/minecraft/textures/block/powder_snow_cauldron_side_level_3.png differ diff --git a/assets/minecraft/textures/block/prismarine_brick_slab_side.png b/assets/minecraft/textures/block/prismarine_brick_slab_side.png new file mode 100644 index 00000000..d3d358de Binary files /dev/null and b/assets/minecraft/textures/block/prismarine_brick_slab_side.png differ diff --git a/assets/minecraft/textures/block/quartz_block_slab_side.png b/assets/minecraft/textures/block/quartz_block_slab_side.png new file mode 100644 index 00000000..f3aca5c0 Binary files /dev/null and b/assets/minecraft/textures/block/quartz_block_slab_side.png differ diff --git a/assets/minecraft/textures/block/red_sandstone_slab_side.png b/assets/minecraft/textures/block/red_sandstone_slab_side.png new file mode 100644 index 00000000..119c4977 Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone_slab_side.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_line0.png b/assets/minecraft/textures/block/redstone_dust_line0.png index 09f28657..73f7773f 100644 Binary files a/assets/minecraft/textures/block/redstone_dust_line0.png and b/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_line1.png b/assets/minecraft/textures/block/redstone_dust_line1.png index 7eaff5a7..4747d478 100644 Binary files a/assets/minecraft/textures/block/redstone_dust_line1.png and b/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_00.png b/assets/minecraft/textures/block/redstone_power_level_00.png new file mode 100644 index 00000000..6a6d9402 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_00.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_01.png b/assets/minecraft/textures/block/redstone_power_level_01.png new file mode 100644 index 00000000..e8c2f949 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_01.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_02.png b/assets/minecraft/textures/block/redstone_power_level_02.png new file mode 100644 index 00000000..c6a30b67 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_02.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_03.png b/assets/minecraft/textures/block/redstone_power_level_03.png new file mode 100644 index 00000000..37367ea1 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_03.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_04.png b/assets/minecraft/textures/block/redstone_power_level_04.png new file mode 100644 index 00000000..0ad2a0ca Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_04.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_05.png b/assets/minecraft/textures/block/redstone_power_level_05.png new file mode 100644 index 00000000..32662914 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_05.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_06.png b/assets/minecraft/textures/block/redstone_power_level_06.png new file mode 100644 index 00000000..0822f20d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_06.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_07.png b/assets/minecraft/textures/block/redstone_power_level_07.png new file mode 100644 index 00000000..a087e7de Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_07.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_08.png b/assets/minecraft/textures/block/redstone_power_level_08.png new file mode 100644 index 00000000..f3e1fa02 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_08.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_09.png b/assets/minecraft/textures/block/redstone_power_level_09.png new file mode 100644 index 00000000..03b3169e Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_09.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_10.png b/assets/minecraft/textures/block/redstone_power_level_10.png new file mode 100644 index 00000000..330d0402 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_10.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_11.png b/assets/minecraft/textures/block/redstone_power_level_11.png new file mode 100644 index 00000000..63bd620d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_11.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_12.png b/assets/minecraft/textures/block/redstone_power_level_12.png new file mode 100644 index 00000000..eed7d65d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_12.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_13.png b/assets/minecraft/textures/block/redstone_power_level_13.png new file mode 100644 index 00000000..04d5f99c Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_13.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_14.png b/assets/minecraft/textures/block/redstone_power_level_14.png new file mode 100644 index 00000000..bf4eb6da Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_14.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_15.png b/assets/minecraft/textures/block/redstone_power_level_15.png new file mode 100644 index 00000000..15ab7172 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_15.png differ diff --git a/assets/minecraft/textures/block/redstone_power_level_mask.png b/assets/minecraft/textures/block/redstone_power_level_mask.png new file mode 100644 index 00000000..25defe1c Binary files /dev/null and b/assets/minecraft/textures/block/redstone_power_level_mask.png differ diff --git a/assets/minecraft/textures/block/sandstone_slab_side.png b/assets/minecraft/textures/block/sandstone_slab_side.png new file mode 100644 index 00000000..88f69931 Binary files /dev/null and b/assets/minecraft/textures/block/sandstone_slab_side.png differ diff --git a/assets/minecraft/textures/block/smooth_stone.png b/assets/minecraft/textures/block/smooth_stone.png index 176b3fa0..43126bac 100644 Binary files a/assets/minecraft/textures/block/smooth_stone.png and b/assets/minecraft/textures/block/smooth_stone.png differ diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_1.png b/assets/minecraft/textures/block/water_cauldron_side_level_1.png new file mode 100644 index 00000000..82377733 Binary files /dev/null and b/assets/minecraft/textures/block/water_cauldron_side_level_1.png differ diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_1.png.mcmeta b/assets/minecraft/textures/block/water_cauldron_side_level_1.png.mcmeta new file mode 100644 index 00000000..3d932eea --- /dev/null +++ b/assets/minecraft/textures/block/water_cauldron_side_level_1.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_2.png b/assets/minecraft/textures/block/water_cauldron_side_level_2.png new file mode 100644 index 00000000..d15d8dea Binary files /dev/null and b/assets/minecraft/textures/block/water_cauldron_side_level_2.png differ diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_2.png.mcmeta b/assets/minecraft/textures/block/water_cauldron_side_level_2.png.mcmeta new file mode 100644 index 00000000..3d932eea --- /dev/null +++ b/assets/minecraft/textures/block/water_cauldron_side_level_2.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_3.png b/assets/minecraft/textures/block/water_cauldron_side_level_3.png new file mode 100644 index 00000000..d9cb27c7 Binary files /dev/null and b/assets/minecraft/textures/block/water_cauldron_side_level_3.png differ diff --git a/assets/minecraft/textures/block/water_cauldron_side_level_3.png.mcmeta b/assets/minecraft/textures/block/water_cauldron_side_level_3.png.mcmeta new file mode 100644 index 00000000..3d932eea --- /dev/null +++ b/assets/minecraft/textures/block/water_cauldron_side_level_3.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} diff --git a/assets/minecraft/textures/block/weathered_cut_copper_slab_double.png b/assets/minecraft/textures/block/weathered_cut_copper_slab_double.png new file mode 100644 index 00000000..e038ea95 Binary files /dev/null and b/assets/minecraft/textures/block/weathered_cut_copper_slab_double.png differ diff --git a/assets/minecraft/textures/entity/armorstand/wood.png b/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..7a713c63 Binary files /dev/null and b/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/index.html b/index.html index 069ec0af..ff5cb5b7 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@ demo2.world.setBlock('minecraft:piston_head', 2.5, 0, 1, {facing: 'east', short: 'true',type: 'sticky'}); demo2.world.setBlock('minecraft:piston_head', 3, 0, 2, {facing: 'east', short: 'false',type: 'normal'}); demo2.world.setBlock('minecraft:redstone_block', 3, 0, 0); - demo2.world.setBlock('minecraft:redstone_block', 3.5, 0, 1); + // demo2.world.setBlock('minecraft:redstone_block', 3.5, 0, 1); demo2.world.setBlock('minecraft:redstone_block', 4, 0, 2); demo2.centerView() diff --git a/vanilla-tweaks.txt b/vanilla-tweaks.txt new file mode 100644 index 00000000..a32f5c97 --- /dev/null +++ b/vanilla-tweaks.txt @@ -0,0 +1,18 @@ +Vanilla Tweaks Resource Pack +Version: 26.2 +Packs: + DoubleSlabFix + StickyPistonSides + RedstoneWireFix + ConsistentSmoothStone + SandstoneWallTopFix + BetterObservers + DirectionalDispensersDroppers + DirectionalHoppers + RedstonePowerLevels + GroovyLevers + VisualComposterStages + NoteblockBanners + VisualCauldronStages + VisualHoney + CompassLodestone \ No newline at end of file