From a751efcc1835ad4f514a6659a7fe00f035a6a5c3 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 3 Nov 2022 18:50:57 +0100 Subject: [PATCH] New network switch texture --- .../oc2/blockstates/network_switch.json | 8 +- .../oc2/models/block/network_switch.json | 293 ++++++++++++++++++ .../oc2/models/item/network_switch.json | 3 + .../network_switch/network_switch_atlas0.png | Bin 0 -> 1993 bytes .../network_switch/network_switch_atlas1.png | Bin 0 -> 2027 bytes .../network_switch/network_switch_atlas2.png | Bin 0 -> 2113 bytes .../network_switch/network_switch_atlas3.png | Bin 0 -> 1558 bytes 7 files changed, 300 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/assets/oc2/models/block/network_switch.json create mode 100644 src/main/resources/assets/oc2/models/item/network_switch.json create mode 100644 src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas0.png create mode 100644 src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas1.png create mode 100644 src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas2.png create mode 100644 src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas3.png diff --git a/src/main/resources/assets/oc2/blockstates/network_switch.json b/src/main/resources/assets/oc2/blockstates/network_switch.json index 99bb9127..cb558822 100644 --- a/src/main/resources/assets/oc2/blockstates/network_switch.json +++ b/src/main/resources/assets/oc2/blockstates/network_switch.json @@ -1,18 +1,18 @@ { "variants": { "facing=north": { - "model": "oc2:block/network_hub" + "model": "oc2:block/network_switch" }, "facing=south": { - "model": "oc2:block/network_hub", + "model": "oc2:block/network_switch", "y": 180 }, "facing=west": { - "model": "oc2:block/network_hub", + "model": "oc2:block/network_switch", "y": 270 }, "facing=east": { - "model": "oc2:block/network_hub", + "model": "oc2:block/network_switch", "y": 90 } } diff --git a/src/main/resources/assets/oc2/models/block/network_switch.json b/src/main/resources/assets/oc2/models/block/network_switch.json new file mode 100644 index 00000000..36b365b8 --- /dev/null +++ b/src/main/resources/assets/oc2/models/block/network_switch.json @@ -0,0 +1,293 @@ +{ + "parent": "block/block", + "textures": { + "particle": "oc2:block/network_switch/network_switch_atlas0", + "atlas0": "oc2:block/network_switch/network_switch_atlas0", + "atlas1": "oc2:block/network_switch/network_switch_atlas1", + "atlas2": "oc2:block/network_switch/network_switch_atlas2", + "atlas3": "oc2:block/network_switch/network_switch_atlas3" + }, + "elements": [ + { + "from": [0, 0, 10], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [0, 3, 8, 3.5], "texture": "#atlas0"}, + "east": {"uv": [8, 7, 11, 7.5], "texture": "#atlas1", "cullface": "east"}, + "south": {"uv": [0, 3.5, 8, 4], "texture": "#atlas0", "cullface": "south"}, + "west": {"uv": [8, 7.5, 11, 8], "texture": "#atlas1", "cullface": "west"}, + "down": {"uv": [0, 0, 8, 3], "texture": "#atlas0", "cullface": "down"} + } + }, + { + "from": [0, 0, 6], + "to": [6, 1, 10], + "faces": { + "north": {"uv": [11, 7.5, 14, 8], "texture": "#atlas1"}, + "east": {"uv": [14, 7.5, 16, 8], "texture": "#atlas1"}, + "south": {"uv": [11, 7, 14, 7.5], "texture": "#atlas1"}, + "west": {"uv": [14, 7, 16, 7.5], "texture": "#atlas1", "cullface": "west"}, + "down": {"uv": [0, 0, 3, 2], "texture": "#atlas3", "cullface": "down"} + } + }, + { + "from": [10, 0, 6], + "to": [16, 1, 10], + "faces": { + "north": {"uv": [0, 4, 3, 4.5], "texture": "#atlas3"}, + "east": {"uv": [9, 14.5, 11, 15], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [0, 4.5, 3, 5], "texture": "#atlas3"}, + "west": {"uv": [11, 14.5, 13, 15], "texture": "#atlas3"}, + "down": {"uv": [0, 2, 3, 4], "texture": "#atlas3", "cullface": "down"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1, 6], + "faces": { + "north": {"uv": [0, 7, 8, 7.5], "texture": "#atlas0", "cullface": "north"}, + "east": {"uv": [0, 5, 3, 5.5], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [0, 7.5, 8, 8], "texture": "#atlas0"}, + "west": {"uv": [0, 5.5, 3, 6], "texture": "#atlas3", "cullface": "west"}, + "down": {"uv": [0, 4, 8, 7], "texture": "#atlas0", "cullface": "down"} + } + }, + { + "from": [0, 1, 0], + "to": [16, 6, 16], + "faces": { + "north": {"uv": [0, 13, 8, 15.5], "texture": "#atlas0", "cullface": "north"}, + "east": {"uv": [0, 8, 8, 10.5], "texture": "#atlas0", "cullface": "east"}, + "south": {"uv": [8, 13, 16, 15.5], "texture": "#atlas0", "cullface": "south"}, + "west": {"uv": [0, 10.5, 8, 13], "texture": "#atlas0", "cullface": "west"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#atlas1"}, + "down": {"uv": [0, 8, 8, 16], "texture": "#atlas1"} + } + }, + { + "from": [0, 6, 15], + "to": [6, 10, 16], + "faces": { + "east": {"uv": [15, 0, 15.5, 2], "texture": "#atlas2"}, + "south": {"uv": [0, 7, 3, 9], "texture": "#atlas3", "cullface": "south"}, + "west": {"uv": [15.5, 0, 16, 2], "texture": "#atlas2", "cullface": "west"}, + "up": {"uv": [0, 6, 3, 6.5], "texture": "#atlas3"}, + "down": {"uv": [0, 6.5, 3, 7], "texture": "#atlas3"} + } + }, + { + "from": [10, 6, 15], + "to": [16, 10, 16], + "faces": { + "east": {"uv": [15, 2, 15.5, 4], "texture": "#atlas2", "cullface": "east"}, + "south": {"uv": [0, 10, 3, 12], "texture": "#atlas3", "cullface": "south"}, + "west": {"uv": [15.5, 2, 16, 4], "texture": "#atlas2"}, + "up": {"uv": [0, 9, 3, 9.5], "texture": "#atlas3"}, + "down": {"uv": [0, 9.5, 3, 10], "texture": "#atlas3"} + } + }, + { + "from": [1, 6, 6], + "to": [15, 10, 10], + "faces": { + "north": {"uv": [8, 4, 15, 6], "texture": "#atlas2"}, + "east": {"uv": [13, 10, 15, 12], "texture": "#atlas3"}, + "south": {"uv": [8, 6, 15, 8], "texture": "#atlas2"}, + "west": {"uv": [3, 7, 5, 9], "texture": "#atlas3"}, + "up": {"uv": [8, 0, 15, 2], "texture": "#atlas2"}, + "down": {"uv": [8, 2, 15, 4], "texture": "#atlas2"} + } + }, + { + "from": [0, 6, 1], + "to": [16, 10, 6], + "faces": { + "north": {"uv": [8, 13, 16, 15], "texture": "#atlas1"}, + "east": {"uv": [8, 10, 10.5, 12], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 0, 16, 2], "texture": "#atlas1"}, + "west": {"uv": [10.5, 10, 13, 12], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 8, 16, 10.5], "texture": "#atlas1"}, + "down": {"uv": [8, 10.5, 16, 13], "texture": "#atlas1"} + } + }, + { + "from": [0, 6, 0], + "to": [6, 10, 1], + "faces": { + "north": {"uv": [0, 13, 3, 15], "texture": "#atlas3", "cullface": "north"}, + "east": {"uv": [15, 4, 15.5, 6], "texture": "#atlas2"}, + "west": {"uv": [15.5, 4, 16, 6], "texture": "#atlas2", "cullface": "west"}, + "up": {"uv": [0, 12, 3, 12.5], "texture": "#atlas3"}, + "down": {"uv": [0, 12.5, 3, 13], "texture": "#atlas3"} + } + }, + { + "from": [10, 6, 0], + "to": [16, 10, 1], + "faces": { + "north": {"uv": [3, 13, 6, 15], "texture": "#atlas3", "cullface": "north"}, + "east": {"uv": [15, 6, 15.5, 8], "texture": "#atlas2", "cullface": "east"}, + "west": {"uv": [15.5, 6, 16, 8], "texture": "#atlas2"}, + "up": {"uv": [0, 15, 3, 15.5], "texture": "#atlas3"}, + "down": {"uv": [0, 15.5, 3, 16], "texture": "#atlas3"} + } + }, + { + "from": [0, 10, 0], + "to": [16, 15, 16], + "faces": { + "north": {"uv": [8, 8, 16, 10.5], "texture": "#atlas2", "cullface": "north"}, + "east": {"uv": [8, 2, 16, 4.5], "texture": "#atlas1", "cullface": "east"}, + "south": {"uv": [8, 10.5, 16, 13], "texture": "#atlas2", "cullface": "south"}, + "west": {"uv": [8, 4.5, 16, 7], "texture": "#atlas1", "cullface": "west"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#atlas2"}, + "down": {"uv": [0, 8, 8, 16], "texture": "#atlas2"} + } + }, + { + "from": [0, 15, 13], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 15.5, 8, 16], "texture": "#atlas0"}, + "east": {"uv": [11, 13, 12.5, 13.5], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 15.5, 16, 16], "texture": "#atlas0", "cullface": "south"}, + "west": {"uv": [12.5, 13, 14, 13.5], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 13, 16, 14.5], "texture": "#atlas2", "cullface": "up"} + } + }, + { + "from": [0, 15, 12], + "to": [6, 16, 13], + "faces": { + "north": {"uv": [6, 15.5, 9, 16], "texture": "#atlas3"}, + "east": {"uv": [15.5, 13, 16, 13.5], "texture": "#atlas3"}, + "south": {"uv": [9, 15.5, 12, 16], "texture": "#atlas3"}, + "west": {"uv": [13.5, 12.5, 14, 13], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [3, 15.5, 6, 16], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [10, 15, 12], + "to": [16, 16, 13], + "faces": { + "north": {"uv": [3, 15, 6, 15.5], "texture": "#atlas3"}, + "east": {"uv": [14, 12.5, 14.5, 13], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [6, 15, 9, 15.5], "texture": "#atlas3"}, + "west": {"uv": [14.5, 12.5, 15, 13], "texture": "#atlas3"}, + "up": {"uv": [12, 15.5, 15, 16], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [0, 15, 10], + "to": [16, 16, 12], + "faces": { + "north": {"uv": [8, 7.5, 16, 8], "texture": "#atlas0"}, + "east": {"uv": [15, 15.5, 16, 16], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 7, 16, 7.5], "texture": "#atlas0"}, + "west": {"uv": [15, 15, 16, 15.5], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 6, 16, 7], "texture": "#atlas0", "cullface": "up"} + } + }, + { + "from": [0, 15, 6], + "to": [3, 16, 10], + "faces": { + "north": {"uv": [14, 13, 15.5, 13.5], "texture": "#atlas3"}, + "east": {"uv": [13, 14.5, 15, 15], "texture": "#atlas3"}, + "south": {"uv": [3, 12.5, 4.5, 13], "texture": "#atlas3"}, + "west": {"uv": [9, 14, 11, 14.5], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [3, 0, 4.5, 2], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [4, 15, 6], + "to": [6, 16, 10], + "faces": { + "north": {"uv": [15, 14.5, 16, 15], "texture": "#atlas3"}, + "east": {"uv": [11, 14, 13, 14.5], "texture": "#atlas3"}, + "south": {"uv": [15, 14, 16, 14.5], "texture": "#atlas3"}, + "west": {"uv": [13, 14, 15, 14.5], "texture": "#atlas3"}, + "up": {"uv": [4.5, 0, 5.5, 2], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [10, 15, 6], + "to": [12, 16, 10], + "faces": { + "north": {"uv": [15, 13.5, 16, 14], "texture": "#atlas3"}, + "east": {"uv": [9, 13.5, 11, 14], "texture": "#atlas3"}, + "south": {"uv": [10.5, 12.5, 11.5, 13], "texture": "#atlas3"}, + "west": {"uv": [11, 13.5, 13, 14], "texture": "#atlas3"}, + "up": {"uv": [5.5, 0, 6.5, 2], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [13, 15, 6], + "to": [16, 16, 10], + "faces": { + "north": {"uv": [4.5, 12.5, 6, 13], "texture": "#atlas3"}, + "east": {"uv": [13, 13.5, 15, 14], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [6, 12.5, 7.5, 13], "texture": "#atlas3"}, + "west": {"uv": [9, 13, 11, 13.5], "texture": "#atlas3"}, + "up": {"uv": [6.5, 0, 8, 2], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [0, 15, 4], + "to": [16, 16, 6], + "faces": { + "north": {"uv": [8, 3.5, 16, 4], "texture": "#atlas0"}, + "east": {"uv": [11.5, 12.5, 12.5, 13], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 3, 16, 3.5], "texture": "#atlas0"}, + "west": {"uv": [12.5, 12.5, 13.5, 13], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 2, 16, 3], "texture": "#atlas0", "cullface": "up"} + } + }, + { + "from": [0, 15, 3], + "to": [6, 16, 4], + "faces": { + "north": {"uv": [12, 15, 15, 15.5], "texture": "#atlas3"}, + "east": {"uv": [15, 12.5, 15.5, 13], "texture": "#atlas3"}, + "south": {"uv": [6, 13, 9, 13.5], "texture": "#atlas3"}, + "west": {"uv": [15.5, 12.5, 16, 13], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [9, 15, 12, 15.5], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [10, 15, 3], + "to": [16, 16, 4], + "faces": { + "north": {"uv": [6, 14, 9, 14.5], "texture": "#atlas3"}, + "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [6, 14.5, 9, 15], "texture": "#atlas3"}, + "west": {"uv": [3.5, 12, 4, 12.5], "texture": "#atlas3"}, + "up": {"uv": [6, 13.5, 9, 14], "texture": "#atlas3", "cullface": "up"} + } + }, + { + "from": [0, 15, 0], + "to": [16, 16, 3], + "faces": { + "north": {"uv": [8, 15, 16, 15.5], "texture": "#atlas1", "cullface": "north"}, + "east": {"uv": [7.5, 12.5, 9, 13], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 15.5, 16, 16], "texture": "#atlas1"}, + "west": {"uv": [9, 12.5, 10.5, 13], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 14.5, 16, 16], "texture": "#atlas2", "cullface": "up"} + } + }, + { + "from": [0, 6, 10], + "to": [16, 10, 15], + "faces": { + "north": {"uv": [8, 4, 16, 6], "texture": "#atlas0"}, + "east": {"uv": [3, 10, 5.5, 12], "texture": "#atlas3", "cullface": "east"}, + "south": {"uv": [8, 0, 16, 2], "texture": "#atlas0"}, + "west": {"uv": [5.5, 10, 8, 12], "texture": "#atlas3", "cullface": "west"}, + "up": {"uv": [8, 10.5, 16, 13], "texture": "#atlas0"}, + "down": {"uv": [8, 8, 16, 10.5], "texture": "#atlas0"} + } + } + ], + "display": {} +} diff --git a/src/main/resources/assets/oc2/models/item/network_switch.json b/src/main/resources/assets/oc2/models/item/network_switch.json new file mode 100644 index 00000000..657bd289 --- /dev/null +++ b/src/main/resources/assets/oc2/models/item/network_switch.json @@ -0,0 +1,3 @@ +{ + "parent": "oc2:block/network_switch" +} diff --git a/src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas0.png b/src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas0.png new file mode 100644 index 0000000000000000000000000000000000000000..4271a0a7a7e63edc6d728fe0859073e73ef2f232 GIT binary patch literal 1993 zcmV;)2R8VLP)zQ$Fn(}8OM9#nQ6YS>b>?jf_6qd^ZLD7zxt{=!NS5q)ai622m?e)67IV(o)e*5?xDW0M>;!e63oxfM=GSbwX!bv=W`N{6m%OraRvnPT(czKUO$kxKTbezB+JRH$#<9T-7T2` z_ZRXKok~%(MD4Z;N%sw_BJ)0w%A+mZLNzMr>6HkFC;nNJIt-A(4Ay#1II#4fqG!MR z>`31FXh4>SXGFNi$)}EJ2T_`xosBkOKrob%?7+Bs!B3~%lHNCdS9{yvKMT(-5JA{0 zJBl$A{1 zD6ED7NC)?7m|Si<@TLbIM0iknXa-E)GbNiipGlsv{hhW7Z^Kh6S9u-FJ%5|PP|D3a zGP!~jXapEW8t}xZ=DK`PhY>ByzXuM}GLY2pmk%2v`&F4h1ZWhakexawoueaFSUqf7 z>J$?Y;|xeA#x+VIWUM#tXbOXLIvs80(-I8M$n+Bo+K@ydAsbK4Nq%xkh4WfFtXrrN1zmICDa?f+CwHq?^*NOylb92%CIn=SHU<`-bQaJ?T zardCHPzI9H6!e_HK>gy&<{=fieTs0RUDNIIZeTJDaKAgF7^p86Bubj2@pG%mbkf<0Eer&R3My>e$@H@FRi2w{K-qin=2ml=^k9+BUGpaOPqtR^?)2%6h0g?a^t@d;i)1lboA1tr7 zwzZsePY=oq5tv39Zk)O73}ERZ{}EFc%J{E8O5^;C`fTF2pJnsxWs9I1+qQs_H`ohm zsN<;Ra^{R6QVn!4AaYdPi?z1nb1Y5WT~~R;PpJWxA5D|0ENg6Q`&>&lr1gs2=k@WHkBMrRnM@{X=2H?5ra(kS#T$>d9jdMQc;HO;gDI7$w!q_6NtS9#M9Kr17YwjaSbWG7 zSj$xax~p(%%Eww(H^2jb-jyJq&qwuHbTc#~QY95uk5Fc;V}iujG`^=v)$9en3RcU~ zczRyKVU#fq)sKO8sabZN)Ed&wk(8cgOIOYy!1vLNve|6Z1eXVBsVR6!WX5$0&Zbb` z=MB07t_M}48I8k$!B<|F(*CAJ%;87z#MZ7AVH}~+aFnc-)Y~IDP;-#W<)Q{7fO&us z;3j&*Dp2o99Y%{^G1gQtzFo`l6Mg+=iPV^R~%n-9H`qXLdtM!!YzT-{< zIDcpg8aYfWZjT?gY{5n{n~b`~GZ&$;wX$qqzG8V-?spC#YGb#5k>)cORZ;SfWoewb zWaY?aMVa6OWyctV!=Pd|8%#9i1BBG&E~a=0%Jc)I@TQEAD-{C+P1lTU7&!)F4E=7y zIno&?8zBK>20{*&=mqR{BoWP17hvM=j!G*WSoSJ1&J+Lx#l8E60j7uwNJyTx9dHf# zu4_7cWfK!-z!v8^1tGhk!7av)rp94_%*b|(GNb`XL_k3ZgUoxLvqq*7aU5bPWKiK4 z=SnS;Kw<-Y75MRq5%3J=OVTRAP03V*DwtTS$k3}-rGybpF`^SMsn}*oo#^rB=~!hj zwaPCnLl=QY4kNi*$@1`YY6GQ>RQm4(C`ql!Vnw#ko(73wsO1hfQBwzrh!;tS1L`fl z7sNWOEh`ae8G;8wf{;TaCsx+ApK#or=uKf})PV$JIY(*^r8In#Jc7}jAm&v;S;m*L zAG>H9@+TM`oJVWlDakm`D-i($G$4hc(;PkK@wkWE6ZMiKTeJ@hI0Nd1wDgSRWrjno z$zR3^15D8K_XfX#?4m~Gkaex~=WngY6+kn5y!Nz7;jHQ%m> zxWr)%t(c$d?Y5;cn6TIip3~_W00000NkvXXu0mjf{I8>k literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas1.png b/src/main/resources/assets/oc2/textures/block/network_switch/network_switch_atlas1.png new file mode 100644 index 0000000000000000000000000000000000000000..80f9ddee27b04df97197f9c659b82b67e4fff12f GIT binary patch literal 2027 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 IM6N<$f)*m+p8x;= literal 0 HcmV?d00001