diff --git a/src/generated/resources/assets/create/blockstates/andesite_bricks.json b/src/generated/resources/assets/create/blockstates/andesite_bricks.json new file mode 100644 index 000000000..e57a5b23c --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/andesite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/andesite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_cobblestone.json b/src/generated/resources/assets/create/blockstates/andesite_cobblestone.json new file mode 100644 index 000000000..465111fbc --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/andesite_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/andesite_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_pillar.json b/src/generated/resources/assets/create/blockstates/andesite_pillar.json new file mode 100644 index 000000000..c6d8f75e5 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/andesite_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/andesite_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/andesite_pillar" + }, + "axis=z": { + "model": "create:block/andesite_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_dark_scoria.json b/src/generated/resources/assets/create/blockstates/chiseled_dark_scoria.json new file mode 100644 index 000000000..fcb566049 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_dolomite.json b/src/generated/resources/assets/create/blockstates/chiseled_dolomite.json new file mode 100644 index 000000000..077c8bb6d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_gabbro.json b/src/generated/resources/assets/create/blockstates/chiseled_gabbro.json new file mode 100644 index 000000000..b0584fada --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_limestone.json b/src/generated/resources/assets/create/blockstates/chiseled_limestone.json new file mode 100644 index 000000000..29e92918a --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_scoria.json b/src/generated/resources/assets/create/blockstates/chiseled_scoria.json new file mode 100644 index 000000000..031c049b0 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chiseled_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/chiseled_weathered_limestone.json new file mode 100644 index 000000000..43037ee29 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/chiseled_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/chiseled_weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dark_scoria.json b/src/generated/resources/assets/create/blockstates/dark_scoria.json new file mode 100644 index 000000000..05504501d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dark_scoria_bricks.json b/src/generated/resources/assets/create/blockstates/dark_scoria_bricks.json new file mode 100644 index 000000000..d8a797142 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dark_scoria_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dark_scoria_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dark_scoria_cobblestone.json b/src/generated/resources/assets/create/blockstates/dark_scoria_cobblestone.json new file mode 100644 index 000000000..c5b25cf13 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dark_scoria_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dark_scoria_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dark_scoria_pillar.json b/src/generated/resources/assets/create/blockstates/dark_scoria_pillar.json new file mode 100644 index 000000000..b62bedc23 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dark_scoria_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/dark_scoria_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/dark_scoria_pillar" + }, + "axis=z": { + "model": "create:block/dark_scoria_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/diorite_bricks.json b/src/generated/resources/assets/create/blockstates/diorite_bricks.json new file mode 100644 index 000000000..9fabe35c5 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/diorite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/diorite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/diorite_cobblestone.json b/src/generated/resources/assets/create/blockstates/diorite_cobblestone.json new file mode 100644 index 000000000..b678e7b0d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/diorite_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/diorite_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/diorite_pillar.json b/src/generated/resources/assets/create/blockstates/diorite_pillar.json new file mode 100644 index 000000000..f16fe557b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/diorite_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/diorite_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/diorite_pillar" + }, + "axis=z": { + "model": "create:block/diorite_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dolomite.json b/src/generated/resources/assets/create/blockstates/dolomite.json new file mode 100644 index 000000000..68d0d6bad --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dolomite_bricks.json b/src/generated/resources/assets/create/blockstates/dolomite_bricks.json new file mode 100644 index 000000000..3b9cf8dfd --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dolomite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dolomite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dolomite_cobblestone.json b/src/generated/resources/assets/create/blockstates/dolomite_cobblestone.json new file mode 100644 index 000000000..614af86e8 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dolomite_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/dolomite_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dolomite_pillar.json b/src/generated/resources/assets/create/blockstates/dolomite_pillar.json new file mode 100644 index 000000000..add7decdb --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/dolomite_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/dolomite_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/dolomite_pillar" + }, + "axis=z": { + "model": "create:block/dolomite_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_andesite_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_andesite_bricks.json new file mode 100644 index 000000000..9a2bd1194 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_andesite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_andesite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_dark_scoria_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_dark_scoria_bricks.json new file mode 100644 index 000000000..b3fce7442 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_dark_scoria_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_dark_scoria_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_diorite_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_diorite_bricks.json new file mode 100644 index 000000000..679e5b9d7 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_diorite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_diorite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_dolomite_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_dolomite_bricks.json new file mode 100644 index 000000000..118c36707 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_dolomite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_dolomite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_gabbro_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_gabbro_bricks.json new file mode 100644 index 000000000..d7b6d1076 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_gabbro_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_gabbro_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_granite_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_granite_bricks.json new file mode 100644 index 000000000..96b3b41b3 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_granite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_granite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_limestone_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_limestone_bricks.json new file mode 100644 index 000000000..ba0fa0f69 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_limestone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_limestone_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_scoria_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_scoria_bricks.json new file mode 100644 index 000000000..7b6458c7b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_scoria_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_scoria_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fancy_weathered_limestone_bricks.json b/src/generated/resources/assets/create/blockstates/fancy_weathered_limestone_bricks.json new file mode 100644 index 000000000..fad2e3b84 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/fancy_weathered_limestone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/fancy_weathered_limestone_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gabbro.json b/src/generated/resources/assets/create/blockstates/gabbro.json new file mode 100644 index 000000000..d729a5b42 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gabbro_bricks.json b/src/generated/resources/assets/create/blockstates/gabbro_bricks.json new file mode 100644 index 000000000..20db78e5b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/gabbro_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/gabbro_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gabbro_cobblestone.json b/src/generated/resources/assets/create/blockstates/gabbro_cobblestone.json new file mode 100644 index 000000000..fb8e3c567 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/gabbro_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/gabbro_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gabbro_pillar.json b/src/generated/resources/assets/create/blockstates/gabbro_pillar.json new file mode 100644 index 000000000..296dfa822 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/gabbro_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/gabbro_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/gabbro_pillar" + }, + "axis=z": { + "model": "create:block/gabbro_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/granite_bricks.json b/src/generated/resources/assets/create/blockstates/granite_bricks.json new file mode 100644 index 000000000..1fce7c5bd --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/granite_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/granite_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/granite_cobblestone.json b/src/generated/resources/assets/create/blockstates/granite_cobblestone.json new file mode 100644 index 000000000..4e0170435 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/granite_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/granite_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/granite_pillar.json b/src/generated/resources/assets/create/blockstates/granite_pillar.json new file mode 100644 index 000000000..0079e858d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/granite_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/granite_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/granite_pillar" + }, + "axis=z": { + "model": "create:block/granite_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_andesite.json b/src/generated/resources/assets/create/blockstates/layered_andesite.json new file mode 100644 index 000000000..598e0084b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_andesite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_dark_scoria.json b/src/generated/resources/assets/create/blockstates/layered_dark_scoria.json new file mode 100644 index 000000000..476ecfebb --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_diorite.json b/src/generated/resources/assets/create/blockstates/layered_diorite.json new file mode 100644 index 000000000..4e4b5b041 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_diorite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_dolomite.json b/src/generated/resources/assets/create/blockstates/layered_dolomite.json new file mode 100644 index 000000000..5e9516a01 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_gabbro.json b/src/generated/resources/assets/create/blockstates/layered_gabbro.json new file mode 100644 index 000000000..c96a34db9 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_granite.json b/src/generated/resources/assets/create/blockstates/layered_granite.json new file mode 100644 index 000000000..5319b45f0 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_granite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_limestone.json b/src/generated/resources/assets/create/blockstates/layered_limestone.json new file mode 100644 index 000000000..0cbbf5809 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_scoria.json b/src/generated/resources/assets/create/blockstates/layered_scoria.json new file mode 100644 index 000000000..884c229f2 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/layered_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/layered_weathered_limestone.json new file mode 100644 index 000000000..adb98dac9 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/layered_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/layered_weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/limesand.json b/src/generated/resources/assets/create/blockstates/limesand.json new file mode 100644 index 000000000..2bac440b2 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/limesand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/limesand" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/limestone.json b/src/generated/resources/assets/create/blockstates/limestone.json new file mode 100644 index 000000000..2cc44dc9b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/limestone_bricks.json b/src/generated/resources/assets/create/blockstates/limestone_bricks.json new file mode 100644 index 000000000..ed0347022 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/limestone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/limestone_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/limestone_cobblestone.json b/src/generated/resources/assets/create/blockstates/limestone_cobblestone.json new file mode 100644 index 000000000..ec47a9c97 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/limestone_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/limestone_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/limestone_pillar.json b/src/generated/resources/assets/create/blockstates/limestone_pillar.json new file mode 100644 index 000000000..fbc855c5e --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/limestone_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/limestone_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/limestone_pillar" + }, + "axis=z": { + "model": "create:block/limestone_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_andesite.json b/src/generated/resources/assets/create/blockstates/mossy_andesite.json new file mode 100644 index 000000000..d8a740fb7 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_andesite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_dark_scoria.json b/src/generated/resources/assets/create/blockstates/mossy_dark_scoria.json new file mode 100644 index 000000000..2f4619fa0 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_diorite.json b/src/generated/resources/assets/create/blockstates/mossy_diorite.json new file mode 100644 index 000000000..1c0286c28 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_diorite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_dolomite.json b/src/generated/resources/assets/create/blockstates/mossy_dolomite.json new file mode 100644 index 000000000..7dee7320e --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_gabbro.json b/src/generated/resources/assets/create/blockstates/mossy_gabbro.json new file mode 100644 index 000000000..0ac8ff6fc --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_granite.json b/src/generated/resources/assets/create/blockstates/mossy_granite.json new file mode 100644 index 000000000..b1b5e5bde --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_granite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_limestone.json b/src/generated/resources/assets/create/blockstates/mossy_limestone.json new file mode 100644 index 000000000..b9a0d1b41 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_scoria.json b/src/generated/resources/assets/create/blockstates/mossy_scoria.json new file mode 100644 index 000000000..6b4216f4e --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mossy_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/mossy_weathered_limestone.json new file mode 100644 index 000000000..63c596fad --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mossy_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mossy_weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/natural_scoria.json b/src/generated/resources/assets/create/blockstates/natural_scoria.json new file mode 100644 index 000000000..539566a3d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/natural_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/natural_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_andesite.json b/src/generated/resources/assets/create/blockstates/overgrown_andesite.json new file mode 100644 index 000000000..442c31114 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_andesite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_dark_scoria.json b/src/generated/resources/assets/create/blockstates/overgrown_dark_scoria.json new file mode 100644 index 000000000..48201e74d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_diorite.json b/src/generated/resources/assets/create/blockstates/overgrown_diorite.json new file mode 100644 index 000000000..fc5db1318 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_diorite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_dolomite.json b/src/generated/resources/assets/create/blockstates/overgrown_dolomite.json new file mode 100644 index 000000000..d1d4e1462 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_gabbro.json b/src/generated/resources/assets/create/blockstates/overgrown_gabbro.json new file mode 100644 index 000000000..61d51cedd --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_granite.json b/src/generated/resources/assets/create/blockstates/overgrown_granite.json new file mode 100644 index 000000000..beb8ccca0 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_granite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_limestone.json b/src/generated/resources/assets/create/blockstates/overgrown_limestone.json new file mode 100644 index 000000000..d8116719c --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_scoria.json b/src/generated/resources/assets/create/blockstates/overgrown_scoria.json new file mode 100644 index 000000000..896e60da9 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/overgrown_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/overgrown_weathered_limestone.json new file mode 100644 index 000000000..804e8efc1 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/overgrown_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/overgrown_weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_andesite.json b/src/generated/resources/assets/create/blockstates/paved_andesite.json new file mode 100644 index 000000000..410697f2b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_andesite.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_andesite" + }, + "covered=true": { + "model": "create:block/paved_andesite_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_dark_scoria.json b/src/generated/resources/assets/create/blockstates/paved_dark_scoria.json new file mode 100644 index 000000000..f4c267299 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_dark_scoria.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_dark_scoria" + }, + "covered=true": { + "model": "create:block/paved_dark_scoria_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_diorite.json b/src/generated/resources/assets/create/blockstates/paved_diorite.json new file mode 100644 index 000000000..1fe53d5fa --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_diorite.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_diorite" + }, + "covered=true": { + "model": "create:block/paved_diorite_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_dolomite.json b/src/generated/resources/assets/create/blockstates/paved_dolomite.json new file mode 100644 index 000000000..7526a1699 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_dolomite.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_dolomite" + }, + "covered=true": { + "model": "create:block/paved_dolomite_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_gabbro.json b/src/generated/resources/assets/create/blockstates/paved_gabbro.json new file mode 100644 index 000000000..1c3c0a601 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_gabbro.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_gabbro" + }, + "covered=true": { + "model": "create:block/paved_gabbro_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_granite.json b/src/generated/resources/assets/create/blockstates/paved_granite.json new file mode 100644 index 000000000..48d4ae9b9 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_granite.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_granite" + }, + "covered=true": { + "model": "create:block/paved_granite_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_limestone.json b/src/generated/resources/assets/create/blockstates/paved_limestone.json new file mode 100644 index 000000000..d67574dc2 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_limestone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_limestone" + }, + "covered=true": { + "model": "create:block/paved_limestone_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_scoria.json b/src/generated/resources/assets/create/blockstates/paved_scoria.json new file mode 100644 index 000000000..220f2c1af --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_scoria.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_scoria" + }, + "covered=true": { + "model": "create:block/paved_scoria_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/paved_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/paved_weathered_limestone.json new file mode 100644 index 000000000..a9747a9d7 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/paved_weathered_limestone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "covered=false": { + "model": "create:block/paved_weathered_limestone" + }, + "covered=true": { + "model": "create:block/paved_weathered_limestone_covered" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_dark_scoria.json b/src/generated/resources/assets/create/blockstates/polished_dark_scoria.json new file mode 100644 index 000000000..2358409c7 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_dark_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_dolomite.json b/src/generated/resources/assets/create/blockstates/polished_dolomite.json new file mode 100644 index 000000000..7b3ac28e2 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_dolomite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_dolomite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_gabbro.json b/src/generated/resources/assets/create/blockstates/polished_gabbro.json new file mode 100644 index 000000000..266322b14 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_gabbro.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_gabbro" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_limestone.json b/src/generated/resources/assets/create/blockstates/polished_limestone.json new file mode 100644 index 000000000..8b888a8c7 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_scoria.json b/src/generated/resources/assets/create/blockstates/polished_scoria.json new file mode 100644 index 000000000..cf18797a5 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_weathered_limestone.json b/src/generated/resources/assets/create/blockstates/polished_weathered_limestone.json new file mode 100644 index 000000000..8656c0100 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/polished_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/polished_weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/scoria.json b/src/generated/resources/assets/create/blockstates/scoria.json new file mode 100644 index 000000000..bc531bf1d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/scoria.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/scoria" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/scoria_bricks.json b/src/generated/resources/assets/create/blockstates/scoria_bricks.json new file mode 100644 index 000000000..eb413b99a --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/scoria_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/scoria_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/scoria_cobblestone.json b/src/generated/resources/assets/create/blockstates/scoria_cobblestone.json new file mode 100644 index 000000000..26ba2af22 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/scoria_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/scoria_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/scoria_pillar.json b/src/generated/resources/assets/create/blockstates/scoria_pillar.json new file mode 100644 index 000000000..5ffa68a73 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/scoria_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/scoria_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/scoria_pillar" + }, + "axis=z": { + "model": "create:block/scoria_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_limestone.json b/src/generated/resources/assets/create/blockstates/weathered_limestone.json new file mode 100644 index 000000000..f23b4eba8 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/weathered_limestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_limestone_bricks.json b/src/generated/resources/assets/create/blockstates/weathered_limestone_bricks.json new file mode 100644 index 000000000..049b3728d --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/weathered_limestone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/weathered_limestone_bricks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_limestone_cobblestone.json b/src/generated/resources/assets/create/blockstates/weathered_limestone_cobblestone.json new file mode 100644 index 000000000..f33320bf8 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/weathered_limestone_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/weathered_limestone_cobblestone" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_limestone_pillar.json b/src/generated/resources/assets/create/blockstates/weathered_limestone_pillar.json new file mode 100644 index 000000000..e4d3f81fc --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/weathered_limestone_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "create:block/weathered_limestone_pillar", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "create:block/weathered_limestone_pillar" + }, + "axis=z": { + "model": "create:block/weathered_limestone_pillar", + "x": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_ud.json b/src/generated/resources/assets/create/lang/en_ud.json index b4eb0fb59..f33c70bac 100644 --- a/src/generated/resources/assets/create/lang/en_ud.json +++ b/src/generated/resources/assets/create/lang/en_ud.json @@ -1,44 +1,94 @@ { - "block.create.clutch": "\u0265\u0254\u0287n\u05DF\u0186", - "block.create.cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186", - "block.create.dark_scoria_bricks_slab": "q\u0250\u05DFS s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", - "block.create.dark_scoria_bricks_stairs": "s\u0279\u0131\u0250\u0287S s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", - "block.create.dark_scoria_bricks_wall": "\u05DF\u05DF\u0250M s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", - "block.create.dark_scoria_tiles_slab": "q\u0250\u05DFS s\u01DD\u05DF\u0131\u27D8 \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", - "block.create.dark_scoria_tiles_stairs": "s\u0279\u0131\u0250\u0287S s\u01DD\u05DF\u0131\u27D8 \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", - "block.create.dolomite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", - "block.create.dolomite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", - "block.create.dolomite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", - "block.create.encased_shaft": "\u0287\u025F\u0250\u0265S p\u01DDs\u0250\u0254u\u018E", - "block.create.gabbro_bricks_stairs": "s\u0279\u0131\u0250\u0287S s\u029E\u0254\u0131\u0279\u15FA o\u0279qq\u0250\u2141", - "block.create.gabbro_bricks_wall": "\u05DF\u05DF\u0250M s\u029E\u0254\u0131\u0279\u15FA o\u0279qq\u0250\u2141", - "block.create.gabbro_slab": "q\u0250\u05DFS o\u0279qq\u0250\u2141", - "block.create.gabbro_stairs": "s\u0279\u0131\u0250\u0287S o\u0279qq\u0250\u2141", - "block.create.gabbro_wall": "\u05DF\u05DF\u0250M o\u0279qq\u0250\u2141", - "block.create.gearbox": "xoq\u0279\u0250\u01DD\u2141", - "block.create.gearshift": "\u0287\u025F\u0131\u0265s\u0279\u0250\u01DD\u2141", - "block.create.indented_gabbro_slab": "q\u0250\u05DFS o\u0279qq\u0250\u2141 p\u01DD\u0287u\u01DDpuI", - "block.create.large_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DDb\u0279\u0250\uA780", - "block.create.limestone_bricks_slab": "q\u0250\u05DFS s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.limestone_bricks_stairs": "s\u0279\u0131\u0250\u0287S s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.limestone_bricks_wall": "\u05DF\u05DF\u0250M s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "block.create.paved_gabbro_bricks_slab": "q\u0250\u05DFS s\u029E\u0254\u0131\u0279\u15FA o\u0279qq\u0250\u2141 p\u01DD\u028C\u0250\u0500", - "block.create.polished_limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_scoria_slab": "q\u0250\u05DFS \u0250\u0131\u0279o\u0254S p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_weathered_limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.schematic_table": "\u01DD\u05DFq\u0250\u27D8 \u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "block.create.schematicannon": "uouu\u0250\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "block.create.scoria_slab": "q\u0250\u05DFS \u0250\u0131\u0279o\u0254S", - "block.create.scoria_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0279o\u0254S", - "block.create.scoria_wall": "\u05DF\u05DF\u0250M \u0250\u0131\u0279o\u0254S", - "block.create.shaft": "\u0287\u025F\u0250\u0265S", - "block.create.weathered_limestone_bricks_slab": "q\u0250\u05DFS s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_limestone_bricks_stairs": "s\u0279\u0131\u0250\u0287S s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_limestone_bricks_wall": "\u05DF\u05DF\u0250M s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM" + "block.create.andesite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F", + "block.create.andesite_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131s\u01DDpu\u2C6F", + "block.create.andesite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131s\u01DDpu\u2C6F", + "block.create.chiseled_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.chiseled_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.chiseled_gabbro": "o\u0279qq\u0250\u2141 p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.chiseled_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.chiseled_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.chiseled_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u05DF\u01DDs\u0131\u0265\u0186", + "block.create.dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", + "block.create.dark_scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", + "block.create.dark_scoria_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", + "block.create.dark_scoria_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1", + "block.create.diorite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1", + "block.create.diorite_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131\u0279o\u0131\u15E1", + "block.create.diorite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131\u0279o\u0131\u15E1", + "block.create.dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", + "block.create.dolomite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", + "block.create.dolomite_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", + "block.create.dolomite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", + "block.create.fancy_andesite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u028E\u0254u\u0250\u2132", + "block.create.fancy_dark_scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 \u028E\u0254u\u0250\u2132", + "block.create.fancy_diorite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u028E\u0254u\u0250\u2132", + "block.create.fancy_dolomite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 \u028E\u0254u\u0250\u2132", + "block.create.fancy_gabbro_bricks": "s\u029E\u0254\u0131\u0279\u15FA o\u0279qq\u0250\u2141 \u028E\u0254u\u0250\u2132", + "block.create.fancy_granite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u028E\u0254u\u0250\u2132", + "block.create.fancy_limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u028E\u0254u\u0250\u2132", + "block.create.fancy_scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u028E\u0254u\u0250\u2132", + "block.create.fancy_weathered_limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM \u028E\u0254u\u0250\u2132", + "block.create.gabbro": "o\u0279qq\u0250\u2141", + "block.create.gabbro_bricks": "s\u029E\u0254\u0131\u0279\u15FA o\u0279qq\u0250\u2141", + "block.create.gabbro_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 o\u0279qq\u0250\u2141", + "block.create.gabbro_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 o\u0279qq\u0250\u2141", + "block.create.granite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141", + "block.create.granite_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131u\u0250\u0279\u2141", + "block.create.granite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131u\u0250\u0279\u2141", + "block.create.layered_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_gabbro": "o\u0279qq\u0250\u2141 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.layered_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u0279\u01DD\u028E\u0250\uA780", + "block.create.limesand": "pu\u0250s\u01DD\u026F\u0131\uA780", + "block.create.limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780", + "block.create.limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", + "block.create.limestone_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", + "block.create.limestone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", + "block.create.mossy_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F \u028EssoW", + "block.create.mossy_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 \u028EssoW", + "block.create.mossy_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 \u028EssoW", + "block.create.mossy_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 \u028EssoW", + "block.create.mossy_gabbro": "o\u0279qq\u0250\u2141 \u028EssoW", + "block.create.mossy_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 \u028EssoW", + "block.create.mossy_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u028EssoW", + "block.create.mossy_scoria": "\u0250\u0131\u0279o\u0254S \u028EssoW", + "block.create.mossy_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM \u028EssoW", + "block.create.natural_scoria": "\u0250\u0131\u0279o\u0254S \u05DF\u0250\u0279n\u0287\u0250N", + "block.create.overgrown_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_gabbro": "o\u0279qq\u0250\u2141 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_scoria": "\u0250\u0131\u0279o\u0254S u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.overgrown_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM u\u028Do\u0279b\u0279\u01DD\u028CO", + "block.create.paved_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F p\u01DD\u028C\u0250\u0500", + "block.create.paved_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u028C\u0250\u0500", + "block.create.paved_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 p\u01DD\u028C\u0250\u0500", + "block.create.paved_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 p\u01DD\u028C\u0250\u0500", + "block.create.paved_gabbro": "o\u0279qq\u0250\u2141 p\u01DD\u028C\u0250\u0500", + "block.create.paved_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 p\u01DD\u028C\u0250\u0500", + "block.create.paved_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u028C\u0250\u0500", + "block.create.paved_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u028C\u0250\u0500", + "block.create.paved_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u028C\u0250\u0500", + "block.create.polished_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.polished_dolomite": "\u01DD\u0287\u0131\u026Fo\u05DFo\u15E1 p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.polished_gabbro": "o\u0279qq\u0250\u2141 p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.polished_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.polished_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.polished_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u0265s\u0131\u05DFo\u0500", + "block.create.scoria": "\u0250\u0131\u0279o\u0254S", + "block.create.scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S", + "block.create.scoria_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u0250\u0131\u0279o\u0254S", + "block.create.scoria_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u0250\u0131\u0279o\u0254S", + "block.create.weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", + "block.create.weathered_limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", + "block.create.weathered_limestone_cobblestone": "\u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", + "block.create.weathered_limestone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM" } \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index c2ad2aaf6..7db19c201 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -1,44 +1,94 @@ { - "block.create.clutch": "Clutch", - "block.create.cogwheel": "Cogwheel", - "block.create.dark_scoria_bricks_slab": "Dark Scoria Bricks Slab", - "block.create.dark_scoria_bricks_stairs": "Dark Scoria Bricks Stairs", - "block.create.dark_scoria_bricks_wall": "Dark Scoria Bricks Wall", - "block.create.dark_scoria_tiles_slab": "Dark Scoria Tiles Slab", - "block.create.dark_scoria_tiles_stairs": "Dark Scoria Tiles Stairs", - "block.create.dolomite_slab": "Dolomite Slab", - "block.create.dolomite_stairs": "Dolomite Stairs", - "block.create.dolomite_wall": "Dolomite Wall", - "block.create.encased_shaft": "Encased Shaft", - "block.create.gabbro_bricks_stairs": "Gabbro Bricks Stairs", - "block.create.gabbro_bricks_wall": "Gabbro Bricks Wall", - "block.create.gabbro_slab": "Gabbro Slab", - "block.create.gabbro_stairs": "Gabbro Stairs", - "block.create.gabbro_wall": "Gabbro Wall", - "block.create.gearbox": "Gearbox", - "block.create.gearshift": "Gearshift", - "block.create.indented_gabbro_slab": "Indented Gabbro Slab", - "block.create.large_cogwheel": "Large Cogwheel", - "block.create.limestone_bricks_slab": "Limestone Bricks Slab", - "block.create.limestone_bricks_stairs": "Limestone Bricks Stairs", - "block.create.limestone_bricks_wall": "Limestone Bricks Wall", - "block.create.limestone_slab": "Limestone Slab", - "block.create.limestone_stairs": "Limestone Stairs", - "block.create.limestone_wall": "Limestone Wall", - "block.create.paved_gabbro_bricks_slab": "Paved Gabbro Bricks Slab", - "block.create.polished_limestone_slab": "Polished Limestone Slab", - "block.create.polished_scoria_slab": "Polished Scoria Slab", - "block.create.polished_weathered_limestone_slab": "Polished Weathered Limestone Slab", - "block.create.schematic_table": "Schematic Table", - "block.create.schematicannon": "Schematicannon", - "block.create.scoria_slab": "Scoria Slab", - "block.create.scoria_stairs": "Scoria Stairs", - "block.create.scoria_wall": "Scoria Wall", - "block.create.shaft": "Shaft", - "block.create.weathered_limestone_bricks_slab": "Weathered Limestone Bricks Slab", - "block.create.weathered_limestone_bricks_stairs": "Weathered Limestone Bricks Stairs", - "block.create.weathered_limestone_bricks_wall": "Weathered Limestone Bricks Wall", - "block.create.weathered_limestone_slab": "Weathered Limestone Slab", - "block.create.weathered_limestone_stairs": "Weathered Limestone Stairs", - "block.create.weathered_limestone_wall": "Weathered Limestone Wall" + "block.create.andesite_bricks": "Andesite Bricks", + "block.create.andesite_cobblestone": "Andesite Cobblestone", + "block.create.andesite_pillar": "Andesite Pillar", + "block.create.chiseled_dark_scoria": "Chiseled Dark Scoria", + "block.create.chiseled_dolomite": "Chiseled Dolomite", + "block.create.chiseled_gabbro": "Chiseled Gabbro", + "block.create.chiseled_limestone": "Chiseled Limestone", + "block.create.chiseled_scoria": "Chiseled Scoria", + "block.create.chiseled_weathered_limestone": "Chiseled Weathered Limestone", + "block.create.dark_scoria": "Dark Scoria", + "block.create.dark_scoria_bricks": "Dark Scoria Bricks", + "block.create.dark_scoria_cobblestone": "Dark Scoria Cobblestone", + "block.create.dark_scoria_pillar": "Dark Scoria Pillar", + "block.create.diorite_bricks": "Diorite Bricks", + "block.create.diorite_cobblestone": "Diorite Cobblestone", + "block.create.diorite_pillar": "Diorite Pillar", + "block.create.dolomite": "Dolomite", + "block.create.dolomite_bricks": "Dolomite Bricks", + "block.create.dolomite_cobblestone": "Dolomite Cobblestone", + "block.create.dolomite_pillar": "Dolomite Pillar", + "block.create.fancy_andesite_bricks": "Fancy Andesite Bricks", + "block.create.fancy_dark_scoria_bricks": "Fancy Dark Scoria Bricks", + "block.create.fancy_diorite_bricks": "Fancy Diorite Bricks", + "block.create.fancy_dolomite_bricks": "Fancy Dolomite Bricks", + "block.create.fancy_gabbro_bricks": "Fancy Gabbro Bricks", + "block.create.fancy_granite_bricks": "Fancy Granite Bricks", + "block.create.fancy_limestone_bricks": "Fancy Limestone Bricks", + "block.create.fancy_scoria_bricks": "Fancy Scoria Bricks", + "block.create.fancy_weathered_limestone_bricks": "Fancy Weathered Limestone Bricks", + "block.create.gabbro": "Gabbro", + "block.create.gabbro_bricks": "Gabbro Bricks", + "block.create.gabbro_cobblestone": "Gabbro Cobblestone", + "block.create.gabbro_pillar": "Gabbro Pillar", + "block.create.granite_bricks": "Granite Bricks", + "block.create.granite_cobblestone": "Granite Cobblestone", + "block.create.granite_pillar": "Granite Pillar", + "block.create.layered_andesite": "Layered Andesite", + "block.create.layered_dark_scoria": "Layered Dark Scoria", + "block.create.layered_diorite": "Layered Diorite", + "block.create.layered_dolomite": "Layered Dolomite", + "block.create.layered_gabbro": "Layered Gabbro", + "block.create.layered_granite": "Layered Granite", + "block.create.layered_limestone": "Layered Limestone", + "block.create.layered_scoria": "Layered Scoria", + "block.create.layered_weathered_limestone": "Layered Weathered Limestone", + "block.create.limesand": "Limesand", + "block.create.limestone": "Limestone", + "block.create.limestone_bricks": "Limestone Bricks", + "block.create.limestone_cobblestone": "Limestone Cobblestone", + "block.create.limestone_pillar": "Limestone Pillar", + "block.create.mossy_andesite": "Mossy Andesite", + "block.create.mossy_dark_scoria": "Mossy Dark Scoria", + "block.create.mossy_diorite": "Mossy Diorite", + "block.create.mossy_dolomite": "Mossy Dolomite", + "block.create.mossy_gabbro": "Mossy Gabbro", + "block.create.mossy_granite": "Mossy Granite", + "block.create.mossy_limestone": "Mossy Limestone", + "block.create.mossy_scoria": "Mossy Scoria", + "block.create.mossy_weathered_limestone": "Mossy Weathered Limestone", + "block.create.natural_scoria": "Natural Scoria", + "block.create.overgrown_andesite": "Overgrown Andesite", + "block.create.overgrown_dark_scoria": "Overgrown Dark Scoria", + "block.create.overgrown_diorite": "Overgrown Diorite", + "block.create.overgrown_dolomite": "Overgrown Dolomite", + "block.create.overgrown_gabbro": "Overgrown Gabbro", + "block.create.overgrown_granite": "Overgrown Granite", + "block.create.overgrown_limestone": "Overgrown Limestone", + "block.create.overgrown_scoria": "Overgrown Scoria", + "block.create.overgrown_weathered_limestone": "Overgrown Weathered Limestone", + "block.create.paved_andesite": "Paved Andesite", + "block.create.paved_dark_scoria": "Paved Dark Scoria", + "block.create.paved_diorite": "Paved Diorite", + "block.create.paved_dolomite": "Paved Dolomite", + "block.create.paved_gabbro": "Paved Gabbro", + "block.create.paved_granite": "Paved Granite", + "block.create.paved_limestone": "Paved Limestone", + "block.create.paved_scoria": "Paved Scoria", + "block.create.paved_weathered_limestone": "Paved Weathered Limestone", + "block.create.polished_dark_scoria": "Polished Dark Scoria", + "block.create.polished_dolomite": "Polished Dolomite", + "block.create.polished_gabbro": "Polished Gabbro", + "block.create.polished_limestone": "Polished Limestone", + "block.create.polished_scoria": "Polished Scoria", + "block.create.polished_weathered_limestone": "Polished Weathered Limestone", + "block.create.scoria": "Scoria", + "block.create.scoria_bricks": "Scoria Bricks", + "block.create.scoria_cobblestone": "Scoria Cobblestone", + "block.create.scoria_pillar": "Scoria Pillar", + "block.create.weathered_limestone": "Weathered Limestone", + "block.create.weathered_limestone_bricks": "Weathered Limestone Bricks", + "block.create.weathered_limestone_cobblestone": "Weathered Limestone Cobblestone", + "block.create.weathered_limestone_pillar": "Weathered Limestone Pillar" } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_bricks.json b/src/generated/resources/assets/create/models/block/andesite_bricks.json new file mode 100644 index 000000000..bc0de2fac --- /dev/null +++ b/src/generated/resources/assets/create/models/block/andesite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/andesite/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_cobblestone.json b/src/generated/resources/assets/create/models/block/andesite_cobblestone.json new file mode 100644 index 000000000..595954164 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/andesite_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/andesite/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_pillar.json b/src/generated/resources/assets/create/models/block/andesite_pillar.json new file mode 100644 index 000000000..482eb717d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/andesite_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/andesite/pillar", + "end": "create:block/palettes/andesite/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_dark_scoria.json b/src/generated/resources/assets/create/models/block/chiseled_dark_scoria.json new file mode 100644 index 000000000..0cbc8d559 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dark_scoria/chiseled", + "end": "create:block/palettes/dark_scoria/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_dolomite.json b/src/generated/resources/assets/create/models/block/chiseled_dolomite.json new file mode 100644 index 000000000..e39177f1c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_dolomite.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dolomite/chiseled", + "end": "create:block/palettes/dolomite/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_gabbro.json b/src/generated/resources/assets/create/models/block/chiseled_gabbro.json new file mode 100644 index 000000000..0f7e1a971 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_gabbro.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/gabbro/chiseled", + "end": "create:block/palettes/gabbro/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_limestone.json b/src/generated/resources/assets/create/models/block/chiseled_limestone.json new file mode 100644 index 000000000..2dd1f3263 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_limestone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/limestone/chiseled", + "end": "create:block/palettes/limestone/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_scoria.json b/src/generated/resources/assets/create/models/block/chiseled_scoria.json new file mode 100644 index 000000000..f8a911d40 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_scoria.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/scoria/chiseled", + "end": "create:block/palettes/scoria/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/chiseled_weathered_limestone.json b/src/generated/resources/assets/create/models/block/chiseled_weathered_limestone.json new file mode 100644 index 000000000..410ffab9a --- /dev/null +++ b/src/generated/resources/assets/create/models/block/chiseled_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/weathered_limestone/chiseled", + "end": "create:block/palettes/weathered_limestone/chiseled_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_scoria.json b/src/generated/resources/assets/create/models/block/dark_scoria.json new file mode 100644 index 000000000..80ad93961 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dark_scoria.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_scoria_bricks.json b/src/generated/resources/assets/create/models/block/dark_scoria_bricks.json new file mode 100644 index 000000000..2650d8966 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dark_scoria_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_scoria_cobblestone.json b/src/generated/resources/assets/create/models/block/dark_scoria_cobblestone.json new file mode 100644 index 000000000..5c76eef0d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dark_scoria_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_scoria_pillar.json b/src/generated/resources/assets/create/models/block/dark_scoria_pillar.json new file mode 100644 index 000000000..b68ffb1e3 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dark_scoria_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dark_scoria/pillar", + "end": "create:block/palettes/dark_scoria/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/diorite_bricks.json b/src/generated/resources/assets/create/models/block/diorite_bricks.json new file mode 100644 index 000000000..06327e932 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/diorite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/diorite/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/diorite_cobblestone.json b/src/generated/resources/assets/create/models/block/diorite_cobblestone.json new file mode 100644 index 000000000..25f0f3e1b --- /dev/null +++ b/src/generated/resources/assets/create/models/block/diorite_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/diorite/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/diorite_pillar.json b/src/generated/resources/assets/create/models/block/diorite_pillar.json new file mode 100644 index 000000000..d9e7e6304 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/diorite_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/diorite/pillar", + "end": "create:block/palettes/diorite/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dolomite.json b/src/generated/resources/assets/create/models/block/dolomite.json new file mode 100644 index 000000000..219fd2acd --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dolomite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dolomite_bricks.json b/src/generated/resources/assets/create/models/block/dolomite_bricks.json new file mode 100644 index 000000000..03ed69aed --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dolomite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dolomite_cobblestone.json b/src/generated/resources/assets/create/models/block/dolomite_cobblestone.json new file mode 100644 index 000000000..b87cd1f66 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dolomite_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dolomite_pillar.json b/src/generated/resources/assets/create/models/block/dolomite_pillar.json new file mode 100644 index 000000000..767dd4b8b --- /dev/null +++ b/src/generated/resources/assets/create/models/block/dolomite_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dolomite/pillar", + "end": "create:block/palettes/dolomite/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_andesite_bricks.json b/src/generated/resources/assets/create/models/block/fancy_andesite_bricks.json new file mode 100644 index 000000000..7d6dcbfb0 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_andesite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/andesite/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_dark_scoria_bricks.json b/src/generated/resources/assets/create/models/block/fancy_dark_scoria_bricks.json new file mode 100644 index 000000000..6f372a99c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_dark_scoria_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_diorite_bricks.json b/src/generated/resources/assets/create/models/block/fancy_diorite_bricks.json new file mode 100644 index 000000000..c603b0745 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_diorite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/diorite/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_dolomite_bricks.json b/src/generated/resources/assets/create/models/block/fancy_dolomite_bricks.json new file mode 100644 index 000000000..6e823adfa --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_dolomite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_gabbro_bricks.json b/src/generated/resources/assets/create/models/block/fancy_gabbro_bricks.json new file mode 100644 index 000000000..88844ef63 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_gabbro_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_granite_bricks.json b/src/generated/resources/assets/create/models/block/fancy_granite_bricks.json new file mode 100644 index 000000000..9db67f587 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_granite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/granite/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_limestone_bricks.json b/src/generated/resources/assets/create/models/block/fancy_limestone_bricks.json new file mode 100644 index 000000000..cb7fc078b --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_limestone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_scoria_bricks.json b/src/generated/resources/assets/create/models/block/fancy_scoria_bricks.json new file mode 100644 index 000000000..bd9c3b48e --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_scoria_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fancy_weathered_limestone_bricks.json b/src/generated/resources/assets/create/models/block/fancy_weathered_limestone_bricks.json new file mode 100644 index 000000000..ddcdd9814 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/fancy_weathered_limestone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/fancy_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/gabbro.json b/src/generated/resources/assets/create/models/block/gabbro.json new file mode 100644 index 000000000..eef6910e3 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/gabbro.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/gabbro_bricks.json b/src/generated/resources/assets/create/models/block/gabbro_bricks.json new file mode 100644 index 000000000..13ca233b9 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/gabbro_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/gabbro_cobblestone.json b/src/generated/resources/assets/create/models/block/gabbro_cobblestone.json new file mode 100644 index 000000000..f6b76b140 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/gabbro_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/gabbro_pillar.json b/src/generated/resources/assets/create/models/block/gabbro_pillar.json new file mode 100644 index 000000000..b8bf44545 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/gabbro_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/gabbro/pillar", + "end": "create:block/palettes/gabbro/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/granite_bricks.json b/src/generated/resources/assets/create/models/block/granite_bricks.json new file mode 100644 index 000000000..29328d14c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/granite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/granite/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/granite_cobblestone.json b/src/generated/resources/assets/create/models/block/granite_cobblestone.json new file mode 100644 index 000000000..defdbedde --- /dev/null +++ b/src/generated/resources/assets/create/models/block/granite_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/granite/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/granite_pillar.json b/src/generated/resources/assets/create/models/block/granite_pillar.json new file mode 100644 index 000000000..281f351bc --- /dev/null +++ b/src/generated/resources/assets/create/models/block/granite_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/granite/pillar", + "end": "create:block/palettes/granite/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_andesite.json b/src/generated/resources/assets/create/models/block/layered_andesite.json new file mode 100644 index 000000000..cc0771288 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_andesite.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/andesite/layered", + "end": "create:block/palettes/andesite/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_dark_scoria.json b/src/generated/resources/assets/create/models/block/layered_dark_scoria.json new file mode 100644 index 000000000..785c7ef46 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_dark_scoria.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dark_scoria/layered", + "end": "create:block/palettes/dark_scoria/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_diorite.json b/src/generated/resources/assets/create/models/block/layered_diorite.json new file mode 100644 index 000000000..9f71ecb53 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_diorite.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/diorite/layered", + "end": "create:block/palettes/diorite/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_dolomite.json b/src/generated/resources/assets/create/models/block/layered_dolomite.json new file mode 100644 index 000000000..8c82717f3 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_dolomite.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/dolomite/layered", + "end": "create:block/palettes/dolomite/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_gabbro.json b/src/generated/resources/assets/create/models/block/layered_gabbro.json new file mode 100644 index 000000000..37ce4d7ea --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_gabbro.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/gabbro/layered", + "end": "create:block/palettes/gabbro/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_granite.json b/src/generated/resources/assets/create/models/block/layered_granite.json new file mode 100644 index 000000000..e3cffdf56 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_granite.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/granite/layered", + "end": "create:block/palettes/granite/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_limestone.json b/src/generated/resources/assets/create/models/block/layered_limestone.json new file mode 100644 index 000000000..4ccc298ee --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_limestone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/limestone/layered", + "end": "create:block/palettes/limestone/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_scoria.json b/src/generated/resources/assets/create/models/block/layered_scoria.json new file mode 100644 index 000000000..8fb7f1cec --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_scoria.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/scoria/layered", + "end": "create:block/palettes/scoria/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_weathered_limestone.json b/src/generated/resources/assets/create/models/block/layered_weathered_limestone.json new file mode 100644 index 000000000..62c16c7c5 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/layered_weathered_limestone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/weathered_limestone/layered", + "end": "create:block/palettes/weathered_limestone/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limesand.json b/src/generated/resources/assets/create/models/block/limesand.json new file mode 100644 index 000000000..4a1552d18 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/limesand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limesand" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone.json b/src/generated/resources/assets/create/models/block/limestone.json new file mode 100644 index 000000000..3037f92ba --- /dev/null +++ b/src/generated/resources/assets/create/models/block/limestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone_bricks.json b/src/generated/resources/assets/create/models/block/limestone_bricks.json new file mode 100644 index 000000000..6abbb4b2d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/limestone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone_cobblestone.json b/src/generated/resources/assets/create/models/block/limestone_cobblestone.json new file mode 100644 index 000000000..323771f10 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/limestone_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone_pillar.json b/src/generated/resources/assets/create/models/block/limestone_pillar.json new file mode 100644 index 000000000..37ba9bf48 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/limestone_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/limestone/pillar", + "end": "create:block/palettes/limestone/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_andesite.json b/src/generated/resources/assets/create/models/block/mossy_andesite.json new file mode 100644 index 000000000..363b983f1 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_andesite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/andesite/bricks", + "side": "create:block/palettes/andesite/bricks", + "top": "create:block/palettes/andesite/bricks", + "bottom": "create:block/palettes/andesite/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_dark_scoria.json b/src/generated/resources/assets/create/models/block/mossy_dark_scoria.json new file mode 100644 index 000000000..5fe0bd978 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_dark_scoria.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/dark_scoria/bricks", + "side": "create:block/palettes/dark_scoria/bricks", + "top": "create:block/palettes/dark_scoria/bricks", + "bottom": "create:block/palettes/dark_scoria/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_diorite.json b/src/generated/resources/assets/create/models/block/mossy_diorite.json new file mode 100644 index 000000000..6918670ae --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_diorite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/diorite/bricks", + "side": "create:block/palettes/diorite/bricks", + "top": "create:block/palettes/diorite/bricks", + "bottom": "create:block/palettes/diorite/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_dolomite.json b/src/generated/resources/assets/create/models/block/mossy_dolomite.json new file mode 100644 index 000000000..0e559ca91 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_dolomite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/dolomite/bricks", + "side": "create:block/palettes/dolomite/bricks", + "top": "create:block/palettes/dolomite/bricks", + "bottom": "create:block/palettes/dolomite/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_gabbro.json b/src/generated/resources/assets/create/models/block/mossy_gabbro.json new file mode 100644 index 000000000..d75f53d30 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_gabbro.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/gabbro/bricks", + "side": "create:block/palettes/gabbro/bricks", + "top": "create:block/palettes/gabbro/bricks", + "bottom": "create:block/palettes/gabbro/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_granite.json b/src/generated/resources/assets/create/models/block/mossy_granite.json new file mode 100644 index 000000000..256688ad5 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_granite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/granite/bricks", + "side": "create:block/palettes/granite/bricks", + "top": "create:block/palettes/granite/bricks", + "bottom": "create:block/palettes/granite/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_limestone.json b/src/generated/resources/assets/create/models/block/mossy_limestone.json new file mode 100644 index 000000000..9e0a191ee --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_limestone.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/limestone/bricks", + "side": "create:block/palettes/limestone/bricks", + "top": "create:block/palettes/limestone/bricks", + "bottom": "create:block/palettes/limestone/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_scoria.json b/src/generated/resources/assets/create/models/block/mossy_scoria.json new file mode 100644 index 000000000..24c185c54 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_scoria.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/scoria/bricks", + "side": "create:block/palettes/scoria/bricks", + "top": "create:block/palettes/scoria/bricks", + "bottom": "create:block/palettes/scoria/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mossy_weathered_limestone.json b/src/generated/resources/assets/create/models/block/mossy_weathered_limestone.json new file mode 100644 index 000000000..4a42449d7 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mossy_weathered_limestone.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/weathered_limestone/bricks", + "side": "create:block/palettes/weathered_limestone/bricks", + "top": "create:block/palettes/weathered_limestone/bricks", + "bottom": "create:block/palettes/weathered_limestone/bricks", + "overlay": "create:block/palettes/mossy" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/natural_scoria.json b/src/generated/resources/assets/create/models/block/natural_scoria.json new file mode 100644 index 000000000..0cf8ced9c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/natural_scoria.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/natural_scoria" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_andesite.json b/src/generated/resources/assets/create/models/block/overgrown_andesite.json new file mode 100644 index 000000000..de911e553 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_andesite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/andesite/bricks", + "side": "create:block/palettes/andesite/bricks", + "top": "create:block/palettes/andesite/bricks", + "bottom": "create:block/palettes/andesite/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_dark_scoria.json b/src/generated/resources/assets/create/models/block/overgrown_dark_scoria.json new file mode 100644 index 000000000..4c12a986b --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_dark_scoria.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/dark_scoria/bricks", + "side": "create:block/palettes/dark_scoria/bricks", + "top": "create:block/palettes/dark_scoria/bricks", + "bottom": "create:block/palettes/dark_scoria/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_diorite.json b/src/generated/resources/assets/create/models/block/overgrown_diorite.json new file mode 100644 index 000000000..7242c4c92 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_diorite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/diorite/bricks", + "side": "create:block/palettes/diorite/bricks", + "top": "create:block/palettes/diorite/bricks", + "bottom": "create:block/palettes/diorite/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_dolomite.json b/src/generated/resources/assets/create/models/block/overgrown_dolomite.json new file mode 100644 index 000000000..ac81c088e --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_dolomite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/dolomite/bricks", + "side": "create:block/palettes/dolomite/bricks", + "top": "create:block/palettes/dolomite/bricks", + "bottom": "create:block/palettes/dolomite/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_gabbro.json b/src/generated/resources/assets/create/models/block/overgrown_gabbro.json new file mode 100644 index 000000000..f8897058d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_gabbro.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/gabbro/bricks", + "side": "create:block/palettes/gabbro/bricks", + "top": "create:block/palettes/gabbro/bricks", + "bottom": "create:block/palettes/gabbro/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_granite.json b/src/generated/resources/assets/create/models/block/overgrown_granite.json new file mode 100644 index 000000000..d9c4dc89c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_granite.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/granite/bricks", + "side": "create:block/palettes/granite/bricks", + "top": "create:block/palettes/granite/bricks", + "bottom": "create:block/palettes/granite/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_limestone.json b/src/generated/resources/assets/create/models/block/overgrown_limestone.json new file mode 100644 index 000000000..473b7fde8 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_limestone.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/limestone/bricks", + "side": "create:block/palettes/limestone/bricks", + "top": "create:block/palettes/limestone/bricks", + "bottom": "create:block/palettes/limestone/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_scoria.json b/src/generated/resources/assets/create/models/block/overgrown_scoria.json new file mode 100644 index 000000000..473f68d6b --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_scoria.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/scoria/bricks", + "side": "create:block/palettes/scoria/bricks", + "top": "create:block/palettes/scoria/bricks", + "bottom": "create:block/palettes/scoria/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/overgrown_weathered_limestone.json b/src/generated/resources/assets/create/models/block/overgrown_weathered_limestone.json new file mode 100644 index 000000000..98e4fbf12 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/overgrown_weathered_limestone.json @@ -0,0 +1,10 @@ +{ + "parent": "create:block/overgrown", + "textures": { + "particle": "create:block/palettes/weathered_limestone/bricks", + "side": "create:block/palettes/weathered_limestone/bricks", + "top": "create:block/palettes/weathered_limestone/bricks", + "bottom": "create:block/palettes/weathered_limestone/bricks", + "overlay": "create:block/palettes/overgrown" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_andesite.json b/src/generated/resources/assets/create/models/block/paved_andesite.json new file mode 100644 index 000000000..84d3c3ec3 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_andesite.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/andesite/paved", + "bottom": "create:block/palettes/andesite/paved_borderless", + "top": "create:block/palettes/andesite/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_andesite_covered.json b/src/generated/resources/assets/create/models/block/paved_andesite_covered.json new file mode 100644 index 000000000..95380bd1e --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_andesite_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/andesite/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_dark_scoria.json b/src/generated/resources/assets/create/models/block/paved_dark_scoria.json new file mode 100644 index 000000000..94904a426 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_dark_scoria.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/dark_scoria/paved", + "bottom": "create:block/palettes/dark_scoria/paved_borderless", + "top": "create:block/palettes/dark_scoria/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_dark_scoria_covered.json b/src/generated/resources/assets/create/models/block/paved_dark_scoria_covered.json new file mode 100644 index 000000000..2d374bb9d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_dark_scoria_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_diorite.json b/src/generated/resources/assets/create/models/block/paved_diorite.json new file mode 100644 index 000000000..24607ca1f --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_diorite.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/diorite/paved", + "bottom": "create:block/palettes/diorite/paved_borderless", + "top": "create:block/palettes/diorite/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_diorite_covered.json b/src/generated/resources/assets/create/models/block/paved_diorite_covered.json new file mode 100644 index 000000000..e67862ec2 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_diorite_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/diorite/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_dolomite.json b/src/generated/resources/assets/create/models/block/paved_dolomite.json new file mode 100644 index 000000000..320d749f6 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_dolomite.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/dolomite/paved", + "bottom": "create:block/palettes/dolomite/paved_borderless", + "top": "create:block/palettes/dolomite/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_dolomite_covered.json b/src/generated/resources/assets/create/models/block/paved_dolomite_covered.json new file mode 100644 index 000000000..8929b5e92 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_dolomite_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_gabbro.json b/src/generated/resources/assets/create/models/block/paved_gabbro.json new file mode 100644 index 000000000..764b543e6 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_gabbro.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/gabbro/paved", + "bottom": "create:block/palettes/gabbro/paved_borderless", + "top": "create:block/palettes/gabbro/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_gabbro_covered.json b/src/generated/resources/assets/create/models/block/paved_gabbro_covered.json new file mode 100644 index 000000000..267858449 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_gabbro_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_granite.json b/src/generated/resources/assets/create/models/block/paved_granite.json new file mode 100644 index 000000000..71691bd37 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_granite.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/granite/paved", + "bottom": "create:block/palettes/granite/paved_borderless", + "top": "create:block/palettes/granite/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_granite_covered.json b/src/generated/resources/assets/create/models/block/paved_granite_covered.json new file mode 100644 index 000000000..c59df6fbd --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_granite_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/granite/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_limestone.json b/src/generated/resources/assets/create/models/block/paved_limestone.json new file mode 100644 index 000000000..d12e34e28 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_limestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/limestone/paved", + "bottom": "create:block/palettes/limestone/paved_borderless", + "top": "create:block/palettes/limestone/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_limestone_covered.json b/src/generated/resources/assets/create/models/block/paved_limestone_covered.json new file mode 100644 index 000000000..908a0e810 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_limestone_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_scoria.json b/src/generated/resources/assets/create/models/block/paved_scoria.json new file mode 100644 index 000000000..710b07e76 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_scoria.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/scoria/paved", + "bottom": "create:block/palettes/scoria/paved_borderless", + "top": "create:block/palettes/scoria/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_scoria_covered.json b/src/generated/resources/assets/create/models/block/paved_scoria_covered.json new file mode 100644 index 000000000..1ea5aebdb --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_scoria_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_weathered_limestone.json b/src/generated/resources/assets/create/models/block/paved_weathered_limestone.json new file mode 100644 index 000000000..daf61928e --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_weathered_limestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/palettes/weathered_limestone/paved", + "bottom": "create:block/palettes/weathered_limestone/paved_borderless", + "top": "create:block/palettes/weathered_limestone/paved_top" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/paved_weathered_limestone_covered.json b/src/generated/resources/assets/create/models/block/paved_weathered_limestone_covered.json new file mode 100644 index 000000000..9488530f9 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/paved_weathered_limestone_covered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/paved_borderless" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_dark_scoria.json b/src/generated/resources/assets/create/models/block/polished_dark_scoria.json new file mode 100644 index 000000000..5e0b85c99 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_dark_scoria.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dark_scoria/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_dolomite.json b/src/generated/resources/assets/create/models/block/polished_dolomite.json new file mode 100644 index 000000000..319451add --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_dolomite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/dolomite/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_gabbro.json b/src/generated/resources/assets/create/models/block/polished_gabbro.json new file mode 100644 index 000000000..fc2160b7a --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_gabbro.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/gabbro/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_limestone.json b/src/generated/resources/assets/create/models/block/polished_limestone.json new file mode 100644 index 000000000..05594b6b9 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_limestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/limestone/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_scoria.json b/src/generated/resources/assets/create/models/block/polished_scoria.json new file mode 100644 index 000000000..cdd8694ff --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_scoria.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_weathered_limestone.json b/src/generated/resources/assets/create/models/block/polished_weathered_limestone.json new file mode 100644 index 000000000..9523320e2 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/polished_weathered_limestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria.json b/src/generated/resources/assets/create/models/block/scoria.json new file mode 100644 index 000000000..cb2c493cb --- /dev/null +++ b/src/generated/resources/assets/create/models/block/scoria.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria_bricks.json b/src/generated/resources/assets/create/models/block/scoria_bricks.json new file mode 100644 index 000000000..a2792ac6d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/scoria_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria_cobblestone.json b/src/generated/resources/assets/create/models/block/scoria_cobblestone.json new file mode 100644 index 000000000..c0b9e6409 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/scoria_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/scoria/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria_pillar.json b/src/generated/resources/assets/create/models/block/scoria_pillar.json new file mode 100644 index 000000000..58b41fb2a --- /dev/null +++ b/src/generated/resources/assets/create/models/block/scoria_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/scoria/pillar", + "end": "create:block/palettes/scoria/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_limestone.json b/src/generated/resources/assets/create/models/block/weathered_limestone.json new file mode 100644 index 000000000..bf4e04605 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/weathered_limestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/plain" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_limestone_bricks.json b/src/generated/resources/assets/create/models/block/weathered_limestone_bricks.json new file mode 100644 index 000000000..7ae85e594 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/weathered_limestone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_limestone_cobblestone.json b/src/generated/resources/assets/create/models/block/weathered_limestone_cobblestone.json new file mode 100644 index 000000000..e77cc7706 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/weathered_limestone_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "create:block/palettes/weathered_limestone/cobblestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_limestone_pillar.json b/src/generated/resources/assets/create/models/block/weathered_limestone_pillar.json new file mode 100644 index 000000000..24fcbc5c2 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/weathered_limestone_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/palettes/weathered_limestone/pillar", + "end": "create:block/palettes/weathered_limestone/pillar_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_bricks.json b/src/generated/resources/assets/create/models/item/andesite_bricks.json new file mode 100644 index 000000000..877c40bf6 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/andesite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/andesite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_cobblestone.json b/src/generated/resources/assets/create/models/item/andesite_cobblestone.json new file mode 100644 index 000000000..e3794d15a --- /dev/null +++ b/src/generated/resources/assets/create/models/item/andesite_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/andesite_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_pillar.json b/src/generated/resources/assets/create/models/item/andesite_pillar.json new file mode 100644 index 000000000..cc83e3129 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/andesite_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/andesite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_dark_scoria.json b/src/generated/resources/assets/create/models/item/chiseled_dark_scoria.json new file mode 100644 index 000000000..63eb3e50b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_dolomite.json b/src/generated/resources/assets/create/models/item/chiseled_dolomite.json new file mode 100644 index 000000000..8a042946f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_gabbro.json b/src/generated/resources/assets/create/models/item/chiseled_gabbro.json new file mode 100644 index 000000000..66dac5e97 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_limestone.json b/src/generated/resources/assets/create/models/item/chiseled_limestone.json new file mode 100644 index 000000000..8eae57bd2 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_scoria.json b/src/generated/resources/assets/create/models/item/chiseled_scoria.json new file mode 100644 index 000000000..0e8e34956 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/chiseled_weathered_limestone.json b/src/generated/resources/assets/create/models/item/chiseled_weathered_limestone.json new file mode 100644 index 000000000..5e0ef3478 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/chiseled_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/chiseled_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dark_scoria.json b/src/generated/resources/assets/create/models/item/dark_scoria.json new file mode 100644 index 000000000..8f9019794 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dark_scoria_bricks.json b/src/generated/resources/assets/create/models/item/dark_scoria_bricks.json new file mode 100644 index 000000000..e9c723e96 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dark_scoria_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dark_scoria_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dark_scoria_cobblestone.json b/src/generated/resources/assets/create/models/item/dark_scoria_cobblestone.json new file mode 100644 index 000000000..fe96f9487 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dark_scoria_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dark_scoria_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dark_scoria_pillar.json b/src/generated/resources/assets/create/models/item/dark_scoria_pillar.json new file mode 100644 index 000000000..4f992305f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dark_scoria_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dark_scoria_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/diorite_bricks.json b/src/generated/resources/assets/create/models/item/diorite_bricks.json new file mode 100644 index 000000000..4f49fea75 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/diorite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/diorite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/diorite_cobblestone.json b/src/generated/resources/assets/create/models/item/diorite_cobblestone.json new file mode 100644 index 000000000..c62e09b92 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/diorite_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/diorite_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/diorite_pillar.json b/src/generated/resources/assets/create/models/item/diorite_pillar.json new file mode 100644 index 000000000..61a987096 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/diorite_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/diorite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dolomite.json b/src/generated/resources/assets/create/models/item/dolomite.json new file mode 100644 index 000000000..8cdba5bd2 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dolomite_bricks.json b/src/generated/resources/assets/create/models/item/dolomite_bricks.json new file mode 100644 index 000000000..3e68d9fde --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dolomite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dolomite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dolomite_cobblestone.json b/src/generated/resources/assets/create/models/item/dolomite_cobblestone.json new file mode 100644 index 000000000..0d89297b7 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dolomite_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dolomite_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dolomite_pillar.json b/src/generated/resources/assets/create/models/item/dolomite_pillar.json new file mode 100644 index 000000000..f362375a5 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/dolomite_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/dolomite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_andesite_bricks.json b/src/generated/resources/assets/create/models/item/fancy_andesite_bricks.json new file mode 100644 index 000000000..ac4e89dc7 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_andesite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_andesite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_dark_scoria_bricks.json b/src/generated/resources/assets/create/models/item/fancy_dark_scoria_bricks.json new file mode 100644 index 000000000..e08da3c8c --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_dark_scoria_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_dark_scoria_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_diorite_bricks.json b/src/generated/resources/assets/create/models/item/fancy_diorite_bricks.json new file mode 100644 index 000000000..c7a149ec4 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_diorite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_diorite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_dolomite_bricks.json b/src/generated/resources/assets/create/models/item/fancy_dolomite_bricks.json new file mode 100644 index 000000000..b0ae69428 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_dolomite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_dolomite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_gabbro_bricks.json b/src/generated/resources/assets/create/models/item/fancy_gabbro_bricks.json new file mode 100644 index 000000000..2ee629137 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_gabbro_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_gabbro_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_granite_bricks.json b/src/generated/resources/assets/create/models/item/fancy_granite_bricks.json new file mode 100644 index 000000000..23b226b3b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_granite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_granite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_limestone_bricks.json b/src/generated/resources/assets/create/models/item/fancy_limestone_bricks.json new file mode 100644 index 000000000..a2ec13171 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_limestone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_limestone_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_scoria_bricks.json b/src/generated/resources/assets/create/models/item/fancy_scoria_bricks.json new file mode 100644 index 000000000..06bb6dc46 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_scoria_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_scoria_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/fancy_weathered_limestone_bricks.json b/src/generated/resources/assets/create/models/item/fancy_weathered_limestone_bricks.json new file mode 100644 index 000000000..661252ad1 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/fancy_weathered_limestone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/fancy_weathered_limestone_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/gabbro.json b/src/generated/resources/assets/create/models/item/gabbro.json new file mode 100644 index 000000000..376c5994f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/gabbro_bricks.json b/src/generated/resources/assets/create/models/item/gabbro_bricks.json new file mode 100644 index 000000000..978238372 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/gabbro_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/gabbro_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/gabbro_cobblestone.json b/src/generated/resources/assets/create/models/item/gabbro_cobblestone.json new file mode 100644 index 000000000..52862a94d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/gabbro_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/gabbro_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/gabbro_pillar.json b/src/generated/resources/assets/create/models/item/gabbro_pillar.json new file mode 100644 index 000000000..12e9e95ab --- /dev/null +++ b/src/generated/resources/assets/create/models/item/gabbro_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/gabbro_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/granite_bricks.json b/src/generated/resources/assets/create/models/item/granite_bricks.json new file mode 100644 index 000000000..4d82fb17e --- /dev/null +++ b/src/generated/resources/assets/create/models/item/granite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/granite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/granite_cobblestone.json b/src/generated/resources/assets/create/models/item/granite_cobblestone.json new file mode 100644 index 000000000..14b49c22c --- /dev/null +++ b/src/generated/resources/assets/create/models/item/granite_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/granite_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/granite_pillar.json b/src/generated/resources/assets/create/models/item/granite_pillar.json new file mode 100644 index 000000000..3dc582261 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/granite_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/granite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_andesite.json b/src/generated/resources/assets/create/models/item/layered_andesite.json new file mode 100644 index 000000000..1694af8ea --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_andesite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_dark_scoria.json b/src/generated/resources/assets/create/models/item/layered_dark_scoria.json new file mode 100644 index 000000000..6a7ae223c --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_diorite.json b/src/generated/resources/assets/create/models/item/layered_diorite.json new file mode 100644 index 000000000..e68fc491f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_diorite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_dolomite.json b/src/generated/resources/assets/create/models/item/layered_dolomite.json new file mode 100644 index 000000000..0c0068768 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_gabbro.json b/src/generated/resources/assets/create/models/item/layered_gabbro.json new file mode 100644 index 000000000..dfed105f2 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_granite.json b/src/generated/resources/assets/create/models/item/layered_granite.json new file mode 100644 index 000000000..d50dd2106 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_granite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_limestone.json b/src/generated/resources/assets/create/models/item/layered_limestone.json new file mode 100644 index 000000000..e27f51da8 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_scoria.json b/src/generated/resources/assets/create/models/item/layered_scoria.json new file mode 100644 index 000000000..845b7c694 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/layered_weathered_limestone.json b/src/generated/resources/assets/create/models/item/layered_weathered_limestone.json new file mode 100644 index 000000000..f44ec5f43 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/layered_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/layered_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/limestone.json b/src/generated/resources/assets/create/models/item/limestone.json new file mode 100644 index 000000000..450a981f7 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/limestone_bricks.json b/src/generated/resources/assets/create/models/item/limestone_bricks.json new file mode 100644 index 000000000..c79154b59 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/limestone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/limestone_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/limestone_cobblestone.json b/src/generated/resources/assets/create/models/item/limestone_cobblestone.json new file mode 100644 index 000000000..1908a8f44 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/limestone_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/limestone_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/limestone_pillar.json b/src/generated/resources/assets/create/models/item/limestone_pillar.json new file mode 100644 index 000000000..ed8117d7e --- /dev/null +++ b/src/generated/resources/assets/create/models/item/limestone_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/limestone_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_andesite.json b/src/generated/resources/assets/create/models/item/mossy_andesite.json new file mode 100644 index 000000000..403ae24bf --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_andesite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_dark_scoria.json b/src/generated/resources/assets/create/models/item/mossy_dark_scoria.json new file mode 100644 index 000000000..c2adc46fb --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_diorite.json b/src/generated/resources/assets/create/models/item/mossy_diorite.json new file mode 100644 index 000000000..53bb0dd86 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_diorite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_dolomite.json b/src/generated/resources/assets/create/models/item/mossy_dolomite.json new file mode 100644 index 000000000..fa6695ff8 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_gabbro.json b/src/generated/resources/assets/create/models/item/mossy_gabbro.json new file mode 100644 index 000000000..5e1f13e9b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_granite.json b/src/generated/resources/assets/create/models/item/mossy_granite.json new file mode 100644 index 000000000..62f8f860c --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_granite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_limestone.json b/src/generated/resources/assets/create/models/item/mossy_limestone.json new file mode 100644 index 000000000..0c0176555 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_scoria.json b/src/generated/resources/assets/create/models/item/mossy_scoria.json new file mode 100644 index 000000000..59c045ce0 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mossy_weathered_limestone.json b/src/generated/resources/assets/create/models/item/mossy_weathered_limestone.json new file mode 100644 index 000000000..b6a696d7e --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mossy_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mossy_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_andesite.json b/src/generated/resources/assets/create/models/item/overgrown_andesite.json new file mode 100644 index 000000000..ba054bbb5 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_andesite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_dark_scoria.json b/src/generated/resources/assets/create/models/item/overgrown_dark_scoria.json new file mode 100644 index 000000000..64b244a8f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_diorite.json b/src/generated/resources/assets/create/models/item/overgrown_diorite.json new file mode 100644 index 000000000..41ecb1b5b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_diorite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_dolomite.json b/src/generated/resources/assets/create/models/item/overgrown_dolomite.json new file mode 100644 index 000000000..e8b557af6 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_gabbro.json b/src/generated/resources/assets/create/models/item/overgrown_gabbro.json new file mode 100644 index 000000000..cec0552ce --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_granite.json b/src/generated/resources/assets/create/models/item/overgrown_granite.json new file mode 100644 index 000000000..b8151d041 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_granite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_limestone.json b/src/generated/resources/assets/create/models/item/overgrown_limestone.json new file mode 100644 index 000000000..cd451aecd --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_scoria.json b/src/generated/resources/assets/create/models/item/overgrown_scoria.json new file mode 100644 index 000000000..07ec71bae --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/overgrown_weathered_limestone.json b/src/generated/resources/assets/create/models/item/overgrown_weathered_limestone.json new file mode 100644 index 000000000..667b0583f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/overgrown_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/overgrown_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_andesite.json b/src/generated/resources/assets/create/models/item/paved_andesite.json new file mode 100644 index 000000000..bbc863c98 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_andesite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_dark_scoria.json b/src/generated/resources/assets/create/models/item/paved_dark_scoria.json new file mode 100644 index 000000000..bbc4620da --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_diorite.json b/src/generated/resources/assets/create/models/item/paved_diorite.json new file mode 100644 index 000000000..49a6d3393 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_diorite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_dolomite.json b/src/generated/resources/assets/create/models/item/paved_dolomite.json new file mode 100644 index 000000000..e87d5fa15 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_gabbro.json b/src/generated/resources/assets/create/models/item/paved_gabbro.json new file mode 100644 index 000000000..9eb797b37 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_granite.json b/src/generated/resources/assets/create/models/item/paved_granite.json new file mode 100644 index 000000000..572320193 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_granite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_limestone.json b/src/generated/resources/assets/create/models/item/paved_limestone.json new file mode 100644 index 000000000..713eecf10 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_scoria.json b/src/generated/resources/assets/create/models/item/paved_scoria.json new file mode 100644 index 000000000..6b5ae6701 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/paved_weathered_limestone.json b/src/generated/resources/assets/create/models/item/paved_weathered_limestone.json new file mode 100644 index 000000000..e4c92b252 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/paved_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/paved_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_dark_scoria.json b/src/generated/resources/assets/create/models/item/polished_dark_scoria.json new file mode 100644 index 000000000..92736cbfd --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_dark_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_dark_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_dolomite.json b/src/generated/resources/assets/create/models/item/polished_dolomite.json new file mode 100644 index 000000000..b2f190e15 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_dolomite.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_dolomite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_gabbro.json b/src/generated/resources/assets/create/models/item/polished_gabbro.json new file mode 100644 index 000000000..db5e82a86 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_gabbro.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_gabbro" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_limestone.json b/src/generated/resources/assets/create/models/item/polished_limestone.json new file mode 100644 index 000000000..e0ba78145 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_scoria.json b/src/generated/resources/assets/create/models/item/polished_scoria.json new file mode 100644 index 000000000..a98f34e4a --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/polished_weathered_limestone.json b/src/generated/resources/assets/create/models/item/polished_weathered_limestone.json new file mode 100644 index 000000000..f951a8927 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/polished_weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/polished_weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/scoria.json b/src/generated/resources/assets/create/models/item/scoria.json new file mode 100644 index 000000000..f1fc1af40 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/scoria.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/scoria" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/scoria_bricks.json b/src/generated/resources/assets/create/models/item/scoria_bricks.json new file mode 100644 index 000000000..dbaf20e8d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/scoria_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/scoria_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/scoria_cobblestone.json b/src/generated/resources/assets/create/models/item/scoria_cobblestone.json new file mode 100644 index 000000000..c60ecbd5d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/scoria_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/scoria_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/scoria_pillar.json b/src/generated/resources/assets/create/models/item/scoria_pillar.json new file mode 100644 index 000000000..33f4ca690 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/scoria_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/scoria_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/weathered_limestone.json b/src/generated/resources/assets/create/models/item/weathered_limestone.json new file mode 100644 index 000000000..6057aebc7 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/weathered_limestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/weathered_limestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/weathered_limestone_bricks.json b/src/generated/resources/assets/create/models/item/weathered_limestone_bricks.json new file mode 100644 index 000000000..08389636d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/weathered_limestone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/weathered_limestone_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/weathered_limestone_cobblestone.json b/src/generated/resources/assets/create/models/item/weathered_limestone_cobblestone.json new file mode 100644 index 000000000..be41034b6 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/weathered_limestone_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/weathered_limestone_cobblestone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/weathered_limestone_pillar.json b/src/generated/resources/assets/create/models/item/weathered_limestone_pillar.json new file mode 100644 index 000000000..f1cfc898f --- /dev/null +++ b/src/generated/resources/assets/create/models/item/weathered_limestone_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/weathered_limestone_pillar" +} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/AllBlocks.java b/src/main/java/com/simibubi/create/AllBlocks.java index f8ba38871..2aeb6da3d 100644 --- a/src/main/java/com/simibubi/create/AllBlocks.java +++ b/src/main/java/com/simibubi/create/AllBlocks.java @@ -78,8 +78,6 @@ import com.simibubi.create.modules.palettes.CTGlassPaneBlock; import com.simibubi.create.modules.palettes.CTWindowBlock; import com.simibubi.create.modules.palettes.GlassPaneBlock; import com.simibubi.create.modules.palettes.HorizontalCTGlassBlock; -import com.simibubi.create.modules.palettes.LayeredCTBlock; -import com.simibubi.create.modules.palettes.ScoriaBlock; import com.simibubi.create.modules.palettes.VerticalCTGlassBlock; import com.tterrag.registrate.builders.BlockBuilder; import com.tterrag.registrate.builders.ItemBuilder; @@ -96,11 +94,9 @@ import net.minecraft.block.Block; import net.minecraft.block.Block.Properties; import net.minecraft.block.BlockState; import net.minecraft.block.Blocks; -import net.minecraft.block.FallingBlock; import net.minecraft.block.FenceBlock; import net.minecraft.block.FenceGateBlock; import net.minecraft.block.GlassBlock; -import net.minecraft.block.RotatedPillarBlock; import net.minecraft.block.SlabBlock; import net.minecraft.block.WallBlock; import net.minecraft.client.Minecraft; @@ -155,7 +151,8 @@ public enum AllBlocks implements NonNullSupplier { ROPE_PULLEY(PulleyBlock::new), ROPE(PulleyBlock.RopeBlock::new, ComesWith.NO_BLOCKITEM), PULLEY_MAGNET(PulleyBlock.MagnetBlock::new, ComesWith.NO_BLOCKITEM), - CART_ASSEMBLER(CartAssemblerBlock::new, ITaggable.create().withVanillaTags(ITaggable.BLOCK, "rails")), + CART_ASSEMBLER(CartAssemblerBlock::new, ITaggable.create() + .withVanillaTags(ITaggable.BLOCK, "rails")), MINECART_ANCHOR(MinecartAnchorBlock::new, ComesWith.NO_BLOCKITEM), TRANSLATION_CHASSIS(LinearChassisBlock::new), TRANSLATION_CHASSIS_SECONDARY(LinearChassisBlock::new), @@ -205,17 +202,19 @@ public enum AllBlocks implements NonNullSupplier { _3_(Sections.MATERIALS), - COPPER_ORE(() -> new OxidizingBlock(Properties.from(Blocks.IRON_ORE), 1), - ITaggable.create().withForgeTags("ores/copper")), - ZINC_ORE(() -> new Block(Properties.from(Blocks.GOLD_ORE).harvestLevel(2).harvestTool(ToolType.PICKAXE)), - ITaggable.create().withForgeTags("ores/zinc")), - COPPER_BLOCK(() -> new OxidizingBlock(Properties.from(Blocks.IRON_BLOCK), 1 / 32f), - ITaggable.create().withForgeTags("storage_blocks/copper")), + COPPER_ORE(() -> new OxidizingBlock(Properties.from(Blocks.IRON_ORE), 1), ITaggable.create() + .withForgeTags("ores/copper")), + ZINC_ORE(() -> new Block(Properties.from(Blocks.GOLD_ORE) + .harvestLevel(2) + .harvestTool(ToolType.PICKAXE)), ITaggable.create() + .withForgeTags("ores/zinc")), + COPPER_BLOCK(() -> new OxidizingBlock(Properties.from(Blocks.IRON_BLOCK), 1 / 32f), ITaggable.create() + .withForgeTags("storage_blocks/copper")), COPPER_SHINGLES(() -> new OxidizingBlock(Properties.from(Blocks.IRON_BLOCK), 1 / 32f)), - ZINC_BLOCK(() -> new Block(Properties.from(Blocks.IRON_BLOCK)), - ITaggable.create().withForgeTags("storage_blocks/zinc")), - BRASS_BLOCK(() -> new Block(Properties.from(Blocks.IRON_BLOCK)), - ITaggable.create().withForgeTags("storage_blocks/brass")), + ZINC_BLOCK(() -> new Block(Properties.from(Blocks.IRON_BLOCK)), ITaggable.create() + .withForgeTags("storage_blocks/zinc")), + BRASS_BLOCK(() -> new Block(Properties.from(Blocks.IRON_BLOCK)), ITaggable.create() + .withForgeTags("storage_blocks/brass")), _4_(Sections.CURIOSITIES), @@ -223,7 +222,8 @@ public enum AllBlocks implements NonNullSupplier { SYMMETRY_CROSSPLANE(CrossPlaneSymmetryBlock::new, ComesWith.NO_BLOCKITEM), SYMMETRY_TRIPLEPLANE(TriplePlaneSymmetryBlock::new, ComesWith.NO_BLOCKITEM), WINDOW_IN_A_BLOCK(WindowInABlockBlock::new, ComesWith.NO_BLOCKITEM), - COCOA_LOG(CocoaLogBlock::new, ITaggable.create().withVanillaTags(ITaggable.BLOCK, "jungle_logs")), + COCOA_LOG(CocoaLogBlock::new, ITaggable.create() + .withVanillaTags(ITaggable.BLOCK, "jungle_logs")), _5_(Sections.SCHEMATICS), @@ -233,8 +233,9 @@ public enum AllBlocks implements NonNullSupplier { _6_(Sections.PALETTES), - TILED_GLASS(() -> new GlassBlock(Properties.from(Blocks.GLASS)), - ITaggable.create().withVanillaTags(ITaggable.BLOCK, "impermeable").withForgeTags("glass")), + TILED_GLASS(() -> new GlassBlock(Properties.from(Blocks.GLASS)), ITaggable.create() + .withVanillaTags(ITaggable.BLOCK, "impermeable") + .withForgeTags("glass")), FRAMED_GLASS(() -> new CTGlassBlock(AllCTs.FRAMED_GLASS, false)), HORIZONTAL_FRAMED_GLASS( () -> new HorizontalCTGlassBlock(AllCTs.HORIZONTAL_FRAMED_GLASS, AllCTs.FRAMED_GLASS, false)), @@ -248,8 +249,8 @@ public enum AllBlocks implements NonNullSupplier { ACACIA_GLASS(() -> new CTWindowBlock(AllCTs.ACACIA_GLASS, false)), IRON_GLASS(() -> new CTWindowBlock(AllCTs.IRON_GLASS, false)), - TILED_GLASS_PANE(() -> new GlassPaneBlock(Properties.from(Blocks.GLASS)), - ITaggable.create().withForgeTags("glass_panes")), + TILED_GLASS_PANE(() -> new GlassPaneBlock(Properties.from(Blocks.GLASS)), ITaggable.create() + .withForgeTags("glass_panes")), FRAMED_GLASS_PANE(() -> new CTGlassPaneBlock(FRAMED_GLASS.get())), HORIZONTAL_FRAMED_GLASS_PANE(() -> new CTGlassPaneBlock(HORIZONTAL_FRAMED_GLASS.get())), VERTICAL_FRAMED_GLASS_PANE(() -> new CTGlassPaneBlock(VERTICAL_FRAMED_GLASS.get())), @@ -261,70 +262,70 @@ public enum AllBlocks implements NonNullSupplier { ACACIA_GLASS_PANE(() -> new CTGlassPaneBlock(ACACIA_GLASS.get())), IRON_GLASS_PANE(() -> new CTGlassPaneBlock(IRON_GLASS.get())), - GRANITE_BRICKS(() -> new Block(Properties.from(Blocks.GRANITE))), - GRANITE_LAYERS( - () -> new LayeredCTBlock(Properties.from(Blocks.GRANITE), AllCTs.GRANITE_LAYERS, AllCTs.POLISHED_GRANITE)), - DIORITE_BRICKS(() -> new Block(Properties.from(Blocks.DIORITE))), - DIORITE_LAYERS( - () -> new LayeredCTBlock(Properties.from(Blocks.DIORITE), AllCTs.DIORITE_LAYERS, AllCTs.POLISHED_DIORITE)), - ANDESITE_BRICKS(() -> new Block(Properties.from(Blocks.ANDESITE))), - ANDESITE_LAYERS(() -> new LayeredCTBlock(Properties.from(Blocks.ANDESITE), AllCTs.ANDESITE_LAYERS, - AllCTs.POLISHED_ANDESITE)), +// GRANITE_BRICKS(() -> new Block(Properties.from(Blocks.GRANITE))), +// GRANITE_LAYERS( +// () -> new LayeredCTBlock(Properties.from(Blocks.GRANITE), AllCTs.GRANITE_LAYERS, AllCTs.POLISHED_GRANITE)), +// DIORITE_BRICKS(() -> new Block(Properties.from(Blocks.DIORITE))), +// DIORITE_LAYERS( +// () -> new LayeredCTBlock(Properties.from(Blocks.DIORITE), AllCTs.DIORITE_LAYERS, AllCTs.POLISHED_DIORITE)), +// ANDESITE_BRICKS(() -> new Block(Properties.from(Blocks.ANDESITE))), +// ANDESITE_LAYERS(() -> new LayeredCTBlock(Properties.from(Blocks.ANDESITE), AllCTs.ANDESITE_LAYERS, +// AllCTs.POLISHED_ANDESITE)), +// +// GABBRO(() -> new Block(Properties.from(Blocks.GRANITE)), ITaggable.create().withForgeTags("stone"), +// ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), +// POLISHED_GABBRO(() -> new Block(Properties.from(GABBRO.get())), ITaggable.create().withForgeTags("stone")), +// GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get())), ComesWith.STAIRS, ComesWith.WALL), +// PAVED_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get())), ComesWith.SLAB), +// INDENTED_GABBRO(() -> new Block(Properties.from(GABBRO.get())), ComesWith.SLAB), +// SLIGHTLY_MOSSY_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get()))), +// MOSSY_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get()))), +// GABBRO_LAYERS( +// () -> new LayeredCTBlock(Properties.from(GABBRO.get()), AllCTs.GABBRO_LAYERS, AllCTs.POLISHED_GABBRO)), +// +// DOLOMITE(() -> new Block(Properties.from(Blocks.QUARTZ_BLOCK)), ITaggable.create().withForgeTags("stone"), +// ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), +// DOLOMITE_BRICKS(() -> new Block(Properties.from(DOLOMITE.get()))), +// POLISHED_DOLOMITE(() -> new Block(Properties.from(DOLOMITE.get())), ITaggable.create().withForgeTags("stone")), +// DOLOMITE_PILLAR(() -> new RotatedPillarBlock(Properties.from(DOLOMITE.get()))), +// DOLOMITE_LAYERS(() -> new LayeredCTBlock(Properties.from(DOLOMITE.get()), AllCTs.DOLOMITE_LAYERS, +// AllCTs.POLISHED_DOLOMITE)), - GABBRO(() -> new Block(Properties.from(Blocks.GRANITE)), ITaggable.create().withForgeTags("stone"), - ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - POLISHED_GABBRO(() -> new Block(Properties.from(GABBRO.get())), ITaggable.create().withForgeTags("stone")), - GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get())), ComesWith.STAIRS, ComesWith.WALL), - PAVED_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get())), ComesWith.SLAB), - INDENTED_GABBRO(() -> new Block(Properties.from(GABBRO.get())), ComesWith.SLAB), - SLIGHTLY_MOSSY_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get()))), - MOSSY_GABBRO_BRICKS(() -> new Block(Properties.from(GABBRO.get()))), - GABBRO_LAYERS( - () -> new LayeredCTBlock(Properties.from(GABBRO.get()), AllCTs.GABBRO_LAYERS, AllCTs.POLISHED_GABBRO)), - - DOLOMITE(() -> new Block(Properties.from(Blocks.QUARTZ_BLOCK)), ITaggable.create().withForgeTags("stone"), - ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - DOLOMITE_BRICKS(() -> new Block(Properties.from(DOLOMITE.get()))), - POLISHED_DOLOMITE(() -> new Block(Properties.from(DOLOMITE.get())), ITaggable.create().withForgeTags("stone")), - DOLOMITE_PILLAR(() -> new RotatedPillarBlock(Properties.from(DOLOMITE.get()))), - DOLOMITE_LAYERS(() -> new LayeredCTBlock(Properties.from(DOLOMITE.get()), AllCTs.DOLOMITE_LAYERS, - AllCTs.POLISHED_DOLOMITE)), - - LIMESAND(() -> new FallingBlock(Properties.from(Blocks.SAND))), - LIMESTONE(() -> new Block(Properties.from(Blocks.SANDSTONE)), ITaggable.create().withForgeTags("stone"), - ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - LIMESTONE_BRICKS(() -> new Block(Properties.from(LIMESTONE.get())), ComesWith.STAIRS, ComesWith.SLAB, - ComesWith.WALL), - POLISHED_LIMESTONE(() -> new Block(Properties.from(LIMESTONE.get())), ITaggable.create().withForgeTags("stone"), - ComesWith.SLAB), - LIMESTONE_PILLAR(() -> new RotatedPillarBlock(Properties.from(LIMESTONE.get()))), - LIMESTONE_LAYERS(() -> new LayeredCTBlock(Properties.from(LIMESTONE.get()), AllCTs.LIMESTONE_LAYERS, - AllCTs.POLISHED_LIMESTONE)), - WEATHERED_LIMESTONE(() -> new Block(Properties.from(Blocks.ANDESITE)), ITaggable.create().withForgeTags("stone"), - ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - WEATHERED_LIMESTONE_BRICKS(() -> new Block(Properties.from(WEATHERED_LIMESTONE.get())), ComesWith.STAIRS, - ComesWith.SLAB, ComesWith.WALL), - POLISHED_WEATHERED_LIMESTONE(() -> new Block(Properties.from(WEATHERED_LIMESTONE.get())), - ITaggable.create().withForgeTags("stone"), ComesWith.SLAB), - WEATHERED_LIMESTONE_PILLAR(() -> new RotatedPillarBlock(Properties.from(WEATHERED_LIMESTONE.get()))), - WEATHERED_LIMESTONE_LAYERS(() -> new LayeredCTBlock(Properties.from(WEATHERED_LIMESTONE.get()), - AllCTs.WEATHERED_LIMESTONE_LAYERS, AllCTs.POLISHED_WEATHERED_LIMESTONE)), - - NATURAL_SCORIA(ScoriaBlock::new), - SCORIA(() -> new Block(Properties.from(Blocks.ANDESITE)), ITaggable.create().withForgeTags("stone"), - ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - POLISHED_SCORIA(() -> new Block(Properties.from(SCORIA.get())), ITaggable.create().withForgeTags("stone"), - ComesWith.SLAB), - SCORIA_BRICKS(() -> new Block(Properties.from(SCORIA.get()))), - SCORIA_LAYERS( - () -> new LayeredCTBlock(Properties.from(SCORIA.get()), AllCTs.SCORIA_LAYERS, AllCTs.POLISHED_SCORIA)), - SCORIA_PILLAR(() -> new RotatedPillarBlock(Properties.from(SCORIA.get()))), - - DARK_SCORIA(() -> new Block(Properties.from(Blocks.ANDESITE))), - POLISHED_DARK_SCORIA(() -> new Block(Properties.from(DARK_SCORIA.get()))), - DARK_SCORIA_TILES(() -> new Block(Properties.from(DARK_SCORIA.get())), ComesWith.STAIRS, ComesWith.SLAB), - DARK_SCORIA_BRICKS(() -> new Block(Properties.from(DARK_SCORIA.get())), ComesWith.STAIRS, ComesWith.SLAB, - ComesWith.WALL), +// LIMESAND(() -> new FallingBlock(Properties.from(Blocks.SAND))), +// LIMESTONE(() -> new Block(Properties.from(Blocks.SANDSTONE)), ITaggable.create().withForgeTags("stone"), +// ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), +// LIMESTONE_BRICKS(() -> new Block(Properties.from(LIMESTONE.get())), ComesWith.STAIRS, ComesWith.SLAB, +// ComesWith.WALL), +// POLISHED_LIMESTONE(() -> new Block(Properties.from(LIMESTONE.get())), ITaggable.create().withForgeTags("stone"), +// ComesWith.SLAB), +// LIMESTONE_PILLAR(() -> new RotatedPillarBlock(Properties.from(LIMESTONE.get()))), +// LIMESTONE_LAYERS(() -> new LayeredCTBlock(Properties.from(LIMESTONE.get()), AllCTs.LIMESTONE_LAYERS, +// AllCTs.POLISHED_LIMESTONE)), +// WEATHERED_LIMESTONE(() -> new Block(Properties.from(Blocks.ANDESITE)), ITaggable.create().withForgeTags("stone"), +// ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), +// WEATHERED_LIMESTONE_BRICKS(() -> new Block(Properties.from(WEATHERED_LIMESTONE.get())), ComesWith.STAIRS, +// ComesWith.SLAB, ComesWith.WALL), +// POLISHED_WEATHERED_LIMESTONE(() -> new Block(Properties.from(WEATHERED_LIMESTONE.get())), +// ITaggable.create().withForgeTags("stone"), ComesWith.SLAB), +// WEATHERED_LIMESTONE_PILLAR(() -> new RotatedPillarBlock(Properties.from(WEATHERED_LIMESTONE.get()))), +// WEATHERED_LIMESTONE_LAYERS(() -> new LayeredCTBlock(Properties.from(WEATHERED_LIMESTONE.get()), +// AllCTs.WEATHERED_LIMESTONE_LAYERS, AllCTs.POLISHED_WEATHERED_LIMESTONE)), +// +// NATURAL_SCORIA(ScoriaBlock::new), +// SCORIA(() -> new Block(Properties.from(Blocks.ANDESITE)), ITaggable.create().withForgeTags("stone"), +// ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), +// POLISHED_SCORIA(() -> new Block(Properties.from(SCORIA.get())), ITaggable.create().withForgeTags("stone"), +// ComesWith.SLAB), +// SCORIA_BRICKS(() -> new Block(Properties.from(SCORIA.get()))), +// SCORIA_LAYERS( +// () -> new LayeredCTBlock(Properties.from(SCORIA.get()), AllCTs.SCORIA_LAYERS, AllCTs.POLISHED_SCORIA)), +// SCORIA_PILLAR(() -> new RotatedPillarBlock(Properties.from(SCORIA.get()))), +// +// DARK_SCORIA(() -> new Block(Properties.from(Blocks.ANDESITE))), +// POLISHED_DARK_SCORIA(() -> new Block(Properties.from(DARK_SCORIA.get()))), +// DARK_SCORIA_TILES(() -> new Block(Properties.from(DARK_SCORIA.get())), ComesWith.STAIRS, ComesWith.SLAB), +// DARK_SCORIA_BRICKS(() -> new Block(Properties.from(DARK_SCORIA.get())), ComesWith.STAIRS, ComesWith.SLAB, +// ComesWith.WALL), ; @@ -337,10 +338,12 @@ public enum AllBlocks implements NonNullSupplier { public final Sections section; AllBlocks(Sections section) { - Create.registrate().startSection(section); + Create.registrate() + .startSection(section); this.block = null; this.alsoRegistered = ImmutableList.of(); - this.section = Create.registrate().currentSection(); + this.section = Create.registrate() + .currentSection(); } AllBlocks(NonNullSupplier block, ComesWith... comesWith) { @@ -360,13 +363,16 @@ public enum AllBlocks implements NonNullSupplier { AllBlocks(NonNullSupplier block, NonNullBiFunction customItemCreator, ITaggable tags, ComesWith... comesWith) { - this.section = Create.registrate().currentSection(); + this.section = Create.registrate() + .currentSection(); - this.block = Create.registrate().block(Lang.asId(name()), $ -> block.get()) // TODO take properties as input + this.block = Create.registrate() + .block(Lang.asId(name()), $ -> block.get()) // TODO take properties as input .blockstate(NonNullBiConsumer.noop()) // TODO .loot(NonNullBiConsumer.noop()) // TODO .setData(ProviderType.LANG, NonNullBiConsumer.noop()) // TODO - .transform(applyTags(tags)).transform(b -> registerItemBlock(b, customItemCreator, comesWith)) + .transform(applyTags(tags)) + .transform(b -> registerItemBlock(b, customItemCreator, comesWith)) .register(); ImmutableList.Builder> alsoRegistered = ImmutableList.builder(); @@ -378,8 +384,7 @@ public enum AllBlocks implements NonNullSupplier { this.alsoRegistered = alsoRegistered.build(); } - public static void register() { - } + public static void register() {} public BlockBuilder registerItemBlock(BlockBuilder builder, NonNullBiFunction customItemCreator, @@ -395,7 +400,8 @@ public enum AllBlocks implements NonNullSupplier { ItemBuilder> itemBuilder = customItemCreator == null ? builder.item() : builder.item(customItemCreator); return itemBuilder.model(NonNullBiConsumer.noop()) // TODO - .properties($ -> AllItems.includeInItemGroup()).build(); + .properties($ -> AllItems.includeInItemGroup()) + .build(); } @Override @@ -440,26 +446,39 @@ public enum AllBlocks implements NonNullSupplier { throw new IllegalArgumentException("Unknown ComesWith type?"); } - return Create.registrate().block(block.getId().getPath() + "_" + Lang.asId(feature.name()), creator) + return Create.registrate() + .block(block.getId() + .getPath() + "_" + Lang.asId(feature.name()), creator) .blockstate(NonNullBiConsumer.noop()) // TODO .loot(NonNullBiConsumer.noop()) // TODO - .item().model(NonNullBiConsumer.noop()) // TODO - .build().transform(b -> tag != null ? b.tag(tag) : b).register(); + .item() + .model(NonNullBiConsumer.noop()) // TODO + .build() + .transform(b -> tag != null ? b.tag(tag) : b) + .register(); } private NonNullUnaryOperator> applyTags(ITaggable tags) { return b -> { - tags.getDataTags(ITaggable.BLOCK).forEach(b::tag); + tags.getDataTags(ITaggable.BLOCK) + .forEach(b::tag); return b; }; } + //TODO better place for block color handlers + item colors @OnlyIn(Dist.CLIENT) public static void registerColorHandlers() { - BlockColors blockColors = Minecraft.getInstance().getBlockColors(); - for (AllBlocks block : values()) { - if (block.get() instanceof IHaveColorHandler) { + BlockColors blockColors = Minecraft.getInstance() + .getBlockColors(); + for (AllBlocks block : values()) + if (block.get() instanceof IHaveColorHandler) blockColors.register(((IHaveColorHandler) block.get()).getColorHandler(), block.get()); + for (RegistryEntry registryEntry : Create.palettesRegistrate() + .getAll(Block.class)) { + Block blockEntry = registryEntry.get(); + if (blockEntry instanceof IHaveColorHandler) { + blockColors.register(((IHaveColorHandler) blockEntry).getColorHandler(), blockEntry); } } } diff --git a/src/main/java/com/simibubi/create/AllBlocksNew.java b/src/main/java/com/simibubi/create/AllBlocksNew.java index 601320d54..12e05297a 100644 --- a/src/main/java/com/simibubi/create/AllBlocksNew.java +++ b/src/main/java/com/simibubi/create/AllBlocksNew.java @@ -104,6 +104,6 @@ public class AllBlocksNew { .build() .register(); - public static void register() { - } + public static void register() {} + } diff --git a/src/main/java/com/simibubi/create/Create.java b/src/main/java/com/simibubi/create/Create.java index c3c4adcec..0730aae9a 100644 --- a/src/main/java/com/simibubi/create/Create.java +++ b/src/main/java/com/simibubi/create/Create.java @@ -10,7 +10,9 @@ import com.simibubi.create.foundation.command.ServerLagger; import com.simibubi.create.foundation.world.AllWorldFeatures; import com.simibubi.create.modules.contraptions.TorquePropagator; import com.simibubi.create.modules.logistics.RedstoneLinkNetworkHandler; +import com.simibubi.create.modules.palettes.AllPaletteBlocks; import com.simibubi.create.modules.palettes.PalettesItemGroup; +import com.simibubi.create.modules.palettes.PalettesRegistrate; import com.simibubi.create.modules.schematics.ServerSchematicLoader; import com.tterrag.registrate.util.NonNullLazyValue; @@ -21,6 +23,7 @@ import net.minecraft.item.ItemGroup; import net.minecraft.item.crafting.IRecipeSerializer; import net.minecraft.particles.ParticleType; import net.minecraft.tileentity.TileEntityType; +import net.minecraft.util.ResourceLocation; import net.minecraft.util.SoundEvent; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.eventbus.api.IEventBus; @@ -46,6 +49,7 @@ public class Create { public static ServerLagger lagger; private static final NonNullLazyValue registrate = CreateRegistrate.lazy(ID); + private static final NonNullLazyValue palettesRegistrate = PalettesRegistrate.lazy(ID); public Create() { IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); @@ -54,6 +58,7 @@ public class Create { MinecraftForge.EVENT_BUS.addListener(Create::serverStarting); AllBlocksNew.register(); + AllPaletteBlocks.register(); AllBlocks.register(); // modEventBus.addGenericListener(Block.class, AllBlocks::register); modEventBus.addGenericListener(Item.class, AllItems::register); @@ -102,4 +107,13 @@ public class Create { public static CreateRegistrate registrate() { return registrate.get(); } + + public static PalettesRegistrate palettesRegistrate() { + return palettesRegistrate.get(); + } + + public static ResourceLocation asResource(String path) { + return new ResourceLocation(ID, path); + } + } diff --git a/src/main/java/com/simibubi/create/CreateClient.java b/src/main/java/com/simibubi/create/CreateClient.java index 795d5a420..53004e33e 100644 --- a/src/main/java/com/simibubi/create/CreateClient.java +++ b/src/main/java/com/simibubi/create/CreateClient.java @@ -22,7 +22,7 @@ import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.BlockModelShapes; import net.minecraft.client.renderer.model.IBakedModel; import net.minecraft.client.renderer.model.ModelResourceLocation; -import net.minecraft.client.renderer.texture.AtlasTexture; +import net.minecraft.inventory.container.PlayerContainer; import net.minecraft.resources.IReloadableResourceManager; import net.minecraft.resources.IResourceManager; import net.minecraft.util.ResourceLocation; @@ -69,7 +69,8 @@ public class CreateClient { AllBlocks.registerColorHandlers(); AllEntities.registerRenderers(); - IResourceManager resourceManager = Minecraft.getInstance().getResourceManager(); + IResourceManager resourceManager = Minecraft.getInstance() + .getResourceManager(); if (resourceManager instanceof IReloadableResourceManager) ((IReloadableResourceManager) resourceManager).addReloadListener(new ResourceReloadHandler()); } @@ -83,7 +84,7 @@ public class CreateClient { @OnlyIn(Dist.CLIENT) public static void onTextureStitch(TextureStitchEvent.Pre event) { - if (!event.getMap().getId().equals(AtlasTexture.LOCATION_BLOCKS_TEXTURE)) + if (!event.getMap().getId().equals(PlayerContainer.BLOCK_ATLAS_TEXTURE)) return; event.addSprite(new ResourceLocation(Create.ID, "block/belt_animated")); @@ -111,7 +112,8 @@ public class CreateClient { for (AllItems item : AllItems.values()) { if (item.get() instanceof IHaveCustomItemModel) swapModels(modelRegistry, getItemModelLocation(item), - m -> ((IHaveCustomItemModel) item.get()).createModel(m).loadPartials(event)); + m -> ((IHaveCustomItemModel) item.get()).createModel(m) + .loadPartials(event)); } } @@ -122,28 +124,34 @@ public class CreateClient { // Register submodels for custom rendered item models for (AllItems item : AllItems.values()) { if (item.get() instanceof IHaveCustomItemModel) - ((IHaveCustomItemModel) item.get()).createModel(null).getModelLocations() + ((IHaveCustomItemModel) item.get()).createModel(null) + .getModelLocations() .forEach(ModelLoader::addSpecialModel); } } @OnlyIn(Dist.CLIENT) protected static ModelResourceLocation getItemModelLocation(AllItems item) { - return new ModelResourceLocation(item.get().getRegistryName(), "inventory"); + return new ModelResourceLocation(item.get() + .getRegistryName(), "inventory"); } @OnlyIn(Dist.CLIENT) protected static List getAllBlockStateModelLocations(AllBlocks block) { List models = new ArrayList<>(); - block.get().getStateContainer().getValidStates().forEach(state -> { - models.add(getBlockModelLocation(block, BlockModelShapes.getPropertyMapString(state.getValues()))); - }); + block.get() + .getStateContainer() + .getValidStates() + .forEach(state -> { + models.add(getBlockModelLocation(block, BlockModelShapes.getPropertyMapString(state.getValues()))); + }); return models; } @OnlyIn(Dist.CLIENT) protected static ModelResourceLocation getBlockModelLocation(AllBlocks block, String suffix) { - return new ModelResourceLocation(block.get().getRegistryName(), suffix); + return new ModelResourceLocation(block.get() + .getRegistryName(), suffix); } @OnlyIn(Dist.CLIENT) diff --git a/src/main/java/com/simibubi/create/CreateItemGroup.java b/src/main/java/com/simibubi/create/CreateItemGroup.java index dfa4544da..64318e0e2 100644 --- a/src/main/java/com/simibubi/create/CreateItemGroup.java +++ b/src/main/java/com/simibubi/create/CreateItemGroup.java @@ -1,6 +1,7 @@ package com.simibubi.create; -import com.simibubi.create.modules.Sections; +import java.util.Collection; + import com.tterrag.registrate.util.entry.RegistryEntry; import net.minecraft.block.Block; @@ -13,15 +14,8 @@ public class CreateItemGroup extends CreateItemGroupBase { } @Override - protected boolean shouldAdd(RegistryEntry block) { - Sections section = Create.registrate() - .getSection(block); - return section != Sections.PALETTES; - } - - @Override - protected boolean shouldAdd(AllItems item) { - return item.section != Sections.PALETTES; + protected Collection> getBlocks() { + return Create.registrate().getAll(Block.class); } @Override diff --git a/src/main/java/com/simibubi/create/CreateItemGroupBase.java b/src/main/java/com/simibubi/create/CreateItemGroupBase.java index 8f4e23797..866db5ca3 100644 --- a/src/main/java/com/simibubi/create/CreateItemGroupBase.java +++ b/src/main/java/com/simibubi/create/CreateItemGroupBase.java @@ -1,5 +1,7 @@ package com.simibubi.create; +import java.util.Collection; + import com.tterrag.registrate.util.entry.RegistryEntry; import net.minecraft.block.Block; @@ -30,10 +32,7 @@ public abstract class CreateItemGroupBase extends ItemGroup { @OnlyIn(Dist.CLIENT) public void addBlocks(NonNullList items) { - for (RegistryEntry entry : Create.registrate() - .getAll(Block.class)) { - if (!shouldAdd(entry)) - continue; + for (RegistryEntry entry : getBlocks()) { Block def = entry.get(); if (def == null) continue; @@ -42,10 +41,8 @@ public abstract class CreateItemGroupBase extends ItemGroup { def.fillItemGroup(this, items); } } - - protected abstract boolean shouldAdd(RegistryEntry block); - - protected abstract boolean shouldAdd(AllItems item); + + protected abstract Collection> getBlocks(); @OnlyIn(Dist.CLIENT) public void addItems(NonNullList items, boolean specialItems) { @@ -53,8 +50,6 @@ public abstract class CreateItemGroupBase extends ItemGroup { .getItemRenderer(); for (AllItems item : AllItems.values()) { - if (!shouldAdd(item)) - continue; if (item.get() == null) continue; IBakedModel model = diff --git a/src/main/java/com/simibubi/create/CreateRegistrate.java b/src/main/java/com/simibubi/create/CreateRegistrate.java index 0638a9ac4..0567cce41 100644 --- a/src/main/java/com/simibubi/create/CreateRegistrate.java +++ b/src/main/java/com/simibubi/create/CreateRegistrate.java @@ -59,6 +59,10 @@ public class CreateRegistrate extends AbstractRegistrate { sectionLookup.put(ret, currentSection()); return ret; } + + public void addToSection(RegistryEntry entry, Sections section) { + sectionLookup.put(entry, section); + } public Sections getSection(RegistryEntry entry) { return sectionLookup.getOrDefault(entry, Sections.UNASSIGNED); diff --git a/src/main/java/com/simibubi/create/foundation/utility/data/BlockStateGen.java b/src/main/java/com/simibubi/create/foundation/utility/data/BlockStateGen.java index 9f8bc4fd2..bb8a550a0 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/data/BlockStateGen.java +++ b/src/main/java/com/simibubi/create/foundation/utility/data/BlockStateGen.java @@ -3,6 +3,7 @@ package com.simibubi.create.foundation.utility.data; import java.util.function.Function; +import com.simibubi.create.modules.palettes.PavedBlock; import com.tterrag.registrate.providers.DataGenContext; import com.tterrag.registrate.providers.RegistrateBlockstateProvider; import com.tterrag.registrate.util.nullness.NonNullBiConsumer; @@ -35,4 +36,18 @@ public class BlockStateGen { }); } + public static void cubeAll(DataGenContext ctx, RegistrateBlockstateProvider prov, + String texturePath) { + prov.simpleBlock(ctx.get(), prov.models() + .cubeAll(ctx.getName(), prov.modLoc(texturePath))); + } + + public static void pavedBlock(DataGenContext ctx, RegistrateBlockstateProvider prov, + ModelFile top, ModelFile covered) { + prov.getVariantBuilder(ctx.getEntry()) + .forAllStates(state -> ConfiguredModel.builder() + .modelFile(state.get(PavedBlock.COVERED) ? covered : top) + .build()); + } + } diff --git a/src/main/java/com/simibubi/create/foundation/utility/data/ModelGen.java b/src/main/java/com/simibubi/create/foundation/utility/data/ModelGen.java new file mode 100644 index 000000000..8ccc9de1a --- /dev/null +++ b/src/main/java/com/simibubi/create/foundation/utility/data/ModelGen.java @@ -0,0 +1,29 @@ +package com.simibubi.create.foundation.utility.data; + +import com.simibubi.create.Create; +import com.tterrag.registrate.providers.DataGenContext; + +import net.minecraft.block.Block; +import net.minecraft.util.ResourceLocation; +import net.minecraftforge.client.model.generators.BlockStateProvider; +import net.minecraftforge.client.model.generators.ModelFile; + +public class ModelGen { + + public static ModelFile createOvergrown(DataGenContext ctx, BlockStateProvider prov, + ResourceLocation block, ResourceLocation overlay) { + return createOvergrown(ctx, prov, block, block, block, overlay); + } + + public static ModelFile createOvergrown(DataGenContext ctx, BlockStateProvider prov, + ResourceLocation side, ResourceLocation top, ResourceLocation bottom, ResourceLocation overlay) { + return prov.models() + .withExistingParent(ctx.getName(), new ResourceLocation(Create.ID, "block/overgrown")) + .texture("particle", side) + .texture("side", side) + .texture("top", top) + .texture("bottom", bottom) + .texture("overlay", overlay); + } + +} diff --git a/src/main/java/com/simibubi/create/foundation/world/AllWorldFeatures.java b/src/main/java/com/simibubi/create/foundation/world/AllWorldFeatures.java index 1adff8170..ed9a4e833 100644 --- a/src/main/java/com/simibubi/create/foundation/world/AllWorldFeatures.java +++ b/src/main/java/com/simibubi/create/foundation/world/AllWorldFeatures.java @@ -10,6 +10,7 @@ import java.util.Optional; import com.simibubi.create.AllBlocks; import com.simibubi.create.foundation.utility.Lang; +import com.simibubi.create.modules.palettes.AllPaletteBlocks; import net.minecraft.world.biome.Biome; import net.minecraft.world.biome.Biomes; @@ -25,11 +26,11 @@ public enum AllWorldFeatures { ZINC_ORE(new CountedOreFeature(AllBlocks.ZINC_ORE, 14, 4).between(15, 70)), ZINC_ORE_DESERT(new CountedOreFeature(AllBlocks.ZINC_ORE, 17, 5).between(10, 85).inBiomes(DESERT)), - LIMESTONE(new ChanceOreFeature(AllBlocks.LIMESTONE, 128, 1 / 32f).between(30, 70)), - WEATHERED_LIMESTONE(new ChanceOreFeature(AllBlocks.WEATHERED_LIMESTONE, 128, 1 / 32f).between(10, 30)), - DOLOMITE(new ChanceOreFeature(AllBlocks.DOLOMITE, 128, 1 / 64f).between(20, 70)), - GABBRO(new ChanceOreFeature(AllBlocks.GABBRO, 128, 1 / 64f).between(20, 70)), - SCORIA(new ChanceOreFeature(AllBlocks.NATURAL_SCORIA, 128, 1 / 32f).between(0, 10)), + LIMESTONE(new ChanceOreFeature(AllPaletteBlocks.LIMESTONE, 128, 1 / 32f).between(30, 70)), + WEATHERED_LIMESTONE(new ChanceOreFeature(AllPaletteBlocks.WEATHERED_LIMESTONE, 128, 1 / 32f).between(10, 30)), + DOLOMITE(new ChanceOreFeature(AllPaletteBlocks.DOLOMITE, 128, 1 / 64f).between(20, 70)), + GABBRO(new ChanceOreFeature(AllPaletteBlocks.GABBRO, 128, 1 / 64f).between(20, 70)), + SCORIA(new ChanceOreFeature(AllPaletteBlocks.NATURAL_SCORIA, 128, 1 / 32f).between(0, 10)), ; diff --git a/src/main/java/com/simibubi/create/foundation/world/ChanceOreFeature.java b/src/main/java/com/simibubi/create/foundation/world/ChanceOreFeature.java index d8bfb74dc..be7012d30 100644 --- a/src/main/java/com/simibubi/create/foundation/world/ChanceOreFeature.java +++ b/src/main/java/com/simibubi/create/foundation/world/ChanceOreFeature.java @@ -12,7 +12,7 @@ public class ChanceOreFeature extends OreFeature { private ConfigFloat clusterChance; - public ChanceOreFeature(NonNullSupplier block, int clusterSize, float clusterChance) { + public ChanceOreFeature(NonNullSupplier block, int clusterSize, float clusterChance) { super(block, clusterSize); this.clusterChance = f(clusterChance, 0, 1, "clusterChance"); } diff --git a/src/main/java/com/simibubi/create/foundation/world/OreFeature.java b/src/main/java/com/simibubi/create/foundation/world/OreFeature.java index fac3d0757..6dc8132de 100644 --- a/src/main/java/com/simibubi/create/foundation/world/OreFeature.java +++ b/src/main/java/com/simibubi/create/foundation/world/OreFeature.java @@ -28,10 +28,10 @@ public abstract class OreFeature extends ConfigBase protected ConfigInt minHeight; protected ConfigInt maxHeight; - private NonNullSupplier block; + private NonNullSupplier block; private Biome.Category specificCategory; - public OreFeature(NonNullSupplier block, int clusterSize) { + public OreFeature(NonNullSupplier block, int clusterSize) { this.block = block; this.enable = b(true, "enable", "Whether to spawn this in your World"); this.clusterSize = i(clusterSize, 0, "clusterSize"); @@ -66,8 +66,10 @@ public abstract class OreFeature extends ConfigBase Pair, T> placement = getPlacement(); ConfiguredFeature createdFeature = Feature.ORE - .configure(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, block.get().getDefaultState(), clusterSize.get())) - .createDecoratedFeature(placement.getKey().configure(placement.getValue())); + .configure(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, block.get() + .getDefaultState(), clusterSize.get())) + .createDecoratedFeature(placement.getKey() + .configure(placement.getValue())); return Optional.of(createdFeature); } @@ -79,7 +81,7 @@ public abstract class OreFeature extends ConfigBase protected boolean canGenerate() { return minHeight.get() < maxHeight.get() && clusterSize.get() > 0 && enable.get() - && !AllConfigs.COMMON.worldGen.disable.get(); + && !AllConfigs.COMMON.worldGen.disable.get(); } protected abstract Pair, T> getPlacement(); diff --git a/src/main/java/com/simibubi/create/modules/palettes/AllPaletteBlocks.java b/src/main/java/com/simibubi/create/modules/palettes/AllPaletteBlocks.java new file mode 100644 index 000000000..3e5e7bbb5 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/AllPaletteBlocks.java @@ -0,0 +1,95 @@ +package com.simibubi.create.modules.palettes; + +import com.simibubi.create.Create; +import com.simibubi.create.foundation.utility.data.BlockStateGen; +import com.tterrag.registrate.util.entry.BlockEntry; + +import net.minecraft.block.Block; +import net.minecraft.block.Blocks; +import net.minecraft.block.SandBlock; + +public class AllPaletteBlocks { + + private static final PalettesRegistrate REGISTRATE = Create.palettesRegistrate(); + + public static final PalettesVariantEntry GRANITE_VARIANTS = new PalettesVariantEntry("granite", + PaletteBlockPatterns.vanillaRange, b -> b.initialProperties(() -> Blocks.GRANITE) + .simpleItem() + .register()); + + public static final PalettesVariantEntry DIORITE_VARIANTS = new PalettesVariantEntry("diorite", + PaletteBlockPatterns.vanillaRange, b -> b.initialProperties(() -> Blocks.DIORITE) + .simpleItem() + .register()); + + public static final PalettesVariantEntry ANDESITE_VARIANTS = new PalettesVariantEntry("andesite", + PaletteBlockPatterns.vanillaRange, b -> b.initialProperties(() -> Blocks.ANDESITE) + .simpleItem() + .register()); + + public static final BlockEntry LIMESAND = REGISTRATE.block("limesand", p -> new SandBlock(0xD7D7C7, p)) + .initialProperties(() -> Blocks.SAND) + .blockstate((c, p) -> BlockStateGen.cubeAll(c, p, "block/palettes/" + c.getName())) + .register(); + + public static final BlockEntry LIMESTONE = + REGISTRATE.baseBlock("limestone", Block::new, () -> Blocks.SANDSTONE) + .register(); + + public static final PalettesVariantEntry LIMESTONE_VARIANTS = new PalettesVariantEntry("limestone", + PaletteBlockPatterns.standardRange, b -> b.initialProperties(LIMESTONE) + .simpleItem() + .register()); + + public static final BlockEntry WEATHERED_LIMESTONE = + REGISTRATE.baseBlock("weathered_limestone", Block::new, () -> Blocks.SANDSTONE) + .register(); + + public static final PalettesVariantEntry WEATHERED_LIMESTONE_VARIANTS = + new PalettesVariantEntry("weathered_limestone", PaletteBlockPatterns.standardRange, + b -> b.initialProperties(WEATHERED_LIMESTONE) + .simpleItem() + .register()); + + public static final BlockEntry DOLOMITE = + REGISTRATE.baseBlock("dolomite", Block::new, () -> Blocks.QUARTZ_BLOCK) + .register(); + + public static final PalettesVariantEntry DOLOMITE_VARIANTS = new PalettesVariantEntry("dolomite", + PaletteBlockPatterns.standardRange, b -> b.initialProperties(DOLOMITE) + .simpleItem() + .register()); + + public static final BlockEntry GABBRO = REGISTRATE.baseBlock("gabbro", Block::new, () -> Blocks.ANDESITE) + .register(); + + public static final PalettesVariantEntry GABBRO_VARIANTS = new PalettesVariantEntry("gabbro", + PaletteBlockPatterns.standardRange, b -> b.initialProperties(GABBRO) + .simpleItem() + .register()); + + public static final BlockEntry NATURAL_SCORIA = REGISTRATE.block("natural_scoria", ScoriaBlock::new) + .initialProperties(() -> Blocks.ANDESITE) + .blockstate((c, p) -> BlockStateGen.cubeAll(c, p, "block/palettes/" + c.getName())) + .register(); + + public static final BlockEntry SCORIA = REGISTRATE.baseBlock("scoria", Block::new, () -> Blocks.ANDESITE) + .register(); + + public static final PalettesVariantEntry SCORIA_VARIANTS = new PalettesVariantEntry("scoria", + PaletteBlockPatterns.standardRange, b -> b.initialProperties(SCORIA) + .simpleItem() + .register()); + + public static final BlockEntry DARK_SCORIA = + REGISTRATE.baseBlock("dark_scoria", Block::new, () -> Blocks.ANDESITE) + .register(); + + public static final PalettesVariantEntry DARK_SCORIA_VARIANTS = new PalettesVariantEntry("dark_scoria", + PaletteBlockPatterns.standardRange, b -> b.initialProperties(DARK_SCORIA) + .simpleItem() + .register()); + + public static void register() {} + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/MossyBlock.java b/src/main/java/com/simibubi/create/modules/palettes/MossyBlock.java new file mode 100644 index 000000000..70eab99f6 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/MossyBlock.java @@ -0,0 +1,22 @@ +package com.simibubi.create.modules.palettes; + +import com.simibubi.create.foundation.block.IHaveColorHandler; + +import net.minecraft.block.Block; +import net.minecraft.client.renderer.color.IBlockColor; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.api.distmarker.OnlyIn; + +public class MossyBlock extends Block implements IHaveColorHandler { + + public MossyBlock(Properties p_i48440_1_) { + super(p_i48440_1_); + } + + @Override + @OnlyIn(Dist.CLIENT) + public IBlockColor getColorHandler() { + return new StandardFoliageColorHandler(); + } + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/PaletteBlockPatterns.java b/src/main/java/com/simibubi/create/modules/palettes/PaletteBlockPatterns.java new file mode 100644 index 000000000..e567fdcb9 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/PaletteBlockPatterns.java @@ -0,0 +1,210 @@ +package com.simibubi.create.modules.palettes; + +import static com.simibubi.create.modules.palettes.PatternNameType.Prefix; +import static com.simibubi.create.modules.palettes.PatternNameType.Suffix; +import static com.simibubi.create.modules.palettes.PatternNameType.Wrap; + +import java.util.function.Function; + +import com.simibubi.create.Create; +import com.simibubi.create.foundation.utility.data.BlockStateGen; +import com.simibubi.create.foundation.utility.data.ModelGen; +import com.tterrag.registrate.providers.DataGenContext; +import com.tterrag.registrate.providers.RegistrateBlockstateProvider; +import com.tterrag.registrate.util.nullness.NonNullBiConsumer; +import com.tterrag.registrate.util.nullness.NonNullFunction; + +import net.minecraft.block.Block; +import net.minecraft.block.Block.Properties; +import net.minecraft.block.RotatedPillarBlock; +import net.minecraft.client.renderer.RenderType; +import net.minecraft.util.ResourceLocation; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.model.generators.ModelFile; + +public class PaletteBlockPatterns { + + public static final PaletteBlockPatterns + COBBLESTONE = create("cobblestone", Suffix), + POLISHED = create("polished", Prefix), + BRICKS = create("bricks", Suffix), + FANCY_BRICKS = create("fancy_bricks", Wrap), + + PAVED = create("paved", Prefix) + .blockStateFactory(p -> p::paved) + .block(PavedBlock::new) + .textures("paved", "paved_borderless", "paved_top"), + + LAYERED = create("layered", Prefix) + .blockStateFactory(p -> p::cubeColumn) + .textures("layered", "polished"), + + CHISELED = create("chiseled", Prefix) + .blockStateFactory(p -> p::cubeColumn) + .textures("chiseled", "chiseled_top"), + + PILLAR = create("pillar", Suffix) + .blockStateFactory(p -> p::pillar) + .block(RotatedPillarBlock::new) + .textures("pillar", "pillar_end"), + + MOSSY = create("mossy", Prefix) + .blockStateFactory(p -> p::cubeAllButMossy) + .block(MossyBlock::new) + .textures("bricks", "mossy") + .useCutoutLayer(), + + OVERGROWN = create("overgrown", Prefix) + .blockStateFactory(p -> p::cubeAllButMossy) + .block(MossyBlock::new) + .textures("bricks", "overgrown") + .useCutoutLayer() + + ; + + public static final PaletteBlockPatterns[] vanillaRange = + new PaletteBlockPatterns[] { COBBLESTONE, BRICKS, FANCY_BRICKS, PILLAR, PAVED, LAYERED, MOSSY, OVERGROWN }; + + public static final PaletteBlockPatterns[] standardRange = new PaletteBlockPatterns[] { COBBLESTONE, POLISHED, + BRICKS, FANCY_BRICKS, PILLAR, PAVED, LAYERED, CHISELED, MOSSY, OVERGROWN }; + + static final String textureLocation = "block/palettes/%s/%s"; + static final String overlayLocation = "block/palettes/%s"; + + private PatternNameType nameType; + private String[] textures; + private String id; + private boolean isCutout; + + private IPatternBlockStateGenerator blockStateGenerator; + private NonNullFunction blockFactory; + + @OnlyIn(Dist.CLIENT) + private RenderType renderType; + + private static PaletteBlockPatterns create(String name, PatternNameType nameType) { + PaletteBlockPatterns pattern = new PaletteBlockPatterns(); + pattern.id = name; + pattern.nameType = nameType; + pattern.isCutout = false; + pattern.blockFactory = Block::new; + pattern.textures = new String[] { name }; + pattern.blockStateGenerator = p -> p::cubeAll; + return pattern; + } + + public IPatternBlockStateGenerator getBlockStateGenerator() { + return blockStateGenerator; + } + + public boolean isCutout() { + return isCutout; + } + + public NonNullFunction getBlockFactory() { + return blockFactory; + } + + // Builder + + private PaletteBlockPatterns blockStateFactory(IPatternBlockStateGenerator factory) { + blockStateGenerator = factory; + return this; + } + + private PaletteBlockPatterns textures(String... textures) { + this.textures = textures; + return this; + } + + private PaletteBlockPatterns block(NonNullFunction blockFactory) { + this.blockFactory = blockFactory; + return this; + } + + private PaletteBlockPatterns useCutoutLayer() { + isCutout = true; + return this; + } + + // Model generators + + public IBlockStateProvider cubeAll(String variant) { + ResourceLocation all = toLocation(variant, textures[0]); + return (ctx, prov) -> prov.simpleBlock(ctx.get(), prov.models() + .cubeAll(createName(variant), all)); + } + + public IBlockStateProvider cubeAllButMossy(String variant) { + ResourceLocation all = toLocation(variant, textures[0]); + ResourceLocation overlay = toOverlayLocation(textures[1]); + return (ctx, prov) -> prov.simpleBlock(ctx.get(), ModelGen.createOvergrown(ctx, prov, all, overlay)); + } + + public IBlockStateProvider cubeBottomTop(String variant) { + ResourceLocation side = toLocation(variant, textures[0]); + ResourceLocation bottom = toLocation(variant, textures[1]); + ResourceLocation top = toLocation(variant, textures[2]); + return (ctx, prov) -> prov.simpleBlock(ctx.get(), prov.models() + .cubeBottomTop(createName(variant), side, bottom, top)); + } + + public IBlockStateProvider pillar(String variant) { + ResourceLocation side = toLocation(variant, textures[0]); + ResourceLocation end = toLocation(variant, textures[1]); + return (ctx, prov) -> BlockStateGen.axisBlock(ctx, prov, $ -> prov.models() + .cubeColumn(createName(variant), side, end)); + } + + public IBlockStateProvider cubeColumn(String variant) { + ResourceLocation side = toLocation(variant, textures[0]); + ResourceLocation end = toLocation(variant, textures[1]); + return (ctx, prov) -> prov.simpleBlock(ctx.get(), prov.models() + .cubeColumn(createName(variant), side, end)); + } + + public IBlockStateProvider paved(String variant) { + ResourceLocation side = toLocation(variant, textures[0]); + ResourceLocation bottom = toLocation(variant, textures[1]); + ResourceLocation top = toLocation(variant, textures[2]); + return (ctx, prov) -> { + ModelFile cubeBottomTop = prov.models().cubeBottomTop(createName(variant), side, bottom, top); + ModelFile cubeAll = prov.models().cubeAll(createName(variant) + "_covered", bottom); + BlockStateGen.pavedBlock(ctx, prov, cubeBottomTop, cubeAll); + }; + } + + // Utility + + protected String createName(String variant) { + if (nameType == Wrap) { + String[] split = id.split("_"); + if (split.length == 2) { + String formatString = "%s_%s_%s"; + return String.format(formatString, split[0], variant, split[1]); + } + } + String formatString = "%s_%s"; + return nameType == Suffix ? String.format(formatString, variant, id) : String.format(formatString, id, variant); + } + + protected ResourceLocation toLocation(String variant, String texture) { + return Create.asResource(String.format(textureLocation, variant, texture)); + } + + protected ResourceLocation toOverlayLocation(String texture) { + return Create.asResource(String.format(overlayLocation, texture)); + } + + @FunctionalInterface + static interface IPatternBlockStateGenerator + extends Function> { + } + + @FunctionalInterface + static interface IBlockStateProvider + extends NonNullBiConsumer, RegistrateBlockstateProvider> { + } + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/PalettesItemGroup.java b/src/main/java/com/simibubi/create/modules/palettes/PalettesItemGroup.java index cdcfcbd90..cb1b896bb 100644 --- a/src/main/java/com/simibubi/create/modules/palettes/PalettesItemGroup.java +++ b/src/main/java/com/simibubi/create/modules/palettes/PalettesItemGroup.java @@ -1,14 +1,15 @@ package com.simibubi.create.modules.palettes; +import java.util.Collection; + import com.simibubi.create.AllBlocks; -import com.simibubi.create.AllItems; import com.simibubi.create.Create; import com.simibubi.create.CreateItemGroupBase; -import com.simibubi.create.modules.Sections; import com.tterrag.registrate.util.entry.RegistryEntry; import net.minecraft.block.Block; import net.minecraft.item.ItemStack; +import net.minecraft.util.NonNullList; public class PalettesItemGroup extends CreateItemGroupBase { @@ -17,15 +18,12 @@ public class PalettesItemGroup extends CreateItemGroupBase { } @Override - protected boolean shouldAdd(RegistryEntry block) { - Sections section = Create.registrate() - .getSection(block); - return section == Sections.PALETTES; + protected Collection> getBlocks() { + return Create.palettesRegistrate().getAll(Block.class); } - + @Override - protected boolean shouldAdd(AllItems item) { - return item.section == Sections.PALETTES; + public void addItems(NonNullList items, boolean specialItems) { } @Override @@ -33,5 +31,4 @@ public class PalettesItemGroup extends CreateItemGroupBase { return new ItemStack(AllBlocks.IRON_GLASS.get()); } - } diff --git a/src/main/java/com/simibubi/create/modules/palettes/PalettesRegistrate.java b/src/main/java/com/simibubi/create/modules/palettes/PalettesRegistrate.java new file mode 100644 index 000000000..50a1141d8 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/PalettesRegistrate.java @@ -0,0 +1,63 @@ +package com.simibubi.create.modules.palettes; + +import com.simibubi.create.Create; +import com.simibubi.create.modules.Sections; +import com.tterrag.registrate.AbstractRegistrate; +import com.tterrag.registrate.builders.BlockBuilder; +import com.tterrag.registrate.builders.Builder; +import com.tterrag.registrate.util.NonNullLazyValue; +import com.tterrag.registrate.util.entry.RegistryEntry; +import com.tterrag.registrate.util.nullness.NonNullFunction; +import com.tterrag.registrate.util.nullness.NonNullSupplier; + +import net.minecraft.block.Block; +import net.minecraft.block.Block.Properties; +import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; +import net.minecraftforge.registries.IForgeRegistryEntry; + +public class PalettesRegistrate extends AbstractRegistrate { + + /** + * Create a new {@link PalettesRegistrate} and register event listeners for + * registration and data generation. Used in lieu of adding side-effects to + * constructor, so that alternate initialization strategies can be done in + * subclasses. + * + * @param modid The mod ID for which objects will be registered + * @return The {@link PalettesRegistrate} instance + */ + public static PalettesRegistrate create(String modid) { + return new PalettesRegistrate(modid).registerEventListeners(FMLJavaModLoadingContext.get() + .getModEventBus()) + .itemGroup(() -> Create.palettesCreativeTab); + } + + public static NonNullLazyValue lazy(String modid) { + return new NonNullLazyValue<>(() -> create(modid)); + } + + public BlockBuilder baseBlock(String name, + NonNullFunction factory, NonNullSupplier propertiesFrom) { + return super.block(name, factory).initialProperties(propertiesFrom) + .blockstate((c, p) -> { + final String location = "block/palettes/" + c.getName() + "/plain"; + p.simpleBlock(c.get(), p.models() + .cubeAll(c.getName(), p.modLoc(location))); + }) + .simpleItem(); + } + + protected PalettesRegistrate(String modid) { + super(modid); + } + + @Override + protected , T extends R> RegistryEntry accept(String name, + Class type, Builder builder, NonNullSupplier creator) { + RegistryEntry ret = super.accept(name, type, builder, creator); + Create.registrate() + .addToSection(ret, Sections.PALETTES); + return ret; + } + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/PalettesVariantEntry.java b/src/main/java/com/simibubi/create/modules/palettes/PalettesVariantEntry.java new file mode 100644 index 000000000..6eb6b5a96 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/PalettesVariantEntry.java @@ -0,0 +1,37 @@ +package com.simibubi.create.modules.palettes; + +import com.google.common.collect.ImmutableList; +import com.simibubi.create.Create; +import com.tterrag.registrate.builders.BlockBuilder; +import com.tterrag.registrate.util.entry.BlockEntry; +import com.tterrag.registrate.util.nullness.NonNullFunction; + +import net.minecraft.block.Block; +import net.minecraft.client.renderer.RenderType; + +public class PalettesVariantEntry { + + public ImmutableList> registeredBlocks; + + public PalettesVariantEntry(String name, PaletteBlockPatterns[] patterns, + NonNullFunction, BlockEntry> registerFunc) { + + ImmutableList.Builder> registeredBlocks = ImmutableList.builder(); + for (PaletteBlockPatterns pattern : patterns) { + + BlockBuilder builder = Create.palettesRegistrate() + .block(pattern.createName(name), pattern.getBlockFactory()) + .blockstate(pattern.getBlockStateGenerator() + .apply(pattern) + .apply(name)::accept); + + if (pattern.isCutout()) + builder.addLayer(() -> RenderType::getCutoutMipped); + + registeredBlocks.add(registerFunc.apply(builder)); + } + this.registeredBlocks = registeredBlocks.build(); + + } + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/PatternNameType.java b/src/main/java/com/simibubi/create/modules/palettes/PatternNameType.java new file mode 100644 index 000000000..6ee04c094 --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/PatternNameType.java @@ -0,0 +1,5 @@ +package com.simibubi.create.modules.palettes; + +enum PatternNameType { + Prefix, Suffix, Wrap +} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/modules/palettes/PavedBlock.java b/src/main/java/com/simibubi/create/modules/palettes/PavedBlock.java new file mode 100644 index 000000000..3d4657afa --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/PavedBlock.java @@ -0,0 +1,41 @@ +package com.simibubi.create.modules.palettes; + +import net.minecraft.block.Block; +import net.minecraft.block.BlockState; +import net.minecraft.item.BlockItemUseContext; +import net.minecraft.state.BooleanProperty; +import net.minecraft.state.StateContainer.Builder; +import net.minecraft.util.Direction; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IWorld; + +public class PavedBlock extends Block { + + public static final BooleanProperty COVERED = BooleanProperty.create("covered"); + + public PavedBlock(Properties properties) { + super(properties); + setDefaultState(getDefaultState().with(COVERED, false)); + } + + @Override + protected void fillStateContainer(Builder builder) { + super.fillStateContainer(builder.add(COVERED)); + } + + @Override + public BlockState getStateForPlacement(BlockItemUseContext context) { + return getDefaultState().with(COVERED, context.getWorld() + .getBlockState(context.getPos().up()) + .getBlock() == this); + } + + @Override + public BlockState updatePostPlacement(BlockState stateIn, Direction face, BlockState neighbour, IWorld worldIn, + BlockPos currentPos, BlockPos facingPos) { + if (face == Direction.UP) + return stateIn.with(COVERED, worldIn.getBlockState(facingPos).getBlock() == this); + return stateIn; + } + +} diff --git a/src/main/java/com/simibubi/create/modules/palettes/ScoriaBlock.java b/src/main/java/com/simibubi/create/modules/palettes/ScoriaBlock.java index caa4801d9..845fff1dc 100644 --- a/src/main/java/com/simibubi/create/modules/palettes/ScoriaBlock.java +++ b/src/main/java/com/simibubi/create/modules/palettes/ScoriaBlock.java @@ -5,15 +5,14 @@ import com.simibubi.create.foundation.utility.ColorHelper; import net.minecraft.block.Block; import net.minecraft.block.BlockState; -import net.minecraft.block.Blocks; import net.minecraft.block.material.MaterialColor; import net.minecraft.util.math.BlockPos; import net.minecraft.world.IBlockReader; public class ScoriaBlock extends Block implements IHaveColoredVertices { - public ScoriaBlock() { - super(Properties.from(Blocks.ANDESITE)); + public ScoriaBlock(Properties p_i48440_1_) { + super(p_i48440_1_); } @Override diff --git a/src/main/java/com/simibubi/create/modules/palettes/StandardFoliageColorHandler.java b/src/main/java/com/simibubi/create/modules/palettes/StandardFoliageColorHandler.java new file mode 100644 index 000000000..c55f93e2c --- /dev/null +++ b/src/main/java/com/simibubi/create/modules/palettes/StandardFoliageColorHandler.java @@ -0,0 +1,20 @@ +package com.simibubi.create.modules.palettes; + +import net.minecraft.block.BlockState; +import net.minecraft.client.renderer.color.IBlockColor; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.GrassColors; +import net.minecraft.world.ILightReader; +import net.minecraft.world.biome.BiomeColors; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.api.distmarker.OnlyIn; + +@OnlyIn(Dist.CLIENT) +public class StandardFoliageColorHandler implements IBlockColor { + + @Override + public int getColor(BlockState state, ILightReader light, BlockPos pos, int layer) { + return pos != null && light != null ? BiomeColors.getGrassColor(light, pos) : GrassColors.get(0.5D, 1.0D); + } + +} diff --git a/src/main/resources/assets/create/blockstates/andesite_bricks.json b/src/main/resources/assets/create/blockstates/andesite_bricks.json deleted file mode 100644 index 16756554c..000000000 --- a/src/main/resources/assets/create/blockstates/andesite_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/andesite_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/andesite_layers.json b/src/main/resources/assets/create/blockstates/andesite_layers.json deleted file mode 100644 index 099fa9c8a..000000000 --- a/src/main/resources/assets/create/blockstates/andesite_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/andesite_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dark_scoria.json b/src/main/resources/assets/create/blockstates/dark_scoria.json deleted file mode 100644 index bc13f6712..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dark_scoria" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_bricks.json b/src/main/resources/assets/create/blockstates/dark_scoria_bricks.json deleted file mode 100644 index 5abd98be0..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dark_scoria_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_slab.json b/src/main/resources/assets/create/blockstates/dark_scoria_bricks_slab.json deleted file mode 100644 index 6b5ea33f9..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/dark_scoria_bricks_slab_top" }, - "type=bottom": { "model":"create:block/palettes/dark_scoria_bricks_slab" }, - "type=double": { "model":"create:block/palettes/dark_scoria_bricks" } - } -} diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_stairs.json b/src/main/resources/assets/create/blockstates/dark_scoria_bricks_stairs.json deleted file mode 100644 index 780616087..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_bricks_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_wall.json b/src/main/resources/assets/create/blockstates/dark_scoria_bricks_wall.json deleted file mode 100644 index 0a629b0e3..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/dark_scoria_bricks_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/dark_scoria_bricks_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/dark_scoria_bricks_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/dark_scoria_bricks_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/dark_scoria_bricks_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_tiles.json b/src/main/resources/assets/create/blockstates/dark_scoria_tiles.json deleted file mode 100644 index d70796c69..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_tiles.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dark_scoria_tiles" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_tiles_slab.json b/src/main/resources/assets/create/blockstates/dark_scoria_tiles_slab.json deleted file mode 100644 index 2d5511916..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/dark_scoria_tiles_slab_top" }, - "type=bottom": { "model":"create:block/palettes/dark_scoria_tiles_slab" }, - "type=double": { "model":"create:block/palettes/dark_scoria_tiles" } - } -} diff --git a/src/main/resources/assets/create/blockstates/dark_scoria_tiles_stairs.json b/src/main/resources/assets/create/blockstates/dark_scoria_tiles_stairs.json deleted file mode 100644 index 821b0df55..000000000 --- a/src/main/resources/assets/create/blockstates/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/dark_scoria_tiles_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/dark_scoria_tiles_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/diorite_bricks.json b/src/main/resources/assets/create/blockstates/diorite_bricks.json deleted file mode 100644 index e141e39aa..000000000 --- a/src/main/resources/assets/create/blockstates/diorite_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/diorite_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/diorite_layers.json b/src/main/resources/assets/create/blockstates/diorite_layers.json deleted file mode 100644 index 08e2649c4..000000000 --- a/src/main/resources/assets/create/blockstates/diorite_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/diorite_layers" } - } -} diff --git a/src/main/resources/assets/create/blockstates/dolomite.json b/src/main/resources/assets/create/blockstates/dolomite.json deleted file mode 100644 index 5e7db00f3..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dolomite" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dolomite_bricks.json b/src/main/resources/assets/create/blockstates/dolomite_bricks.json deleted file mode 100644 index 5ecae7e72..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dolomite_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dolomite_bricks_slab.json b/src/main/resources/assets/create/blockstates/dolomite_bricks_slab.json deleted file mode 100644 index f9c65ad13..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_bricks_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/dolomite_bricks_slab_top" }, - "type=bottom": { "model":"create:block/palettes/dolomite_bricks_slab" }, - "type=double": { "model":"create:block/palettes/dolomite_bricks" } - } -} diff --git a/src/main/resources/assets/create/blockstates/dolomite_bricks_wall.json b/src/main/resources/assets/create/blockstates/dolomite_bricks_wall.json deleted file mode 100644 index b238ecfb0..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/dolomite_bricks_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/dolomite_bricks_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/dolomite_bricks_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/dolomite_bricks_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/dolomite_bricks_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dolomite_layers.json b/src/main/resources/assets/create/blockstates/dolomite_layers.json deleted file mode 100644 index 4671d278b..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/dolomite_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dolomite_pillar.json b/src/main/resources/assets/create/blockstates/dolomite_pillar.json deleted file mode 100644 index 26c76865b..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=z": { "model": "create:block/palettes/dolomite_pillar", "x": 90 }, - "axis=y": { "model": "create:block/palettes/dolomite_pillar" }, - "axis=x": { "model": "create:block/palettes/dolomite_pillar", "x": 90, "y": 90 } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/dolomite_slab.json b/src/main/resources/assets/create/blockstates/dolomite_slab.json deleted file mode 100644 index 7cefa0a2a..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/dolomite_slab_top" }, - "type=bottom": { "model":"create:block/palettes/dolomite_slab" }, - "type=double": { "model":"create:block/palettes/dolomite" } - } -} diff --git a/src/main/resources/assets/create/blockstates/dolomite_stairs.json b/src/main/resources/assets/create/blockstates/dolomite_stairs.json deleted file mode 100644 index e12879599..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/dolomite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/dolomite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/dolomite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/dolomite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/dolomite_wall.json b/src/main/resources/assets/create/blockstates/dolomite_wall.json deleted file mode 100644 index d8aeed01a..000000000 --- a/src/main/resources/assets/create/blockstates/dolomite_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/dolomite_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/dolomite_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/dolomite_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/dolomite_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/dolomite_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/gabbro.json b/src/main/resources/assets/create/blockstates/gabbro.json deleted file mode 100644 index d5062c859..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/gabbro" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/gabbro_bricks.json b/src/main/resources/assets/create/blockstates/gabbro_bricks.json deleted file mode 100644 index 7820a59db..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/gabbro_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/gabbro_bricks_stairs.json b/src/main/resources/assets/create/blockstates/gabbro_bricks_stairs.json deleted file mode 100644 index 0657e6c88..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_bricks_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/gabbro_bricks_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/gabbro_bricks_wall.json b/src/main/resources/assets/create/blockstates/gabbro_bricks_wall.json deleted file mode 100644 index aaebe7295..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/gabbro_bricks_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/gabbro_bricks_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/gabbro_bricks_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/gabbro_bricks_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/gabbro_bricks_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/gabbro_layers.json b/src/main/resources/assets/create/blockstates/gabbro_layers.json deleted file mode 100644 index d82a58faa..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/gabbro_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/gabbro_slab.json b/src/main/resources/assets/create/blockstates/gabbro_slab.json deleted file mode 100644 index acd013e06..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/gabbro_slab_top" }, - "type=bottom": { "model":"create:block/palettes/gabbro_slab" }, - "type=double": { "model":"create:block/palettes/gabbro" } - } -} diff --git a/src/main/resources/assets/create/blockstates/gabbro_stairs.json b/src/main/resources/assets/create/blockstates/gabbro_stairs.json deleted file mode 100644 index e833c946a..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/gabbro_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/gabbro_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/gabbro_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/gabbro_wall.json b/src/main/resources/assets/create/blockstates/gabbro_wall.json deleted file mode 100644 index bbb8c3485..000000000 --- a/src/main/resources/assets/create/blockstates/gabbro_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/gabbro_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/gabbro_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/granite_bricks.json b/src/main/resources/assets/create/blockstates/granite_bricks.json deleted file mode 100644 index de1bbb2e9..000000000 --- a/src/main/resources/assets/create/blockstates/granite_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/granite_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/granite_layers.json b/src/main/resources/assets/create/blockstates/granite_layers.json deleted file mode 100644 index 3f9f9807b..000000000 --- a/src/main/resources/assets/create/blockstates/granite_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/granite_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limesand.json b/src/main/resources/assets/create/blockstates/limesand.json deleted file mode 100644 index 04e82892b..000000000 --- a/src/main/resources/assets/create/blockstates/limesand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "create:block/palettes/limesand", "y": 0 }, - { "model": "create:block/palettes/limesand", "y": 90 }, - { "model": "create:block/palettes/limesand", "y": 180 }, - { "model": "create:block/palettes/limesand", "y": 270 } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone.json b/src/main/resources/assets/create/blockstates/limestone.json deleted file mode 100644 index 081ace98f..000000000 --- a/src/main/resources/assets/create/blockstates/limestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/limestone" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone_bricks.json b/src/main/resources/assets/create/blockstates/limestone_bricks.json deleted file mode 100644 index 44b6fb1eb..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/limestone_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone_bricks_slab.json b/src/main/resources/assets/create/blockstates/limestone_bricks_slab.json deleted file mode 100644 index f63272b5a..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_bricks_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/limestone_bricks_slab_top" }, - "type=bottom": { "model":"create:block/palettes/limestone_bricks_slab" }, - "type=double": { "model":"create:block/palettes/limestone_bricks" } - } -} diff --git a/src/main/resources/assets/create/blockstates/limestone_bricks_stairs.json b/src/main/resources/assets/create/blockstates/limestone_bricks_stairs.json deleted file mode 100644 index 049fe0e0d..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_bricks_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/limestone_bricks_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/limestone_bricks_wall.json b/src/main/resources/assets/create/blockstates/limestone_bricks_wall.json deleted file mode 100644 index 0febf0d65..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/limestone_bricks_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/limestone_bricks_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/limestone_bricks_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/limestone_bricks_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/limestone_bricks_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone_layers.json b/src/main/resources/assets/create/blockstates/limestone_layers.json deleted file mode 100644 index 7ed9e8f3d..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/limestone_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone_pillar.json b/src/main/resources/assets/create/blockstates/limestone_pillar.json deleted file mode 100644 index 1694f9605..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "create:block/palettes/limestone_pillar" }, - "axis=z": { "model": "create:block/palettes/limestone_pillar", "x": 90 }, - "axis=x": { "model": "create:block/palettes/limestone_pillar", "x": 90, "y": 90 } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/limestone_slab.json b/src/main/resources/assets/create/blockstates/limestone_slab.json deleted file mode 100644 index 5934ddbb9..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/limestone_slab_top" }, - "type=bottom": { "model":"create:block/palettes/limestone_slab" }, - "type=double": { "model":"create:block/palettes/limestone" } - } -} diff --git a/src/main/resources/assets/create/blockstates/limestone_stairs.json b/src/main/resources/assets/create/blockstates/limestone_stairs.json deleted file mode 100644 index 8416342be..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/limestone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/limestone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/limestone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/limestone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/limestone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/limestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/limestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/limestone_wall.json b/src/main/resources/assets/create/blockstates/limestone_wall.json deleted file mode 100644 index 0f308d911..000000000 --- a/src/main/resources/assets/create/blockstates/limestone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/limestone_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/limestone_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/limestone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/limestone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/limestone_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_dark_scoria.json b/src/main/resources/assets/create/blockstates/polished_dark_scoria.json deleted file mode 100644 index ea4af3e31..000000000 --- a/src/main/resources/assets/create/blockstates/polished_dark_scoria.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_dark_scoria" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_dolomite.json b/src/main/resources/assets/create/blockstates/polished_dolomite.json deleted file mode 100644 index 0b70adf7e..000000000 --- a/src/main/resources/assets/create/blockstates/polished_dolomite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_dolomite" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_gabbro.json b/src/main/resources/assets/create/blockstates/polished_gabbro.json deleted file mode 100644 index 4802dcd90..000000000 --- a/src/main/resources/assets/create/blockstates/polished_gabbro.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_gabbro" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_limestone.json b/src/main/resources/assets/create/blockstates/polished_limestone.json deleted file mode 100644 index 8e17d0892..000000000 --- a/src/main/resources/assets/create/blockstates/polished_limestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_limestone" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_limestone_slab.json b/src/main/resources/assets/create/blockstates/polished_limestone_slab.json deleted file mode 100644 index f7c6a16e3..000000000 --- a/src/main/resources/assets/create/blockstates/polished_limestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/polished_limestone_slab_top" }, - "type=bottom": { "model":"create:block/palettes/polished_limestone_slab" }, - "type=double": { "model":"create:block/palettes/polished_limestone_double_slab" } - } -} diff --git a/src/main/resources/assets/create/blockstates/polished_scoria.json b/src/main/resources/assets/create/blockstates/polished_scoria.json deleted file mode 100644 index 89d8a57cd..000000000 --- a/src/main/resources/assets/create/blockstates/polished_scoria.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_scoria" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_scoria_slab.json b/src/main/resources/assets/create/blockstates/polished_scoria_slab.json deleted file mode 100644 index 48c008fba..000000000 --- a/src/main/resources/assets/create/blockstates/polished_scoria_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/polished_scoria_slab_top" }, - "type=bottom": { "model":"create:block/palettes/polished_scoria_slab" }, - "type=double": { "model":"create:block/palettes/polished_scoria_double_slab" } - } -} diff --git a/src/main/resources/assets/create/blockstates/polished_weathered_limestone.json b/src/main/resources/assets/create/blockstates/polished_weathered_limestone.json deleted file mode 100644 index de07b5e48..000000000 --- a/src/main/resources/assets/create/blockstates/polished_weathered_limestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/polished_weathered_limestone" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/polished_weathered_limestone_slab.json b/src/main/resources/assets/create/blockstates/polished_weathered_limestone_slab.json deleted file mode 100644 index 7ddabd886..000000000 --- a/src/main/resources/assets/create/blockstates/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/polished_weathered_limestone_slab_top" }, - "type=bottom": { "model":"create:block/palettes/polished_weathered_limestone_slab" }, - "type=double": { "model":"create:block/palettes/polished_weathered_limestone_double_slab" } - } -} diff --git a/src/main/resources/assets/create/blockstates/scoria.json b/src/main/resources/assets/create/blockstates/scoria.json deleted file mode 100644 index 0557c00d7..000000000 --- a/src/main/resources/assets/create/blockstates/scoria.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/scoria" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/scoria_bricks.json b/src/main/resources/assets/create/blockstates/scoria_bricks.json deleted file mode 100644 index d98a6bfe0..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/scoria_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/scoria_layers.json b/src/main/resources/assets/create/blockstates/scoria_layers.json deleted file mode 100644 index a3b5fc99c..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/scoria_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/scoria_pillar.json b/src/main/resources/assets/create/blockstates/scoria_pillar.json deleted file mode 100644 index 277c4c5c6..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "create:block/palettes/scoria_pillar" }, - "axis=z": { "model": "create:block/palettes/scoria_pillar", "x": 90 }, - "axis=x": { "model": "create:block/palettes/scoria_pillar", "x": 90, "y": 90 } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/scoria_slab.json b/src/main/resources/assets/create/blockstates/scoria_slab.json deleted file mode 100644 index 4c8982c89..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/scoria_slab_top" }, - "type=bottom": { "model":"create:block/palettes/scoria_slab" }, - "type=double": { "model":"create:block/palettes/scoria" } - } -} diff --git a/src/main/resources/assets/create/blockstates/scoria_stairs.json b/src/main/resources/assets/create/blockstates/scoria_stairs.json deleted file mode 100644 index 0d73bd070..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/scoria_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/scoria_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/scoria_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/scoria_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/scoria_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/scoria_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/scoria_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/scoria_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/scoria_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/scoria_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/scoria_wall.json b/src/main/resources/assets/create/blockstates/scoria_wall.json deleted file mode 100644 index 8627fec7c..000000000 --- a/src/main/resources/assets/create/blockstates/scoria_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/scoria_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/scoria_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/scoria_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/scoria_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/scoria_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone.json b/src/main/resources/assets/create/blockstates/weathered_limestone.json deleted file mode 100644 index 49febfdc7..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/weathered_limestone" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks.json b/src/main/resources/assets/create/blockstates/weathered_limestone_bricks.json deleted file mode 100644 index 7b81c4b3e..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/weathered_limestone_bricks" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_slab.json b/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_slab.json deleted file mode 100644 index d3844ebf4..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/weathered_limestone_bricks_slab_top" }, - "type=bottom": { "model":"create:block/palettes/weathered_limestone_bricks_slab" }, - "type=double": { "model":"create:block/palettes/weathered_limestone_bricks" } - } -} diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_stairs.json b/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_stairs.json deleted file mode 100644 index 11ae8eb53..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_bricks_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_bricks_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_wall.json b/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_wall.json deleted file mode 100644 index 81ecb8569..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_bricks_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_bricks_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_bricks_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_bricks_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_bricks_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_layers.json b/src/main/resources/assets/create/blockstates/weathered_limestone_layers.json deleted file mode 100644 index 0670a07ed..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_layers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "create:block/palettes/weathered_limestone_layers" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_pillar.json b/src/main/resources/assets/create/blockstates/weathered_limestone_pillar.json deleted file mode 100644 index 0c622185b..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=z": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90 }, - "axis=y": { "model": "create:block/palettes/weathered_limestone_pillar" }, - "axis=x": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90, "y": 90 } - } -} diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_slab.json b/src/main/resources/assets/create/blockstates/weathered_limestone_slab.json deleted file mode 100644 index fe32aaff0..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=top": { "model":"create:block/palettes/weathered_limestone_slab_top" }, - "type=bottom": { "model":"create:block/palettes/weathered_limestone_slab" }, - "type=double": { "model":"create:block/palettes/weathered_limestone" } - } -} diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_stairs.json b/src/main/resources/assets/create/blockstates/weathered_limestone_stairs.json deleted file mode 100644 index 2ff20cfa3..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "create:block/palettes/weathered_limestone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "create:block/palettes/weathered_limestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "create:block/palettes/weathered_limestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/src/main/resources/assets/create/blockstates/weathered_limestone_wall.json b/src/main/resources/assets/create/blockstates/weathered_limestone_wall.json deleted file mode 100644 index 3415ad75d..000000000 --- a/src/main/resources/assets/create/blockstates/weathered_limestone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "create:block/palettes/weathered_limestone_wall_side", "y": 270, "uvlock": true } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/overgrown.json b/src/main/resources/assets/create/models/block/overgrown.json new file mode 100644 index 000000000..d6e8b5c81 --- /dev/null +++ b/src/main/resources/assets/create/models/block/overgrown.json @@ -0,0 +1,29 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "north", "tintindex": 0}, + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "east", "tintindex": 0}, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "south", "tintindex": 0}, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "west", "tintindex": 0}, + "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "tintindex": 0} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/palettes/andesite_bricks.json b/src/main/resources/assets/create/models/block/palettes/andesite_bricks.json deleted file mode 100644 index 40c50028f..000000000 --- a/src/main/resources/assets/create/models/block/palettes/andesite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_andesite", - "side": "create:block/andesite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/andesite_layers.json b/src/main/resources/assets/create/models/block/palettes/andesite_layers.json deleted file mode 100644 index b3e7b80bf..000000000 --- a/src/main/resources/assets/create/models/block/palettes/andesite_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_andesite", - "side": "create:block/andesite_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria.json deleted file mode 100644 index a1f0c6c24..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/dark_scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks.json deleted file mode 100644 index 0a55efaa8..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab.json deleted file mode 100644 index ae4777462..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/dark_scoria_bricks", - "top": "create:block/dark_scoria_bricks", - "side": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab_top.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab_top.json deleted file mode 100644 index 39ea10dcf..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/dark_scoria_bricks", - "top": "create:block/dark_scoria_bricks", - "side": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs.json deleted file mode 100644 index 32c292bfe..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/dark_scoria_bricks", - "top": "create:block/dark_scoria_bricks", - "side": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_inner.json deleted file mode 100644 index 2a6081e0c..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/dark_scoria_bricks", - "top": "create:block/dark_scoria_bricks", - "side": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_outer.json deleted file mode 100644 index 3c2051911..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/dark_scoria_bricks", - "top": "create:block/dark_scoria_bricks", - "side": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_post.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_post.json deleted file mode 100644 index 51cbab6f0..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_side.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_side.json deleted file mode 100644 index a4c1da9ba..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles.json deleted file mode 100644 index a4694c185..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab.json deleted file mode 100644 index 88a6ccc2a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/dark_scoria_tiles", - "top": "create:block/dark_scoria_tiles", - "side": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab_top.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab_top.json deleted file mode 100644 index 917af8582..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/dark_scoria_tiles", - "top": "create:block/dark_scoria_tiles", - "side": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs.json deleted file mode 100644 index 13bca8e71..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/dark_scoria_tiles", - "top": "create:block/dark_scoria_tiles", - "side": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_inner.json deleted file mode 100644 index 5540dd43e..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/dark_scoria_tiles", - "top": "create:block/dark_scoria_tiles", - "side": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_outer.json deleted file mode 100644 index 4d8127cfb..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dark_scoria_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/dark_scoria_tiles", - "top": "create:block/dark_scoria_tiles", - "side": "create:block/dark_scoria_tiles" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/diorite_bricks.json b/src/main/resources/assets/create/models/block/palettes/diorite_bricks.json deleted file mode 100644 index 05fc4d16a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/diorite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_diorite", - "side": "create:block/diorite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/diorite_layers.json b/src/main/resources/assets/create/models/block/palettes/diorite_layers.json deleted file mode 100644 index dc663461b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/diorite_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_diorite", - "side": "create:block/diorite_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite.json b/src/main/resources/assets/create/models/block/palettes/dolomite.json deleted file mode 100644 index 60f75597d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks.json deleted file mode 100644 index 95306dab1..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/polished_dolomite", - "side": "create:block/dolomite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab.json deleted file mode 100644 index fae78b6e3..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "create:block/paved_slab", - "textures": { - "bottom": "create:block/polished_dolomite", - "top": "create:block/polished_dolomite", - "side": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab_top.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab_top.json deleted file mode 100644 index 0b24ba0c5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/polished_dolomite", - "top": "create:block/polished_dolomite", - "side": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs.json deleted file mode 100644 index 79ef77aba..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/dolomite_bricks", - "top": "create:block/dolomite_bricks", - "side": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_inner.json deleted file mode 100644 index 0aa035a5a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/dolomite_bricks", - "top": "create:block/dolomite_bricks", - "side": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_outer.json deleted file mode 100644 index 3188cefe6..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/dolomite_bricks", - "top": "create:block/dolomite_bricks", - "side": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_post.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_post.json deleted file mode 100644 index 7bd4360f5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_side.json b/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_side.json deleted file mode 100644 index dec7156ec..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_layers.json b/src/main/resources/assets/create/models/block/palettes/dolomite_layers.json deleted file mode 100644 index da80983c2..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_dolomite", - "side": "create:block/dolomite_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_pillar.json b/src/main/resources/assets/create/models/block/palettes/dolomite_pillar.json deleted file mode 100644 index 449b85754..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/dolomite_pillar_top", - "side": "create:block/dolomite_pillar" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_slab.json b/src/main/resources/assets/create/models/block/palettes/dolomite_slab.json deleted file mode 100644 index 6d3be5d7d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/dolomite", - "side": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_slab_top.json b/src/main/resources/assets/create/models/block/palettes/dolomite_slab_top.json deleted file mode 100644 index 0c2c7c94f..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/dolomite", - "side": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs.json b/src/main/resources/assets/create/models/block/palettes/dolomite_stairs.json deleted file mode 100644 index f9f5a3a4d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/dolomite", - "side": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_inner.json deleted file mode 100644 index bb8fc74ab..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/dolomite", - "side": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_outer.json deleted file mode 100644 index 043a16485..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/dolomite", - "side": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_wall_post.json b/src/main/resources/assets/create/models/block/palettes/dolomite_wall_post.json deleted file mode 100644 index ff90aa010..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/dolomite_wall_side.json b/src/main/resources/assets/create/models/block/palettes/dolomite_wall_side.json deleted file mode 100644 index 4b793d268..000000000 --- a/src/main/resources/assets/create/models/block/palettes/dolomite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro.json b/src/main/resources/assets/create/models/block/palettes/gabbro.json deleted file mode 100644 index b4c5bd337..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks.json deleted file mode 100644 index 1c8116c17..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs.json deleted file mode 100644 index ce4fc4b8d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/full_gabbro_bricks", - "side": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_inner.json deleted file mode 100644 index 6552e0bde..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/full_gabbro_bricks", - "side": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_outer.json deleted file mode 100644 index 295eba2b6..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/full_gabbro_bricks", - "side": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_post.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_post.json deleted file mode 100644 index ab9b3f48d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_side.json b/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_side.json deleted file mode 100644 index 7d781c721..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/full_gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_layers.json b/src/main/resources/assets/create/models/block/palettes/gabbro_layers.json deleted file mode 100644 index 51e242132..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_gabbro", - "side": "create:block/gabbro_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_slab.json b/src/main/resources/assets/create/models/block/palettes/gabbro_slab.json deleted file mode 100644 index 13a66391f..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/gabbro", - "top": "create:block/gabbro", - "side": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_slab_top.json b/src/main/resources/assets/create/models/block/palettes/gabbro_slab_top.json deleted file mode 100644 index df49d25e6..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/gabbro", - "top": "create:block/gabbro", - "side": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs.json b/src/main/resources/assets/create/models/block/palettes/gabbro_stairs.json deleted file mode 100644 index 5d5ca4074..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/gabbro", - "top": "create:block/gabbro", - "side": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_inner.json deleted file mode 100644 index 62e4e7a03..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/gabbro", - "top": "create:block/gabbro", - "side": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_outer.json deleted file mode 100644 index 4289b0014..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/gabbro", - "top": "create:block/gabbro", - "side": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_wall_post.json b/src/main/resources/assets/create/models/block/palettes/gabbro_wall_post.json deleted file mode 100644 index c39942b24..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/gabbro_wall_side.json b/src/main/resources/assets/create/models/block/palettes/gabbro_wall_side.json deleted file mode 100644 index 594ff8470..000000000 --- a/src/main/resources/assets/create/models/block/palettes/gabbro_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/granite_bricks.json b/src/main/resources/assets/create/models/block/palettes/granite_bricks.json deleted file mode 100644 index 079e9f4cb..000000000 --- a/src/main/resources/assets/create/models/block/palettes/granite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_granite", - "side": "create:block/granite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/granite_layers.json b/src/main/resources/assets/create/models/block/palettes/granite_layers.json deleted file mode 100644 index ec32d1aba..000000000 --- a/src/main/resources/assets/create/models/block/palettes/granite_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/polished_granite", - "side": "create:block/granite_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/indented_gabbro.json b/src/main/resources/assets/create/models/block/palettes/indented_gabbro.json deleted file mode 100644 index 77fe76aeb..000000000 --- a/src/main/resources/assets/create/models/block/palettes/indented_gabbro.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_gabbro", - "side": "create:block/indented_gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab.json b/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab.json deleted file mode 100644 index 368c4de52..000000000 --- a/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/polished_gabbro", - "top": "create:block/polished_gabbro", - "side": "create:block/indented_gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab_top.json b/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab_top.json deleted file mode 100644 index 3a24a7272..000000000 --- a/src/main/resources/assets/create/models/block/palettes/indented_gabbro_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/polished_gabbro", - "top": "create:block/polished_gabbro", - "side": "create:block/indented_gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limesand.json b/src/main/resources/assets/create/models/block/palettes/limesand.json deleted file mode 100644 index ae23faed5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limesand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/limesand" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone.json b/src/main/resources/assets/create/models/block/palettes/limestone.json deleted file mode 100644 index 74b8a040b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks.json deleted file mode 100644 index b472f655b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab.json deleted file mode 100644 index 6e8c25fd5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/limestone_bricks", - "top": "create:block/limestone_bricks", - "side": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab_top.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab_top.json deleted file mode 100644 index f5abb6326..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/limestone_bricks", - "top": "create:block/limestone_bricks", - "side": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs.json deleted file mode 100644 index 1a9dec76e..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/limestone_bricks", - "top": "create:block/limestone_bricks", - "side": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_inner.json deleted file mode 100644 index e177ba515..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/limestone_bricks", - "top": "create:block/limestone_bricks", - "side": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_outer.json deleted file mode 100644 index 6bbfa5e3a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/limestone_bricks", - "top": "create:block/limestone_bricks", - "side": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_post.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_post.json deleted file mode 100644 index 0048086e2..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_side.json b/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_side.json deleted file mode 100644 index 68b3cd583..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_layers.json b/src/main/resources/assets/create/models/block/palettes/limestone_layers.json deleted file mode 100644 index a0eba407b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_limestone", - "side": "create:block/limestone_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_pillar.json b/src/main/resources/assets/create/models/block/palettes/limestone_pillar.json deleted file mode 100644 index fae7fdd05..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/limestone_pillar_top", - "side": "create:block/limestone_pillar" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_slab.json b/src/main/resources/assets/create/models/block/palettes/limestone_slab.json deleted file mode 100644 index e99a05aa8..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/limestone", - "top": "create:block/limestone", - "side": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_slab_top.json b/src/main/resources/assets/create/models/block/palettes/limestone_slab_top.json deleted file mode 100644 index a81fe496d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/limestone", - "top": "create:block/limestone", - "side": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_stairs.json b/src/main/resources/assets/create/models/block/palettes/limestone_stairs.json deleted file mode 100644 index 3719fa952..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/limestone", - "top": "create:block/limestone", - "side": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/limestone_stairs_inner.json deleted file mode 100644 index 17841762f..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/limestone", - "top": "create:block/limestone", - "side": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/limestone_stairs_outer.json deleted file mode 100644 index 6094bbdf4..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/limestone", - "top": "create:block/limestone", - "side": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_wall_post.json b/src/main/resources/assets/create/models/block/palettes/limestone_wall_post.json deleted file mode 100644 index 6227805c3..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/limestone_wall_side.json b/src/main/resources/assets/create/models/block/palettes/limestone_wall_side.json deleted file mode 100644 index e1e69d5a0..000000000 --- a/src/main/resources/assets/create/models/block/palettes/limestone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/mossy_gabbro_bricks.json b/src/main/resources/assets/create/models/block/palettes/mossy_gabbro_bricks.json deleted file mode 100644 index f84615ddd..000000000 --- a/src/main/resources/assets/create/models/block/palettes/mossy_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/polished_gabbro", - "side": "create:block/mossy_gabbro_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/palettes/natural_scoria.json b/src/main/resources/assets/create/models/block/palettes/natural_scoria.json deleted file mode 100644 index dfb033708..000000000 --- a/src/main/resources/assets/create/models/block/palettes/natural_scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks.json b/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks.json deleted file mode 100644 index 3af31a3c1..000000000 --- a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/polished_gabbro", - "side": "create:block/gabbro_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab.json b/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab.json deleted file mode 100644 index ce9b70383..000000000 --- a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "create:block/paved_slab", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/polished_gabbro", - "side": "create:block/gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab_top.json b/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab_top.json deleted file mode 100644 index 39f3a87c3..000000000 --- a/src/main/resources/assets/create/models/block/palettes/paved_gabbro_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/polished_gabbro", - "side": "create:block/gabbro_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_dark_scoria.json b/src/main/resources/assets/create/models/block/palettes/polished_dark_scoria.json deleted file mode 100644 index 8831e1c9d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_dark_scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_dark_scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_dolomite.json b/src/main/resources/assets/create/models/block/palettes/polished_dolomite.json deleted file mode 100644 index 494f37503..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_dolomite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_dolomite" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_gabbro.json b/src/main/resources/assets/create/models/block/palettes/polished_gabbro.json deleted file mode 100644 index 81e51a163..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_gabbro.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_gabbro" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_limestone.json b/src/main/resources/assets/create/models/block/palettes/polished_limestone.json deleted file mode 100644 index 218891cb5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_limestone_double_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_limestone_double_slab.json deleted file mode 100644 index e369cf707..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_limestone_double_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_limestone", - "side": "create:block/polished_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab.json deleted file mode 100644 index bc0daab23..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/polished_limestone", - "top": "create:block/polished_limestone", - "side": "create:block/polished_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab_top.json b/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab_top.json deleted file mode 100644 index 5f801705e..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_limestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/polished_limestone", - "top": "create:block/polished_limestone", - "side": "create:block/polished_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_scoria.json b/src/main/resources/assets/create/models/block/palettes/polished_scoria.json deleted file mode 100644 index 9d79f7187..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_scoria_double_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_scoria_double_slab.json deleted file mode 100644 index 12724575b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_scoria_double_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_scoria", - "side": "create:block/polished_scoria_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab.json deleted file mode 100644 index 0eb77c3b5..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/polished_scoria", - "top": "create:block/polished_scoria", - "side": "create:block/polished_scoria_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab_top.json b/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab_top.json deleted file mode 100644 index 8e640f05c..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_scoria_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/polished_scoria", - "top": "create:block/polished_scoria", - "side": "create:block/polished_scoria_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone.json b/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone.json deleted file mode 100644 index cd611a55a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/polished_weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_double_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_double_slab.json deleted file mode 100644 index 95352da4b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_double_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_weathered_limestone", - "side": "create:block/polished_weathered_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab.json b/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab.json deleted file mode 100644 index 8ff02259c..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/polished_weathered_limestone", - "top": "create:block/polished_weathered_limestone", - "side": "create:block/polished_weathered_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab_top.json b/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab_top.json deleted file mode 100644 index 0586fcf56..000000000 --- a/src/main/resources/assets/create/models/block/palettes/polished_weathered_limestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/polished_weathered_limestone", - "top": "create:block/polished_weathered_limestone", - "side": "create:block/polished_weathered_limestone_slab" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria.json b/src/main/resources/assets/create/models/block/palettes/scoria.json deleted file mode 100644 index dfb033708..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_bricks.json b/src/main/resources/assets/create/models/block/palettes/scoria_bricks.json deleted file mode 100644 index dccf0a88a..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_scoria", - "side": "create:block/scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_layers.json b/src/main/resources/assets/create/models/block/palettes/scoria_layers.json deleted file mode 100644 index 1ddab7e63..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_scoria", - "side": "create:block/scoria_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_pillar.json b/src/main/resources/assets/create/models/block/palettes/scoria_pillar.json deleted file mode 100644 index fb45af941..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/scoria_pillar_top", - "side": "create:block/scoria_pillar" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_slab.json b/src/main/resources/assets/create/models/block/palettes/scoria_slab.json deleted file mode 100644 index c808bc8fa..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/scoria", - "top": "create:block/scoria", - "side": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_slab_top.json b/src/main/resources/assets/create/models/block/palettes/scoria_slab_top.json deleted file mode 100644 index 7cedb2cb9..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/scoria", - "top": "create:block/scoria", - "side": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_stairs.json b/src/main/resources/assets/create/models/block/palettes/scoria_stairs.json deleted file mode 100644 index 9cf3fc005..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/scoria", - "top": "create:block/scoria", - "side": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/scoria_stairs_inner.json deleted file mode 100644 index 76662fa5d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/scoria", - "top": "create:block/scoria", - "side": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/scoria_stairs_outer.json deleted file mode 100644 index c6e826914..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/scoria", - "top": "create:block/scoria", - "side": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_wall_post.json b/src/main/resources/assets/create/models/block/palettes/scoria_wall_post.json deleted file mode 100644 index 6685a6d73..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/scoria_wall_side.json b/src/main/resources/assets/create/models/block/palettes/scoria_wall_side.json deleted file mode 100644 index 1a6a3cfbf..000000000 --- a/src/main/resources/assets/create/models/block/palettes/scoria_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/slightly_mossy_gabbro_bricks.json b/src/main/resources/assets/create/models/block/palettes/slightly_mossy_gabbro_bricks.json deleted file mode 100644 index 06a973578..000000000 --- a/src/main/resources/assets/create/models/block/palettes/slightly_mossy_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "create:block/full_gabbro_bricks", - "top": "create:block/polished_gabbro", - "side": "create:block/slightly_mossy_gabbro_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone.json deleted file mode 100644 index 27de47b4d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks.json deleted file mode 100644 index 4767f73a9..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab.json deleted file mode 100644 index 774a73459..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/weathered_limestone_bricks", - "top": "create:block/weathered_limestone_bricks", - "side": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab_top.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab_top.json deleted file mode 100644 index a1dc64437..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/weathered_limestone_bricks", - "top": "create:block/weathered_limestone_bricks", - "side": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs.json deleted file mode 100644 index c09acc19f..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/weathered_limestone_bricks", - "top": "create:block/weathered_limestone_bricks", - "side": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_inner.json deleted file mode 100644 index f8221605c..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/weathered_limestone_bricks", - "top": "create:block/weathered_limestone_bricks", - "side": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_outer.json deleted file mode 100644 index 15220646d..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/weathered_limestone_bricks", - "top": "create:block/weathered_limestone_bricks", - "side": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_post.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_post.json deleted file mode 100644 index 9b881d135..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_side.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_side.json deleted file mode 100644 index 495b533d8..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_layers.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_layers.json deleted file mode 100644 index 796ee1bdc..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_layers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/polished_weathered_limestone", - "side": "create:block/weathered_limestone_layers" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_pillar.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_pillar.json deleted file mode 100644 index 381f79ec8..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "create:block/weathered_limestone_pillar_top", - "side": "create:block/weathered_limestone_pillar" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab.json deleted file mode 100644 index 3970aae98..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "create:block/weathered_limestone", - "top": "create:block/weathered_limestone", - "side": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab_top.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab_top.json deleted file mode 100644 index 316b7afa7..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "create:block/weathered_limestone", - "top": "create:block/weathered_limestone", - "side": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs.json deleted file mode 100644 index 69ccf8b13..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "create:block/weathered_limestone", - "top": "create:block/weathered_limestone", - "side": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_inner.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_inner.json deleted file mode 100644 index 6dba195f7..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "create:block/weathered_limestone", - "top": "create:block/weathered_limestone", - "side": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_outer.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_outer.json deleted file mode 100644 index 0d0df9a4b..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "create:block/weathered_limestone", - "top": "create:block/weathered_limestone", - "side": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_post.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_post.json deleted file mode 100644 index 57a8b667c..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_side.json b/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_side.json deleted file mode 100644 index fa906bdc2..000000000 --- a/src/main/resources/assets/create/models/block/palettes/weathered_limestone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/models/item/andesite_bricks.json b/src/main/resources/assets/create/models/item/andesite_bricks.json deleted file mode 100644 index 4f22d3079..000000000 --- a/src/main/resources/assets/create/models/item/andesite_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/andesite_bricks" -} diff --git a/src/main/resources/assets/create/models/item/andesite_layers.json b/src/main/resources/assets/create/models/item/andesite_layers.json deleted file mode 100644 index 83f760954..000000000 --- a/src/main/resources/assets/create/models/item/andesite_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/andesite_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria.json b/src/main/resources/assets/create/models/item/dark_scoria.json deleted file mode 100644 index 9e9fdfcb8..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_bricks.json b/src/main/resources/assets/create/models/item/dark_scoria_bricks.json deleted file mode 100644 index 136074911..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_bricks" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_bricks_slab.json b/src/main/resources/assets/create/models/item/dark_scoria_bricks_slab.json deleted file mode 100644 index 38c32a91d..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_bricks_stairs.json b/src/main/resources/assets/create/models/item/dark_scoria_bricks_stairs.json deleted file mode 100644 index 1502f474c..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_bricks_wall.json b/src/main/resources/assets/create/models/item/dark_scoria_bricks_wall.json deleted file mode 100644 index 995f218e4..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_bricks_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/dark_scoria_bricks" - } -} diff --git a/src/main/resources/assets/create/models/item/dark_scoria_tiles.json b/src/main/resources/assets/create/models/item/dark_scoria_tiles.json deleted file mode 100644 index 1ff23b33a..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_tiles.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_tiles" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_tiles_slab.json b/src/main/resources/assets/create/models/item/dark_scoria_tiles_slab.json deleted file mode 100644 index 834315289..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dark_scoria_tiles_stairs.json b/src/main/resources/assets/create/models/item/dark_scoria_tiles_stairs.json deleted file mode 100644 index 0d57d66de..000000000 --- a/src/main/resources/assets/create/models/item/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dark_scoria_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/diorite_bricks.json b/src/main/resources/assets/create/models/item/diorite_bricks.json deleted file mode 100644 index 913924c94..000000000 --- a/src/main/resources/assets/create/models/item/diorite_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/diorite_bricks" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/diorite_layers.json b/src/main/resources/assets/create/models/item/diorite_layers.json deleted file mode 100644 index 166cec79d..000000000 --- a/src/main/resources/assets/create/models/item/diorite_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/diorite_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dolomite.json b/src/main/resources/assets/create/models/item/dolomite.json deleted file mode 100644 index e0d6414f3..000000000 --- a/src/main/resources/assets/create/models/item/dolomite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dolomite_bricks.json b/src/main/resources/assets/create/models/item/dolomite_bricks.json deleted file mode 100644 index 95306dab1..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "create:block/dolomite", - "top": "create:block/polished_dolomite", - "side": "create:block/dolomite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dolomite_bricks_slab.json b/src/main/resources/assets/create/models/item/dolomite_bricks_slab.json deleted file mode 100644 index 73cf373a4..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_bricks_slab" -} diff --git a/src/main/resources/assets/create/models/item/dolomite_bricks_stairs.json b/src/main/resources/assets/create/models/item/dolomite_bricks_stairs.json deleted file mode 100644 index 387d2dac2..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_bricks_stairs" -} diff --git a/src/main/resources/assets/create/models/item/dolomite_bricks_wall.json b/src/main/resources/assets/create/models/item/dolomite_bricks_wall.json deleted file mode 100644 index b227b0513..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_bricks_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/dolomite_bricks" - } -} diff --git a/src/main/resources/assets/create/models/item/dolomite_layers.json b/src/main/resources/assets/create/models/item/dolomite_layers.json deleted file mode 100644 index faf872a97..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dolomite_pillar.json b/src/main/resources/assets/create/models/item/dolomite_pillar.json deleted file mode 100644 index 44980751f..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_pillar" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/dolomite_slab.json b/src/main/resources/assets/create/models/item/dolomite_slab.json deleted file mode 100644 index cc9dc5dfb..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_slab" -} diff --git a/src/main/resources/assets/create/models/item/dolomite_stairs.json b/src/main/resources/assets/create/models/item/dolomite_stairs.json deleted file mode 100644 index c46bcdcee..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/dolomite_stairs" -} diff --git a/src/main/resources/assets/create/models/item/dolomite_wall.json b/src/main/resources/assets/create/models/item/dolomite_wall.json deleted file mode 100644 index dabc34f71..000000000 --- a/src/main/resources/assets/create/models/item/dolomite_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/dolomite" - } -} diff --git a/src/main/resources/assets/create/models/item/granite_bricks.json b/src/main/resources/assets/create/models/item/granite_bricks.json deleted file mode 100644 index 929451feb..000000000 --- a/src/main/resources/assets/create/models/item/granite_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/granite_bricks" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/granite_layers.json b/src/main/resources/assets/create/models/item/granite_layers.json deleted file mode 100644 index fe104eef3..000000000 --- a/src/main/resources/assets/create/models/item/granite_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/granite_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/indented_gabbro.json b/src/main/resources/assets/create/models/item/indented_gabbro.json deleted file mode 100644 index ee3a56b5c..000000000 --- a/src/main/resources/assets/create/models/item/indented_gabbro.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/indented_gabbro" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/indented_gabbro_slab.json b/src/main/resources/assets/create/models/item/indented_gabbro_slab.json deleted file mode 100644 index e94fb4fd5..000000000 --- a/src/main/resources/assets/create/models/item/indented_gabbro_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/indented_gabbro_slab" -} diff --git a/src/main/resources/assets/create/models/item/limesand.json b/src/main/resources/assets/create/models/item/limesand.json deleted file mode 100644 index 8017e9dd1..000000000 --- a/src/main/resources/assets/create/models/item/limesand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limesand" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/limestone.json b/src/main/resources/assets/create/models/item/limestone.json deleted file mode 100644 index 6d59dd6b0..000000000 --- a/src/main/resources/assets/create/models/item/limestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/limestone_bricks.json b/src/main/resources/assets/create/models/item/limestone_bricks.json deleted file mode 100644 index a5d3f081b..000000000 --- a/src/main/resources/assets/create/models/item/limestone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_bricks" -} diff --git a/src/main/resources/assets/create/models/item/limestone_bricks_slab.json b/src/main/resources/assets/create/models/item/limestone_bricks_slab.json deleted file mode 100644 index 49f3a5d1d..000000000 --- a/src/main/resources/assets/create/models/item/limestone_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_bricks_slab" -} diff --git a/src/main/resources/assets/create/models/item/limestone_bricks_stairs.json b/src/main/resources/assets/create/models/item/limestone_bricks_stairs.json deleted file mode 100644 index e454dfbd0..000000000 --- a/src/main/resources/assets/create/models/item/limestone_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_bricks_stairs" -} diff --git a/src/main/resources/assets/create/models/item/limestone_bricks_wall.json b/src/main/resources/assets/create/models/item/limestone_bricks_wall.json deleted file mode 100644 index 0f9f9032f..000000000 --- a/src/main/resources/assets/create/models/item/limestone_bricks_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/item/limestone_layers.json b/src/main/resources/assets/create/models/item/limestone_layers.json deleted file mode 100644 index 289ddb8d6..000000000 --- a/src/main/resources/assets/create/models/item/limestone_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/limestone_pillar.json b/src/main/resources/assets/create/models/item/limestone_pillar.json deleted file mode 100644 index d7c749d38..000000000 --- a/src/main/resources/assets/create/models/item/limestone_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_pillar" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/limestone_slab.json b/src/main/resources/assets/create/models/item/limestone_slab.json deleted file mode 100644 index f2499a611..000000000 --- a/src/main/resources/assets/create/models/item/limestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_slab" -} diff --git a/src/main/resources/assets/create/models/item/limestone_stairs.json b/src/main/resources/assets/create/models/item/limestone_stairs.json deleted file mode 100644 index 9b960646d..000000000 --- a/src/main/resources/assets/create/models/item/limestone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/limestone_stairs" -} diff --git a/src/main/resources/assets/create/models/item/limestone_wall.json b/src/main/resources/assets/create/models/item/limestone_wall.json deleted file mode 100644 index 6e49e97c3..000000000 --- a/src/main/resources/assets/create/models/item/limestone_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/limestone" - } -} diff --git a/src/main/resources/assets/create/models/item/natural_scoria.json b/src/main/resources/assets/create/models/item/natural_scoria.json deleted file mode 100644 index 788cc7a7f..000000000 --- a/src/main/resources/assets/create/models/item/natural_scoria.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/natural_scoria" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_dark_scoria.json b/src/main/resources/assets/create/models/item/polished_dark_scoria.json deleted file mode 100644 index 932093fcd..000000000 --- a/src/main/resources/assets/create/models/item/polished_dark_scoria.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_dark_scoria" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_dolomite.json b/src/main/resources/assets/create/models/item/polished_dolomite.json deleted file mode 100644 index f661e94d4..000000000 --- a/src/main/resources/assets/create/models/item/polished_dolomite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_dolomite" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_gabbro.json b/src/main/resources/assets/create/models/item/polished_gabbro.json deleted file mode 100644 index 397f8daa9..000000000 --- a/src/main/resources/assets/create/models/item/polished_gabbro.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_gabbro" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_limestone.json b/src/main/resources/assets/create/models/item/polished_limestone.json deleted file mode 100644 index aabf51435..000000000 --- a/src/main/resources/assets/create/models/item/polished_limestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_limestone" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_limestone_slab.json b/src/main/resources/assets/create/models/item/polished_limestone_slab.json deleted file mode 100644 index 3124a97fb..000000000 --- a/src/main/resources/assets/create/models/item/polished_limestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_limestone_slab" -} diff --git a/src/main/resources/assets/create/models/item/polished_scoria.json b/src/main/resources/assets/create/models/item/polished_scoria.json deleted file mode 100644 index a3d1d87df..000000000 --- a/src/main/resources/assets/create/models/item/polished_scoria.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_scoria" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_scoria_slab.json b/src/main/resources/assets/create/models/item/polished_scoria_slab.json deleted file mode 100644 index 3b2cb6aed..000000000 --- a/src/main/resources/assets/create/models/item/polished_scoria_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_scoria_slab" -} diff --git a/src/main/resources/assets/create/models/item/polished_weathered_limestone.json b/src/main/resources/assets/create/models/item/polished_weathered_limestone.json deleted file mode 100644 index 7ddb31c12..000000000 --- a/src/main/resources/assets/create/models/item/polished_weathered_limestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_weathered_limestone" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/polished_weathered_limestone_slab.json b/src/main/resources/assets/create/models/item/polished_weathered_limestone_slab.json deleted file mode 100644 index ee80f5fe0..000000000 --- a/src/main/resources/assets/create/models/item/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/polished_weathered_limestone_slab" -} diff --git a/src/main/resources/assets/create/models/item/scoria.json b/src/main/resources/assets/create/models/item/scoria.json deleted file mode 100644 index 4cee5b4aa..000000000 --- a/src/main/resources/assets/create/models/item/scoria.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/scoria_bricks.json b/src/main/resources/assets/create/models/item/scoria_bricks.json deleted file mode 100644 index 8f3180949..000000000 --- a/src/main/resources/assets/create/models/item/scoria_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria_bricks" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/scoria_layers.json b/src/main/resources/assets/create/models/item/scoria_layers.json deleted file mode 100644 index c0918b6ba..000000000 --- a/src/main/resources/assets/create/models/item/scoria_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/scoria_pillar.json b/src/main/resources/assets/create/models/item/scoria_pillar.json deleted file mode 100644 index b8adbbdb0..000000000 --- a/src/main/resources/assets/create/models/item/scoria_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria_pillar" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/scoria_slab.json b/src/main/resources/assets/create/models/item/scoria_slab.json deleted file mode 100644 index baf76b347..000000000 --- a/src/main/resources/assets/create/models/item/scoria_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria_slab" -} diff --git a/src/main/resources/assets/create/models/item/scoria_stairs.json b/src/main/resources/assets/create/models/item/scoria_stairs.json deleted file mode 100644 index 9e49dd43c..000000000 --- a/src/main/resources/assets/create/models/item/scoria_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/scoria_stairs" -} diff --git a/src/main/resources/assets/create/models/item/scoria_wall.json b/src/main/resources/assets/create/models/item/scoria_wall.json deleted file mode 100644 index 68c2bf5ab..000000000 --- a/src/main/resources/assets/create/models/item/scoria_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/scoria" - } -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone.json b/src/main/resources/assets/create/models/item/weathered_limestone.json deleted file mode 100644 index 00b960f46..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_bricks.json b/src/main/resources/assets/create/models/item/weathered_limestone_bricks.json deleted file mode 100644 index d8c85b1ae..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_bricks" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_slab.json b/src/main/resources/assets/create/models/item/weathered_limestone_bricks_slab.json deleted file mode 100644 index 82e5976e5..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_bricks_slab" -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_stairs.json b/src/main/resources/assets/create/models/item/weathered_limestone_bricks_stairs.json deleted file mode 100644 index b52d5e679..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_bricks_stairs" -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_wall.json b/src/main/resources/assets/create/models/item/weathered_limestone_bricks_wall.json deleted file mode 100644 index 020060215..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_bricks_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/weathered_limestone_bricks" - } -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_layers.json b/src/main/resources/assets/create/models/item/weathered_limestone_layers.json deleted file mode 100644 index d99ec47b7..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_layers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_layers" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_pillar.json b/src/main/resources/assets/create/models/item/weathered_limestone_pillar.json deleted file mode 100644 index 32d993788..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_pillar" -} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_slab.json b/src/main/resources/assets/create/models/item/weathered_limestone_slab.json deleted file mode 100644 index 92ecaeb6a..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_slab" -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_stairs.json b/src/main/resources/assets/create/models/item/weathered_limestone_stairs.json deleted file mode 100644 index 2fb61845a..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/palettes/weathered_limestone_stairs" -} diff --git a/src/main/resources/assets/create/models/item/weathered_limestone_wall.json b/src/main/resources/assets/create/models/item/weathered_limestone_wall.json deleted file mode 100644 index e113a4f8d..000000000 --- a/src/main/resources/assets/create/models/item/weathered_limestone_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "create:block/weathered_limestone" - } -} diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/bricks.png b/src/main/resources/assets/create/textures/block/palettes/andesite/bricks.png new file mode 100644 index 000000000..56f49802a Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/andesite/cobblestone.png new file mode 100644 index 000000000..4cf9345db Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/andesite/fancy_bricks.png new file mode 100644 index 000000000..0caa9eb3a Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/layered.png b/src/main/resources/assets/create/textures/block/palettes/andesite/layered.png new file mode 100644 index 000000000..f667374ec Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/paved.png b/src/main/resources/assets/create/textures/block/palettes/andesite/paved.png new file mode 100644 index 000000000..2ac2516ca Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/andesite/paved_borderless.png new file mode 100644 index 000000000..f132ef0f9 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/andesite/paved_top.png new file mode 100644 index 000000000..a9833838d Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/pillar.png b/src/main/resources/assets/create/textures/block/palettes/andesite/pillar.png new file mode 100644 index 000000000..0dcc8b7c2 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/andesite/pillar_end.png new file mode 100644 index 000000000..6386432a6 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/andesite/polished.png b/src/main/resources/assets/create/textures/block/palettes/andesite/polished.png new file mode 100644 index 000000000..a9833838d Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/andesite/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/bricks.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/bricks.png new file mode 100644 index 000000000..09d1a4902 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled.png new file mode 100644 index 000000000..57b2bea84 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled_top.png new file mode 100644 index 000000000..1bcd1a136 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/cobblestone.png new file mode 100644 index 000000000..b2d02822f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/fancy_bricks.png new file mode 100644 index 000000000..b6766b70e Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/layered.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/layered.png new file mode 100644 index 000000000..fc6541905 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved.png new file mode 100644 index 000000000..491b9ff2c Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_borderless.png new file mode 100644 index 000000000..38482510c Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_top.png new file mode 100644 index 000000000..dae83d314 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar.png new file mode 100644 index 000000000..c478c7cd9 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar_end.png new file mode 100644 index 000000000..c5321cb75 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/plain.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/plain.png new file mode 100644 index 000000000..2e46e37ff Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dark_scoria/polished.png b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/polished.png new file mode 100644 index 000000000..dae83d314 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dark_scoria/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/bricks.png b/src/main/resources/assets/create/textures/block/palettes/diorite/bricks.png new file mode 100644 index 000000000..f56b950ee Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/diorite/cobblestone.png new file mode 100644 index 000000000..e3569a1d0 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/diorite/fancy_bricks.png new file mode 100644 index 000000000..1d19ae8fb Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/layered.png b/src/main/resources/assets/create/textures/block/palettes/diorite/layered.png new file mode 100644 index 000000000..0a3c85635 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/paved.png b/src/main/resources/assets/create/textures/block/palettes/diorite/paved.png new file mode 100644 index 000000000..63c20bea5 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/diorite/paved_borderless.png new file mode 100644 index 000000000..3fffe421b Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/diorite/paved_top.png new file mode 100644 index 000000000..2eb9cd72f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/pillar.png b/src/main/resources/assets/create/textures/block/palettes/diorite/pillar.png new file mode 100644 index 000000000..ac92900b2 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/diorite/pillar_end.png new file mode 100644 index 000000000..ade5388fb Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/diorite/polished.png b/src/main/resources/assets/create/textures/block/palettes/diorite/polished.png new file mode 100644 index 000000000..2eb9cd72f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/diorite/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/bricks.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/bricks.png new file mode 100644 index 000000000..2213bc6f1 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled.png new file mode 100644 index 000000000..455ed54df Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled_top.png new file mode 100644 index 000000000..95072a6ad Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/cobblestone.png new file mode 100644 index 000000000..cadf83054 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/fancy_bricks.png new file mode 100644 index 000000000..147a224ab Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/layered.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/layered.png new file mode 100644 index 000000000..01875b4ec Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/paved.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved.png new file mode 100644 index 000000000..8939ec1f4 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_borderless.png new file mode 100644 index 000000000..f823b14b3 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_top.png new file mode 100644 index 000000000..f63f35a22 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar.png new file mode 100644 index 000000000..da26200c4 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar_end.png new file mode 100644 index 000000000..20225c9f8 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/plain.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/plain.png new file mode 100644 index 000000000..6926ca208 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/dolomite/polished.png b/src/main/resources/assets/create/textures/block/palettes/dolomite/polished.png new file mode 100644 index 000000000..f63f35a22 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/dolomite/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/bricks.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/bricks.png new file mode 100644 index 000000000..2e0e6bec7 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled.png new file mode 100644 index 000000000..3a31c60bb Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled_top.png new file mode 100644 index 000000000..4b11c0f7b Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/cobblestone.png new file mode 100644 index 000000000..1562b626e Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/fancy_bricks.png new file mode 100644 index 000000000..f1dd5d400 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/layered.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/layered.png new file mode 100644 index 000000000..ea4cbad7f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/paved.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved.png new file mode 100644 index 000000000..742b4de7f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_borderless.png new file mode 100644 index 000000000..2467ce019 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_top.png new file mode 100644 index 000000000..c3f94b367 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar.png new file mode 100644 index 000000000..a4cf77aab Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar_end.png new file mode 100644 index 000000000..f2cafb0f7 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/plain.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/plain.png new file mode 100644 index 000000000..a8b98f8db Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/gabbro/polished.png b/src/main/resources/assets/create/textures/block/palettes/gabbro/polished.png new file mode 100644 index 000000000..c3f94b367 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/gabbro/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/bricks.png b/src/main/resources/assets/create/textures/block/palettes/granite/bricks.png new file mode 100644 index 000000000..1dcf52072 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/granite/cobblestone.png new file mode 100644 index 000000000..0eea8378b Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/granite/fancy_bricks.png new file mode 100644 index 000000000..efb2aae3c Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/layered.png b/src/main/resources/assets/create/textures/block/palettes/granite/layered.png new file mode 100644 index 000000000..d9cfee2bf Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/paved.png b/src/main/resources/assets/create/textures/block/palettes/granite/paved.png new file mode 100644 index 000000000..d5b4d5a40 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/granite/paved_borderless.png new file mode 100644 index 000000000..9dfc8a5f8 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/granite/paved_top.png new file mode 100644 index 000000000..a54984756 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/pillar.png b/src/main/resources/assets/create/textures/block/palettes/granite/pillar.png new file mode 100644 index 000000000..9fc050373 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/granite/pillar_end.png new file mode 100644 index 000000000..b9d4369a1 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/granite/polished.png b/src/main/resources/assets/create/textures/block/palettes/granite/polished.png new file mode 100644 index 000000000..a54984756 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/granite/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/limesand.png b/src/main/resources/assets/create/textures/block/palettes/limesand.png similarity index 100% rename from src/main/resources/assets/create/textures/block/limesand.png rename to src/main/resources/assets/create/textures/block/palettes/limesand.png diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/bricks.png b/src/main/resources/assets/create/textures/block/palettes/limestone/bricks.png new file mode 100644 index 000000000..d1cf16fed Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled.png new file mode 100644 index 000000000..8ac86760b Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled_top.png new file mode 100644 index 000000000..d8621bc14 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/limestone/cobblestone.png new file mode 100644 index 000000000..0f8e9b869 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/limestone/fancy_bricks.png new file mode 100644 index 000000000..65c6079b5 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/layered.png b/src/main/resources/assets/create/textures/block/palettes/limestone/layered.png new file mode 100644 index 000000000..0e3988dfa Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/paved.png b/src/main/resources/assets/create/textures/block/palettes/limestone/paved.png new file mode 100644 index 000000000..fae0bbbb5 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/limestone/paved_borderless.png new file mode 100644 index 000000000..bf6c86b19 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/limestone/paved_top.png new file mode 100644 index 000000000..06d009e6d Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/pillar.png b/src/main/resources/assets/create/textures/block/palettes/limestone/pillar.png new file mode 100644 index 000000000..cc632841e Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/limestone/pillar_end.png new file mode 100644 index 000000000..02d7b3ca6 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/plain.png b/src/main/resources/assets/create/textures/block/palettes/limestone/plain.png new file mode 100644 index 000000000..b818cb13a Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/limestone/polished.png b/src/main/resources/assets/create/textures/block/palettes/limestone/polished.png new file mode 100644 index 000000000..06d009e6d Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/limestone/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/mossy.png b/src/main/resources/assets/create/textures/block/palettes/mossy.png new file mode 100644 index 000000000..4ad47bca3 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/mossy.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/natural_scoria.png b/src/main/resources/assets/create/textures/block/palettes/natural_scoria.png new file mode 100644 index 000000000..970d8e7ea Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/natural_scoria.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/overgrown.png b/src/main/resources/assets/create/textures/block/palettes/overgrown.png new file mode 100644 index 000000000..b1f7008ff Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/overgrown.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/bricks.png b/src/main/resources/assets/create/textures/block/palettes/scoria/bricks.png new file mode 100644 index 000000000..2da39ab1c Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled.png new file mode 100644 index 000000000..45d083438 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled_top.png new file mode 100644 index 000000000..ddbf26abe Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/scoria/cobblestone.png new file mode 100644 index 000000000..a0d53cd4a Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/scoria/fancy_bricks.png new file mode 100644 index 000000000..dc00fc0c5 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/layered.png b/src/main/resources/assets/create/textures/block/palettes/scoria/layered.png new file mode 100644 index 000000000..00165f456 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/paved.png b/src/main/resources/assets/create/textures/block/palettes/scoria/paved.png new file mode 100644 index 000000000..a69fa9935 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/scoria/paved_borderless.png new file mode 100644 index 000000000..7cb6547ed Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/scoria/paved_top.png new file mode 100644 index 000000000..5e8b31da6 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/pillar.png b/src/main/resources/assets/create/textures/block/palettes/scoria/pillar.png new file mode 100644 index 000000000..a5690205f Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/scoria/pillar_end.png new file mode 100644 index 000000000..e8e44cf56 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/plain.png b/src/main/resources/assets/create/textures/block/palettes/scoria/plain.png new file mode 100644 index 000000000..970d8e7ea Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/scoria/polished.png b/src/main/resources/assets/create/textures/block/palettes/scoria/polished.png new file mode 100644 index 000000000..5e8b31da6 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/scoria/polished.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/bricks.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/bricks.png new file mode 100644 index 000000000..2e2be1cc6 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled.png new file mode 100644 index 000000000..46e1d1947 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled_top.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled_top.png new file mode 100644 index 000000000..ea84724eb Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/chiseled_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/cobblestone.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/cobblestone.png new file mode 100644 index 000000000..460e304f9 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/cobblestone.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/fancy_bricks.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/fancy_bricks.png new file mode 100644 index 000000000..78b8484de Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/fancy_bricks.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/layered.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/layered.png new file mode 100644 index 000000000..db93874c2 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/layered.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved.png new file mode 100644 index 000000000..1dc28a959 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_borderless.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_borderless.png new file mode 100644 index 000000000..fdf049862 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_borderless.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_top.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_top.png new file mode 100644 index 000000000..9f6db45a0 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/paved_top.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar.png new file mode 100644 index 000000000..a745ad954 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar_end.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar_end.png new file mode 100644 index 000000000..d3a61b3d2 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/pillar_end.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/plain.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/plain.png new file mode 100644 index 000000000..448f1c63b Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/plain.png differ diff --git a/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/polished.png b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/polished.png new file mode 100644 index 000000000..9f6db45a0 Binary files /dev/null and b/src/main/resources/assets/create/textures/block/palettes/weathered_limestone/polished.png differ diff --git a/src/main/resources/data/create/loot_tables/blocks/andesite_bricks.json b/src/main/resources/data/create/loot_tables/blocks/andesite_bricks.json deleted file mode 100644 index 4cc351487..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/andesite_bricks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:andesite_bricks", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:andesite_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/andesite_layers.json b/src/main/resources/data/create/loot_tables/blocks/andesite_layers.json deleted file mode 100644 index 9c40b4382..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/andesite_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:andesite_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria.json deleted file mode 100644 index c26589bf5..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks.json deleted file mode 100644 index d2ae7ecae..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_slab.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_slab.json deleted file mode 100644 index f0f16b380..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:dark_scoria_bricks_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:dark_scoria_bricks_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_stairs.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_stairs.json deleted file mode 100644 index 830b936c5..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria_bricks_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_wall.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_wall.json deleted file mode 100644 index fafe71b46..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria_bricks_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles.json deleted file mode 100644 index 2b934dd54..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria_tiles" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_slab.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_slab.json deleted file mode 100644 index 181ce3f84..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:dark_scoria_tiles_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:dark_scoria_tiles_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_stairs.json b/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_stairs.json deleted file mode 100644 index 3b5b51142..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_scoria_tiles_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/diorite_bricks.json b/src/main/resources/data/create/loot_tables/blocks/diorite_bricks.json deleted file mode 100644 index f302b41aa..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/diorite_bricks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:diorite_bricks", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:diorite_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/diorite_layers.json b/src/main/resources/data/create/loot_tables/blocks/diorite_layers.json deleted file mode 100644 index 00969c8bd..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/diorite_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:diorite_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite.json b/src/main/resources/data/create/loot_tables/blocks/dolomite.json deleted file mode 100644 index d97bb3322..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_bricks.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_bricks.json deleted file mode 100644 index f9a96e243..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_layers.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_layers.json deleted file mode 100644 index 4501c8cc8..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_pillar.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_pillar.json deleted file mode 100644 index ca2a7995b..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_pillar.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite_pillar" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_slab.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_slab.json deleted file mode 100644 index f7eb5ebe8..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:dolomite_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:dolomite_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_stairs.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_stairs.json deleted file mode 100644 index ab0e86430..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:dolomite_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/dolomite_wall.json b/src/main/resources/data/create/loot_tables/blocks/dolomite_wall.json deleted file mode 100644 index 65de9a4a2..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/dolomite_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dolomite_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro.json b/src/main/resources/data/create/loot_tables/blocks/gabbro.json deleted file mode 100644 index 84c505052..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks.json deleted file mode 100644 index 6397c5af9..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro_bricks", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_stairs.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_stairs.json deleted file mode 100644 index 66636c7f5..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro_bricks_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_bricks_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_wall.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_wall.json deleted file mode 100644 index 0da55fdd5..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_bricks_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro_bricks_wall", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_bricks_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_layers.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_layers.json deleted file mode 100644 index 6e08b563b..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_slab.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_slab.json deleted file mode 100644 index 2c797af99..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:gabbro_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:gabbro_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_stairs.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_stairs.json deleted file mode 100644 index 137ae137b..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/gabbro_wall.json b/src/main/resources/data/create/loot_tables/blocks/gabbro_wall.json deleted file mode 100644 index 6c3a64bce..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/gabbro_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:gabbro_wall", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:gabbro_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/granite_bricks.json b/src/main/resources/data/create/loot_tables/blocks/granite_bricks.json deleted file mode 100644 index a703d3efa..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/granite_bricks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:granite_bricks", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:granite_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/granite_layers.json b/src/main/resources/data/create/loot_tables/blocks/granite_layers.json deleted file mode 100644 index 45f02b6ed..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/granite_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:granite_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limesand.json b/src/main/resources/data/create/loot_tables/blocks/limesand.json deleted file mode 100644 index 2299a5e93..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limesand.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limesand", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limesand" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone.json b/src/main/resources/data/create/loot_tables/blocks/limestone.json deleted file mode 100644 index 85dd22ac4..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks.json b/src/main/resources/data/create/loot_tables/blocks/limestone_bricks.json deleted file mode 100644 index 62bc8da2d..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_bricks", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_slab.json b/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_slab.json deleted file mode 100644 index 85a6b61d8..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:limestone_bricks_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:limestone_bricks_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_stairs.json b/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_stairs.json deleted file mode 100644 index 762b05bce..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_bricks_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_bricks_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_wall.json b/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_wall.json deleted file mode 100644 index d16daf757..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_bricks_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_bricks_wall", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_bricks_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_layers.json b/src/main/resources/data/create/loot_tables/blocks/limestone_layers.json deleted file mode 100644 index 5b42d6f80..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_layers.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_layers", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_pillar.json b/src/main/resources/data/create/loot_tables/blocks/limestone_pillar.json deleted file mode 100644 index 8aef58ff5..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_pillar.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_pillar", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_pillar" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_slab.json b/src/main/resources/data/create/loot_tables/blocks/limestone_slab.json deleted file mode 100644 index b27dcecd0..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:limestone_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:limestone_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_stairs.json b/src/main/resources/data/create/loot_tables/blocks/limestone_stairs.json deleted file mode 100644 index 5405dc8c1..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/limestone_wall.json b/src/main/resources/data/create/loot_tables/blocks/limestone_wall.json deleted file mode 100644 index a7efe2a5c..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/limestone_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:limestone_wall", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:limestone_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_dark_scoria.json b/src/main/resources/data/create/loot_tables/blocks/polished_dark_scoria.json deleted file mode 100644 index 1369b41df..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_dark_scoria.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_dark_scoria" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_dolomite.json b/src/main/resources/data/create/loot_tables/blocks/polished_dolomite.json deleted file mode 100644 index f53102b46..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_dolomite.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_dolomite" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_gabbro.json b/src/main/resources/data/create/loot_tables/blocks/polished_gabbro.json deleted file mode 100644 index 374bc24a7..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_gabbro.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:polished_gabbro", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_gabbro" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_limestone.json b/src/main/resources/data/create/loot_tables/blocks/polished_limestone.json deleted file mode 100644 index 4486c0192..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_limestone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:polished_limestone", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_limestone" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_limestone_slab.json b/src/main/resources/data/create/loot_tables/blocks/polished_limestone_slab.json deleted file mode 100644 index ced385ee6..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_limestone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:polished_limestone_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:polished_limestone_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_scoria.json b/src/main/resources/data/create/loot_tables/blocks/polished_scoria.json deleted file mode 100644 index b28b131c7..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_scoria.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_scoria" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_scoria_slab.json b/src/main/resources/data/create/loot_tables/blocks/polished_scoria_slab.json deleted file mode 100644 index 4f44b847b..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_scoria_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:polished_scoria_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:polished_scoria_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone.json b/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone.json deleted file mode 100644 index c9dbf5cb1..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:polished_weathered_limestone", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:polished_weathered_limestone" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone_slab.json b/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone_slab.json deleted file mode 100644 index bb102c0eb..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:polished_weathered_limestone_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:polished_weathered_limestone_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria.json b/src/main/resources/data/create/loot_tables/blocks/scoria.json deleted file mode 100644 index 0025a35ae..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_bricks.json b/src/main/resources/data/create/loot_tables/blocks/scoria_bricks.json deleted file mode 100644 index f3ed5de62..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_layers.json b/src/main/resources/data/create/loot_tables/blocks/scoria_layers.json deleted file mode 100644 index 01e30e6b7..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_pillar.json b/src/main/resources/data/create/loot_tables/blocks/scoria_pillar.json deleted file mode 100644 index 512348d29..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_pillar.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria_pillar" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_slab.json b/src/main/resources/data/create/loot_tables/blocks/scoria_slab.json deleted file mode 100644 index 6e1cfbd6c..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:scoria_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:scoria_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_stairs.json b/src/main/resources/data/create/loot_tables/blocks/scoria_stairs.json deleted file mode 100644 index 94fe376b8..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/scoria_wall.json b/src/main/resources/data/create/loot_tables/blocks/scoria_wall.json deleted file mode 100644 index 54cf7b6b7..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/scoria_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:scoria_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone.json deleted file mode 100644 index 9a11fe4be..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks.json deleted file mode 100644 index 4c24c5131..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_bricks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_slab.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_slab.json deleted file mode 100644 index 425fca698..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:weathered_limestone_bricks_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:weathered_limestone_bricks_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_stairs.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_stairs.json deleted file mode 100644 index 10c7f286b..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:weathered_limestone_bricks_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_bricks_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_wall.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_wall.json deleted file mode 100644 index e80d0da9c..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_bricks_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_bricks_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_layers.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_layers.json deleted file mode 100644 index 08d778adb..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_layers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_layers" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_pillar.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_pillar.json deleted file mode 100644 index 051edf20c..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_pillar.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_pillar" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_slab.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_slab.json deleted file mode 100644 index 0b5dacc1e..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "create:weathered_limestone_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "create:weathered_limestone_slab" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_stairs.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_stairs.json deleted file mode 100644 index a12050240..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:weathered_limestone_stairs", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_wall.json b/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_wall.json deleted file mode 100644 index b5feffff6..000000000 --- a/src/main/resources/data/create/loot_tables/blocks/weathered_limestone_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "create:weathered_limestone_wall", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:weathered_limestone_wall" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria.json deleted file mode 100644 index 6278aad24..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "LLL", - "LWL", - "LLL" - ], - "key": { - "L": { - "item": "create:scoria" - }, - "W": { - "tag": "forge:dyes/black" - } - }, - "result": { - "item": "create:dark_scoria", - "count": 8 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks.json deleted file mode 100644 index 087c8642d..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_dark_scoria" - } - }, - "result": { - "item": "create:dark_scoria_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_slab.json deleted file mode 100644 index b391d2b76..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:dark_scoria_bricks" - } - }, - "result": { - "item": "create:dark_scoria_bricks_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_stairs.json deleted file mode 100644 index 3f28b49a7..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:dark_scoria_bricks" - } - }, - "result": { - "item": "create:dark_scoria_bricks_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_wall.json deleted file mode 100644 index 52c6ad89c..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_bricks_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:dark_scoria_bricks" - } - }, - "result": { - "item": "create:dark_scoria_bricks_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles.json deleted file mode 100644 index 28164b8f4..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S" - ], - "key": { - "S": { - "item": "create:dark_scoria_bricks" - } - }, - "result": { - "item": "create:dark_scoria_tiles", - "count": 1 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_slab.json deleted file mode 100644 index b4ab84eb0..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:dark_scoria_tiles" - } - }, - "result": { - "item": "create:dark_scoria_tiles_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_stairs.json deleted file mode 100644 index fe3c37d8c..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:dark_scoria_tiles" - } - }, - "result": { - "item": "create:dark_scoria_tiles_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_bricks.json deleted file mode 100644 index 1f6baef99..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_dolomite" - } - }, - "result": { - "item": "create:dolomite_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_slab.json deleted file mode 100644 index 6b77d81c9..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:dolomite" - } - }, - "result": { - "item": "create:dolomite_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_stairs.json deleted file mode 100644 index 4e094f3bb..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:dolomite" - } - }, - "result": { - "item": "create:dolomite_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_wall.json deleted file mode 100644 index 18c10a2bb..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/dolomite_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:dolomite" - } - }, - "result": { - "item": "create:dolomite_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks.json deleted file mode 100644 index 60a32f678..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_gabbro" - } - }, - "result": { - "item": "create:gabbro_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_stairs.json deleted file mode 100644 index 1ba3b48b0..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:gabbro_bricks" - } - }, - "result": { - "item": "create:gabbro_bricks_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_wall.json deleted file mode 100644 index da3e48bcc..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_bricks_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:gabbro_bricks" - } - }, - "result": { - "item": "create:gabbro_bricks_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_slab.json deleted file mode 100644 index bfc5f8f63..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:gabbro" - } - }, - "result": { - "item": "create:gabbro_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_stairs.json deleted file mode 100644 index 171176b7c..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:gabbro" - } - }, - "result": { - "item": "create:gabbro_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_wall.json deleted file mode 100644 index ed76575a8..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/gabbro_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:gabbro" - } - }, - "result": { - "item": "create:gabbro_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/indented_gabbro_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/indented_gabbro_slab.json deleted file mode 100644 index d0122bcb6..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/indented_gabbro_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:polished_gabbro" - } - }, - "result": { - "item": "create:indented_gabbro_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limesand.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limesand.json deleted file mode 100644 index f8b0f8831..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limesand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "WL", - "LW" - ], - "key": { - "L": { - "item": "minecraft:sand" - }, - "W": { - "item": "minecraft:diorite" - } - }, - "result": { - "item": "create:limesand", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks.json deleted file mode 100644 index f9081bc89..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_limestone" - } - }, - "result": { - "item": "create:limestone_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_slab.json deleted file mode 100644 index fe91d2bd1..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:limestone_bricks" - } - }, - "result": { - "item": "create:limestone_bricks_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_stairs.json deleted file mode 100644 index b25bacc12..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:limestone_bricks" - } - }, - "result": { - "item": "create:limestone_bricks_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_wall.json deleted file mode 100644 index 331d042ab..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_bricks_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:limestone_bricks" - } - }, - "result": { - "item": "create:limestone_bricks_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_slab.json deleted file mode 100644 index 18c746461..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:limestone" - } - }, - "result": { - "item": "create:limestone_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_stairs.json deleted file mode 100644 index f8d1c6e3d..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:limestone" - } - }, - "result": { - "item": "create:limestone_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_wall.json deleted file mode 100644 index 573b589e8..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/limestone_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:limestone" - } - }, - "result": { - "item": "create:limestone_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/paved_gabbro_bricks_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/paved_gabbro_bricks_slab.json deleted file mode 100644 index e5f24e407..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/paved_gabbro_bricks_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:paved_gabbro_bricks" - } - }, - "result": { - "item": "create:paved_gabbro_bricks_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dark_scoria.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dark_scoria.json deleted file mode 100644 index 7b8140112..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dark_scoria.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:dark_scoria" - } - }, - "result": { - "item": "create:polished_dark_scoria", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dolomite.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dolomite.json deleted file mode 100644 index 9c86b7cfc..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_dolomite.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:dolomite" - } - }, - "result": { - "item": "create:polished_dolomite", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_gabbro.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_gabbro.json deleted file mode 100644 index f7e796fb9..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_gabbro.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:gabbro" - } - }, - "result": { - "item": "create:polished_gabbro", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone.json deleted file mode 100644 index 9add521e5..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:limestone" - } - }, - "result": { - "item": "create:polished_limestone", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone_slab.json deleted file mode 100644 index 48a2eaca8..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_limestone_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:polished_limestone" - } - }, - "result": { - "item": "create:polished_limestone_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria.json deleted file mode 100644 index fcc113e68..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:scoria" - } - }, - "result": { - "item": "create:polished_scoria", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria_slab.json deleted file mode 100644 index f84dd727b..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_scoria_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:polished_scoria" - } - }, - "result": { - "item": "create:polished_scoria_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone.json deleted file mode 100644 index 620e79f66..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:weathered_limestone" - } - }, - "result": { - "item": "create:polished_weathered_limestone", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone_slab.json deleted file mode 100644 index 05bf108eb..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:polished_weathered_limestone" - } - }, - "result": { - "item": "create:polished_weathered_limestone_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_bricks.json deleted file mode 100644 index 2962ae31e..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_scoria" - } - }, - "result": { - "item": "create:scoria_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_slab.json deleted file mode 100644 index cbfab2a36..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:scoria" - } - }, - "result": { - "item": "create:scoria_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_stairs.json deleted file mode 100644 index be5fd403b..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:scoria" - } - }, - "result": { - "item": "create:scoria_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_wall.json deleted file mode 100644 index 24281ae71..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/scoria_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:scoria" - } - }, - "result": { - "item": "create:scoria_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone.json deleted file mode 100644 index a92e9916f..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "LLL", - "LWL", - "LLL" - ], - "key": { - "L": { - "item": "create:limestone" - }, - "W": { - "item": "minecraft:water_bucket" - } - }, - "result": { - "item": "create:weathered_limestone", - "count": 8 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks.json deleted file mode 100644 index ccea8c165..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "create:polished_weathered_limestone" - } - }, - "result": { - "item": "create:weathered_limestone_bricks", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_slab.json deleted file mode 100644 index 05cdc2293..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone_bricks" - } - }, - "result": { - "item": "create:weathered_limestone_bricks_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_stairs.json deleted file mode 100644 index 65b44d72e..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone_bricks" - } - }, - "result": { - "item": "create:weathered_limestone_bricks_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_wall.json deleted file mode 100644 index 6ece23c1a..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_bricks_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone_bricks" - } - }, - "result": { - "item": "create:weathered_limestone_bricks_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_slab.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_slab.json deleted file mode 100644 index 1471da269..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_slab.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone" - } - }, - "result": { - "item": "create:weathered_limestone_slab", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_stairs.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_stairs.json deleted file mode 100644 index 07f3105ec..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_stairs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone" - } - }, - "result": { - "item": "create:weathered_limestone_stairs", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_wall.json b/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_wall.json deleted file mode 100644 index 7810d9270..000000000 --- a/src/main/resources/data/create/recipes/crafting_shaped/palettes/weathered_limestone_wall.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "create:weathered_limestone" - } - }, - "result": { - "item": "create:weathered_limestone_wall", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json deleted file mode 100644 index f379c7df2..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:andesite" - }, - "result": "create:andesite_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/andesite_layers.json b/src/main/resources/data/create/recipes/stonecutting/andesite_layers.json deleted file mode 100644 index 675d0e4b2..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/andesite_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:andesite" - }, - "result": "create:andesite_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks.json deleted file mode 100644 index 19e0ca529..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab.json deleted file mode 100644 index d770d26bf..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab2.json deleted file mode 100644 index 1fbab0565..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria_bricks" - }, - "result": "create:dark_scoria_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs.json deleted file mode 100644 index 1836b5c0b..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs2.json deleted file mode 100644 index 6539354e5..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_stairs2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria_bricks" - }, - "result": "create:dark_scoria_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall.json deleted file mode 100644 index 866cd17bb..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall2.json deleted file mode 100644 index cfba28e9f..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_bricks_wall2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria_bricks" - }, - "result": "create:dark_scoria_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles.json deleted file mode 100644 index 2d5e071f7..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_tiles", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab.json deleted file mode 100644 index d869aa06f..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_tiles_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab2.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab2.json deleted file mode 100644 index 3b68f5545..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria_tiles" - }, - "result": "create:dark_scoria_tiles_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs.json deleted file mode 100644 index 1fff12615..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:dark_scoria_tiles_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs2.json deleted file mode 100644 index a28c68dc9..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dark_scoria_tiles_stairs2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria_tiles" - }, - "result": "create:dark_scoria_tiles_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/diorite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/diorite_bricks.json deleted file mode 100644 index d7d98e4bd..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/diorite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:diorite" - }, - "result": "create:diorite_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/diorite_layers.json b/src/main/resources/data/create/recipes/stonecutting/diorite_layers.json deleted file mode 100644 index a291f4868..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/diorite_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:diorite" - }, - "result": "create:diorite_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json deleted file mode 100644 index 27293be51..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_layers.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_layers.json deleted file mode 100644 index 34559646f..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json deleted file mode 100644 index 9dd46828a..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_pillar", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json deleted file mode 100644 index a7e7cffff..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json deleted file mode 100644 index 06a377fc5..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json deleted file mode 100644 index 90e9e7d03..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:dolomite_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json deleted file mode 100644 index db7afd4fd..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json deleted file mode 100644 index b2d4d0fe7..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json deleted file mode 100644 index c333f57d2..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro_bricks" - }, - "result": "create:gabbro_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json deleted file mode 100644 index d6ceb6742..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json deleted file mode 100644 index faa20c23d..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro_bricks" - }, - "result": "create:gabbro_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_layers.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_layers.json deleted file mode 100644 index 055513fb1..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json deleted file mode 100644 index d4c0906fa..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json deleted file mode 100644 index 377c5c53a..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json deleted file mode 100644 index be9520329..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:gabbro_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/granite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/granite_bricks.json deleted file mode 100644 index 737c1061e..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/granite_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:granite" - }, - "result": "create:granite_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/granite_layers.json b/src/main/resources/data/create/recipes/stonecutting/granite_layers.json deleted file mode 100644 index df2f47e59..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/granite_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:granite" - }, - "result": "create:granite_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass.json b/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass.json deleted file mode 100644 index da0cf5757..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:glass" - }, - "result": "create:horizontal_framed_glass", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass_pane.json b/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass_pane.json deleted file mode 100644 index f0abd78de..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/horizontal_framed_glass_pane.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:glass_pane" - }, - "result": "create:horizontal_framed_glass_pane", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json deleted file mode 100644 index 88c24028f..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:indented_gabbro_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json deleted file mode 100644 index 9349e2cf8..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:polished_gabbro" - }, - "result": "create:indented_gabbro_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json deleted file mode 100644 index abb1d975c..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json deleted file mode 100644 index cc8a36be9..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json deleted file mode 100644 index 52e335b87..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone_bricks" - }, - "result": "create:limestone_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json deleted file mode 100644 index 43ff891ec..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json deleted file mode 100644 index 2329b41d0..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone_bricks" - }, - "result": "create:limestone_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json deleted file mode 100644 index 580114710..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json deleted file mode 100644 index 20f0a3a74..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone_bricks" - }, - "result": "create:limestone_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_layers.json b/src/main/resources/data/create/recipes/stonecutting/limestone_layers.json deleted file mode 100644 index c90328bda..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json b/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json deleted file mode 100644 index b1bb3e877..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_pillar", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/limestone_slab.json deleted file mode 100644 index 0939dfe83..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json b/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json deleted file mode 100644 index 539b2ab0a..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json b/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json deleted file mode 100644 index a8f315854..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:limestone_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json deleted file mode 100644 index 252b3561d..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:mossy_gabbro_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json deleted file mode 100644 index a08e43841..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:paved_gabbro_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json deleted file mode 100644 index 0d3d2fbbb..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:paved_gabbro_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json deleted file mode 100644 index 5e34b24d1..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:paved_gabbro_bricks" - }, - "result": "create:paved_gabbro_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json b/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json deleted file mode 100644 index e5d28b158..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dark_scoria" - }, - "result": "create:polished_dark_scoria", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json b/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json deleted file mode 100644 index 833af3e91..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:dolomite" - }, - "result": "create:polished_dolomite", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_gabbro.json b/src/main/resources/data/create/recipes/stonecutting/polished_gabbro.json deleted file mode 100644 index 54edb803f..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_gabbro.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:polished_gabbro", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_limestone.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone.json deleted file mode 100644 index e5ac1e17a..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_limestone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:polished_limestone", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json deleted file mode 100644 index 1f7529ad7..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:limestone" - }, - "result": "create:polished_limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json deleted file mode 100644 index d5b582806..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:polished_limestone" - }, - "result": "create:polished_limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_scoria.json b/src/main/resources/data/create/recipes/stonecutting/polished_scoria.json deleted file mode 100644 index b8e1989cd..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_scoria.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:polished_scoria", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab.json b/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab.json deleted file mode 100644 index cc58b0363..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:polished_scoria_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab2.json b/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab2.json deleted file mode 100644 index 36f392063..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_scoria_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:polished_scoria" - }, - "result": "create:polished_scoria_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json deleted file mode 100644 index ec13bc0d2..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:polished_weathered_limestone", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json deleted file mode 100644 index 70fd6ad0c..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:polished_weathered_limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json deleted file mode 100644 index 07418cd84..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:polished_weathered_limestone" - }, - "result": "create:polished_weathered_limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_bricks.json b/src/main/resources/data/create/recipes/stonecutting/scoria_bricks.json deleted file mode 100644 index 358295d78..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_layers.json b/src/main/resources/data/create/recipes/stonecutting/scoria_layers.json deleted file mode 100644 index e53ca0e4b..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_pillar.json b/src/main/resources/data/create/recipes/stonecutting/scoria_pillar.json deleted file mode 100644 index 4e25cf1d8..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_pillar.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_pillar", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_slab.json b/src/main/resources/data/create/recipes/stonecutting/scoria_slab.json deleted file mode 100644 index 41ff901d9..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_stairs.json b/src/main/resources/data/create/recipes/stonecutting/scoria_stairs.json deleted file mode 100644 index 88fbc2311..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/scoria_wall.json b/src/main/resources/data/create/recipes/stonecutting/scoria_wall.json deleted file mode 100644 index 496120d7b..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/scoria_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:scoria" - }, - "result": "create:scoria_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json deleted file mode 100644 index 2a9b1dea7..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:gabbro" - }, - "result": "create:slightly_mossy_gabbro_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json deleted file mode 100644 index ab6c5c16e..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_bricks", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json deleted file mode 100644 index 1e25db8ce..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json deleted file mode 100644 index 2019ce0bf..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone_bricks" - }, - "result": "create:weathered_limestone_bricks_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json deleted file mode 100644 index 030f1de39..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json deleted file mode 100644 index a3f51b00e..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone_bricks" - }, - "result": "create:weathered_limestone_bricks_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json deleted file mode 100644 index f04c6673c..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json deleted file mode 100644 index b8d923438..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone_bricks" - }, - "result": "create:weathered_limestone_bricks_wall", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_layers.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_layers.json deleted file mode 100644 index 54b917f78..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_layers.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_layers", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json deleted file mode 100644 index 175624491..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_pillar", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json deleted file mode 100644 index 6c84af7eb..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json deleted file mode 100644 index ca8db51c6..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json deleted file mode 100644 index 4115bc9bd..000000000 --- a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:weathered_limestone" - }, - "result": "create:weathered_limestone_wall", - "count": 2 -} \ No newline at end of file