From 988abb01b346f6e19472421a8a8920f55560a2d3 Mon Sep 17 00:00:00 2001 From: Zalgo239 <67443118+Zalgo239@users.noreply.github.com> Date: Tue, 23 Aug 2022 20:47:09 +0200 Subject: [PATCH] Add support for chisel antiblocks --- assets/chisel/blockstates/antiblock.json | 28 +++++++++++++++ assets/chisel/models/block/cube_2_layer.json | 32 ++++++++++++++++++ .../textures/blocks/antiblock/antiblock.png | Bin 0 -> 109 bytes .../blocks/antiblock/antiblock.png.mcmeta | 13 +++++++ .../blocks/antiblock/antiblock_ctm.png | Bin 0 -> 116 bytes .../textures/blocks/antiblock/black_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/black_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/blue_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/blue_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/brown_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/brown_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/cyan_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/cyan_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/gray_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/gray_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/green_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/green_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/light_blue_bloom.png | Bin 0 -> 83 bytes .../antiblock/light_blue_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/lime_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/lime_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/magenta_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/magenta_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/orange_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/orange_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/pink_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/pink_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/purple_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/purple_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/red_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/red_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/silver_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/silver_bloom.png.mcmeta | 9 +++++ .../textures/blocks/antiblock/white_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/white_bloom.png.mcmeta | 9 +++++ .../blocks/antiblock/yellow_bloom.png | Bin 0 -> 83 bytes .../blocks/antiblock/yellow_bloom.png.mcmeta | 9 +++++ 37 files changed, 217 insertions(+) create mode 100644 assets/chisel/blockstates/antiblock.json create mode 100644 assets/chisel/models/block/cube_2_layer.json create mode 100644 assets/chisel/textures/blocks/antiblock/antiblock.png create mode 100644 assets/chisel/textures/blocks/antiblock/antiblock.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/antiblock_ctm.png create mode 100644 assets/chisel/textures/blocks/antiblock/black_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/black_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/blue_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/blue_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/brown_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/brown_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/cyan_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/cyan_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/gray_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/gray_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/green_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/green_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/light_blue_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/light_blue_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/lime_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/lime_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/magenta_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/magenta_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/orange_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/orange_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/pink_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/pink_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/purple_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/purple_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/red_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/red_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/silver_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/silver_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/white_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/white_bloom.png.mcmeta create mode 100644 assets/chisel/textures/blocks/antiblock/yellow_bloom.png create mode 100644 assets/chisel/textures/blocks/antiblock/yellow_bloom.png.mcmeta diff --git a/assets/chisel/blockstates/antiblock.json b/assets/chisel/blockstates/antiblock.json new file mode 100644 index 0000000..badf3fe --- /dev/null +++ b/assets/chisel/blockstates/antiblock.json @@ -0,0 +1,28 @@ +{ + "forge_marker": 1, + "defaults": { + "model" : "chisel:cube_2_layer", + "textures": { + "bot_all" : "chisel:blocks/antiblock/antiblock", + "particle": "#bot_all" + } + }, + "variants": { + "magenta" : [{ "textures": { "top_all": "chisel:blocks/antiblock/magenta_bloom" } }], + "pink" : [{ "textures": { "top_all": "chisel:blocks/antiblock/pink_bloom" } }], + "green" : [{ "textures": { "top_all": "chisel:blocks/antiblock/green_bloom" } }], + "lime" : [{ "textures": { "top_all": "chisel:blocks/antiblock/lime_bloom" } }], + "black" : [{ "textures": { "top_all": "chisel:blocks/antiblock/black_bloom" } }], + "yellow" : [{ "textures": { "top_all": "chisel:blocks/antiblock/yellow_bloom" } }], + "light_blue": [{ "textures": { "top_all": "chisel:blocks/antiblock/light_blue_bloom" } }], + "brown" : [{ "textures": { "top_all": "chisel:blocks/antiblock/brown_bloom" } }], + "cyan" : [{ "textures": { "top_all": "chisel:blocks/antiblock/cyan_bloom" } }], + "orange" : [{ "textures": { "top_all": "chisel:blocks/antiblock/orange_bloom" } }], + "red" : [{ "textures": { "top_all": "chisel:blocks/antiblock/red_bloom" } }], + "gray" : [{ "textures": { "top_all": "chisel:blocks/antiblock/gray_bloom" } }], + "blue" : [{ "textures": { "top_all": "chisel:blocks/antiblock/blue_bloom" } }], + "white" : [{ "textures": { "top_all": "chisel:blocks/antiblock/white_bloom" } }], + "purple" : [{ "textures": { "top_all": "chisel:blocks/antiblock/purple_bloom" } }], + "silver" : [{ "textures": { "top_all": "chisel:blocks/antiblock/silver_bloom" } }] + } +} \ No newline at end of file diff --git a/assets/chisel/models/block/cube_2_layer.json b/assets/chisel/models/block/cube_2_layer.json new file mode 100644 index 0000000..923231c --- /dev/null +++ b/assets/chisel/models/block/cube_2_layer.json @@ -0,0 +1,32 @@ +{ + "parent": "block/layered_cube_all_2", + "ambientocclusion": false, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "faces": { + "down" : { "texture": "#bot_all", "cullface": "down" }, + "up" : { "texture": "#bot_all", "cullface": "up" }, + "north": { "texture": "#bot_all", "cullface": "north" }, + "south": { "texture": "#bot_all", "cullface": "south" }, + "west" : { "texture": "#bot_all", "cullface": "west" }, + "east" : { "texture": "#bot_all", "cullface": "east" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "faces": { + "down" : { "texture": "#top_all", "cullface": "down" }, + "up" : { "texture": "#top_all", "cullface": "up" }, + "north": { "texture": "#top_all", "cullface": "north" }, + "south": { "texture": "#top_all", "cullface": "south" }, + "west" : { "texture": "#top_all", "cullface": "west" }, + "east" : { "texture": "#top_all", "cullface": "east" } + } + } + ] +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/antiblock.png b/assets/chisel/textures/blocks/antiblock/antiblock.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b9fd379264b7e3db6ef40812d18cd7917e77eb GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;*aCb)T>t<74`hZOx?BgO7)yfu zf*Bm1-ADs+L_J*`Ln`8ufAF*L@bd8VH1`8p41PA^;@N-tIe-cnJYD@<);T3K0RVJ) B947z( literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/antiblock.png.mcmeta b/assets/chisel/textures/blocks/antiblock/antiblock.png.mcmeta new file mode 100644 index 0000000..2b4a06a --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/antiblock.png.mcmeta @@ -0,0 +1,13 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "layer": "CUTOUT", + "textures": [ + "chisel:blocks/antiblock/antiblock_ctm" + ], + "extra": { + "ignore_states": true + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/antiblock_ctm.png b/assets/chisel/textures/blocks/antiblock/antiblock_ctm.png new file mode 100644 index 0000000000000000000000000000000000000000..de73bd0a5ef48033dfa1d171209672ca0824fcdc GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc>kDAIJlF_r}R z1v5B2yO9Ru$auOqhE&8QGc>ZXvAMnJ2|QM>z+gP#fJOs5H-qm^N$GPlFI)twWAJqK Kb6Mw<&;$U8!XR`2 literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/black_bloom.png b/assets/chisel/textures/blocks/antiblock/black_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..e53b265eda77ec8bb426a343b055e10d21d86668 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XE0A7ZWqS)qaeKNrhE&8Q aD+mHP1`Ldi9?M*SECx?kKbLh*2~7YEFVdQ&MBb@04lZ*ZU6uP literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/cyan_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/cyan_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/cyan_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/gray_bloom.png b/assets/chisel/textures/blocks/antiblock/gray_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..af775bb28d723bbc2afa88e57719275ca5943250 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XtB;S*-x!xOKrXkZi(^Pd cT(W{7kYm8W*yyp$1;}FXboFyt=akR{06G~DFVdQ&MBb@04>}Pd;kCd literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/light_blue_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/light_blue_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/light_blue_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/lime_bloom.png b/assets/chisel/textures/blocks/antiblock/lime_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..03dd75ebfaf7a6ed835a551890ce201fa67a64f5 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XYvmQjJkGcdAeY0%S3Gy85}Sb4q9e03)IgLjV8( literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/lime_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/lime_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/lime_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/magenta_bloom.png b/assets/chisel/textures/blocks/antiblock/magenta_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..70d88861b4878afc85bf36692d9734bacc5eb7a6 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>nW@M#xLb}0J+?rE{-7; camfmTK#l)%pFd(DIzAeY0%S3Gy85}Sb4q9e0478aPXGV_ literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/orange_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/orange_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/orange_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/pink_bloom.png b/assets/chisel/textures/blocks/antiblock/pink_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5b882aa118e732d6623fad471f793bf4f86c5b GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>;I}{pWEk619G`NT^vIy c;*u2vfgA${#zv22EmdKI;Vst0Cy`9WdHyG literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/pink_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/pink_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/pink_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/purple_bloom.png b/assets/chisel/textures/blocks/antiblock/purple_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..fefcb403251947393ee8afb39ee006bdd7d02d07 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>s+P(HyHO{0dl!LT^vIy c;*u2vfgA${#zv22EmdKI;Vst09<1b!TwhjT<{KP~fn07+7srr_ cxMT%EAjg1#vC(6h3y{U&>FVdQ&MBb@03de{F#rGn literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/red_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/red_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/red_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/silver_bloom.png b/assets/chisel/textures/blocks/antiblock/silver_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..2b77a780bca3819b0a082eac25c0ff3f4448b4d5 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>&%%mYhEl719G`NT^vIy c;*u2vfgA${#zv22EmdKI;Vst091hxfdBvi literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/silver_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/silver_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/silver_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/white_bloom.png b/assets/chisel/textures/blocks/antiblock/white_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..8529fa89ed664ab9358a77a9047ed98deb4e4c4b GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>;M1%mmiTn0pxOfx;TbZ c#3d^T0yzc@jEx@4T!1VFPgg&ebxsLQ0E_bx;{X5v literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/white_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/white_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/white_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/assets/chisel/textures/blocks/antiblock/yellow_bloom.png b/assets/chisel/textures/blocks/antiblock/yellow_bloom.png new file mode 100644 index 0000000000000000000000000000000000000000..a4cea0af676504ff7af143230b7479b90e59c7db GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>+9EyCmbZSfLv}*7srr_ cxMT%EAjg1#vC(6h3y{U&>FVdQ&MBb@0632ixc~qF literal 0 HcmV?d00001 diff --git a/assets/chisel/textures/blocks/antiblock/yellow_bloom.png.mcmeta b/assets/chisel/textures/blocks/antiblock/yellow_bloom.png.mcmeta new file mode 100644 index 0000000..c5a5fa3 --- /dev/null +++ b/assets/chisel/textures/blocks/antiblock/yellow_bloom.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "layer": "BLOOM", + "extra": { + "light": 15 + } + } +} \ No newline at end of file