From 17df481428335dfb4ed47d6944493c1ea62e81a1 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 30 Jul 2020 23:20:57 -0400 Subject: [PATCH] Add New Textures --- .../models/block/lightning_rod_base.json | 99 +++++++++++++++ .../models/block/lightning_rod_lower.json | 22 ++++ .../models/block/lightning_rod_upper.json | 114 ++++++++++++++++++ .../textures/block/block_breaker_off.png | Bin 0 -> 499 bytes .../textures/block/block_breaker_side.png | Bin 0 -> 552 bytes .../textures/block/gold_block.png | Bin 0 -> 416 bytes .../block/industrial_laser_projector_off.png | Bin 0 -> 586 bytes .../block/industrial_laser_projector_on.png | Bin 0 -> 569 bytes .../textures/block/infuser_off.png | Bin 0 -> 565 bytes .../textures/block/infuser_on.png | Bin 0 -> 544 bytes .../textures/block/lightning_rod.png | Bin 0 -> 264 bytes .../textures/block/lightning_rod_base.png | Bin 0 -> 483 bytes .../block/repulser_beam_projector_off.png | Bin 0 -> 526 bytes .../textures/block/repulser_projector_on.png | Bin 0 -> 518 bytes .../block/tractor_beam_projector_off.png | Bin 0 -> 543 bytes .../block/tractor_beam_projector_on.png | Bin 0 -> 529 bytes 16 files changed, 235 insertions(+) create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_base.json create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_lower.json create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_upper.json create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/block_breaker_off.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/block_breaker_side.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/gold_block.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_off.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_on.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_off.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_on.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/lightning_rod.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/lightning_rod_base.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_beam_projector_off.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_projector_on.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_off.png create mode 100644 src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_on.png diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_base.json b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_base.json new file mode 100644 index 0000000..0c3bd87 --- /dev/null +++ b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_base.json @@ -0,0 +1,99 @@ +{ + "parent": "minecraft:block/block", + "textures": { + "0": "energonrelics:block/gold_block", + "1": "energonrelics:block/lightning_rod_base", + "particle": "energonrelics:block/gold_block" + }, + "elements": [ + { + "from": [5, 14, 5], + "to": [11, 16, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]}, + "faces": { + "north": {"uv": [5, 0, 11, 2], "texture": "#1"}, + "east": {"uv": [5, 0, 11, 2], "texture": "#1"}, + "south": {"uv": [5, 0, 11, 2], "texture": "#1"}, + "west": {"uv": [5, 0, 11, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 6], "texture": "#1"}, + "down": {"uv": [5, 5, 11, 11], "texture": "#1"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 7, 16, 11], "texture": "#1"}, + "east": {"uv": [0, 7, 16, 11], "texture": "#1"}, + "south": {"uv": [0, 7, 16, 11], "texture": "#1"}, + "west": {"uv": [0, 7, 16, 11], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [0, 6, 0], + "to": [16, 10, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]}, + "faces": { + "north": {"uv": [0, 3, 16, 7], "texture": "#1"}, + "east": {"uv": [0, 3, 16, 7], "texture": "#1"}, + "south": {"uv": [0, 3, 16, 7], "texture": "#1"}, + "west": {"uv": [0, 3, 16, 7], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [2, 10, 2], + "to": [14, 12, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 8]}, + "faces": { + "north": {"uv": [2, 2, 14, 4], "rotation": 180, "texture": "#1"}, + "east": {"uv": [4, 3, 16, 5], "texture": "#1"}, + "south": {"uv": [2, 2, 14, 4], "rotation": 180, "texture": "#1"}, + "west": {"uv": [4, 3, 16, 5], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "down": {"uv": [0, 0, 12, 12], "texture": "#missing"} + } + }, + { + "from": [6, 12, 6], + "to": [10, 14, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 20, 9]}, + "faces": { + "north": {"uv": [5, 4, 9, 6], "texture": "#0"}, + "east": {"uv": [1, 7, 5, 9], "texture": "#0"}, + "south": {"uv": [4, 9, 8, 11], "texture": "#0"}, + "west": {"uv": [2, 2, 6, 4], "texture": "#0"}, + "up": {"uv": [2, 2, 6, 4], "texture": "#0"}, + "down": {"uv": [2, 2, 6, 4], "texture": "#0"} + } + }, + { + "from": [1, 4, 1], + "to": [15, 6, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 12, 9]}, + "faces": { + "north": {"uv": [1, 3, 15, 5], "texture": "#0"}, + "east": {"uv": [1, 3, 15, 5], "texture": "#0"}, + "south": {"uv": [1, 3, 15, 5], "texture": "#0"}, + "west": {"uv": [1, 3, 15, 5], "texture": "#0"}, + "up": {"uv": [1, 4, 15, 6], "texture": "#0"}, + "down": {"uv": [1, 4, 15, 6], "texture": "#0"} + } + } + ], + "groups": [ + { + "name": "blackstone body", + "origin": [8, 18, 8], + "children": [0, 1, 2, 3] + }, + { + "name": "gold", + "origin": [9, 12, 9], + "children": [4, 5] + } + ] +} diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_lower.json b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_lower.json new file mode 100644 index 0000000..2236fd6 --- /dev/null +++ b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_lower.json @@ -0,0 +1,22 @@ +{ + "credit": "Made by Azazelthedemonlord", + "textures": { + "0": "energonrelics:block/lightning_rod", + "particle": "energonrelics:block/gold_block" + }, + "elements": [ + { + "from": [7, 0, 7], + "to": [9, 16, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, + "east": {"uv": [2, 0, 4, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, + "west": {"uv": [2, 0, 4, 16], "texture": "#0"}, + "up": {"uv": [4, 0, 6, 2], "texture": "#0"}, + "down": {"uv": [4, 2, 6, 4], "texture": "#0"} + } + } + ] +} diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_upper.json b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_upper.json new file mode 100644 index 0000000..fd1e3de --- /dev/null +++ b/src/main/resources/assets/energonrelics-azazelthedemonlord/models/block/lightning_rod_upper.json @@ -0,0 +1,114 @@ +{ + "parent": "minecraft:block/block", + "textures": { + "0": "energonrelics:block/lightning_rod", + "1": "energonrelics:block/lightning_rod_base", + "particle": "energonrelics:block/gold_block" + }, + "elements": [ + { + "from": [7, 0, 7], + "to": [9, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]}, + "faces": { + "north": {"uv": [0, 0, 2, 14], "texture": "#0"}, + "east": {"uv": [2, 1, 4, 15], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 14], "texture": "#0"}, + "west": {"uv": [2, 1, 4, 15], "texture": "#0"}, + "up": {"uv": [4, 0, 6, 2], "texture": "#0"}, + "down": {"uv": [4, 2, 6, 4], "texture": "#0"} + } + }, + { + "from": [6, 10, 6], + "to": [10, 13, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 20, 17]}, + "faces": { + "north": {"uv": [8, 9, 12, 12], "texture": "#1"}, + "east": {"uv": [10, 7, 14, 10], "texture": "#1"}, + "south": {"uv": [4, 4, 8, 7], "texture": "#1"}, + "west": {"uv": [5, 3, 9, 6], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 6, 6], "texture": "#1"}, + "down": {"uv": [9, 4, 13, 8], "texture": "#1"} + } + }, + { + "from": [7, 11, 5], + "to": [9, 12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 19, 20]}, + "faces": { + "north": {"uv": [0, 0, 2, 1], "texture": "#missing"}, + "east": {"uv": [1, 7, 2, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 1], "texture": "#missing"}, + "west": {"uv": [1, 7, 2, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 2, 3, 8], "texture": "#0"}, + "down": {"uv": [1, 8, 3, 14], "texture": "#0"} + } + }, + { + "from": [11, 9, 7], + "to": [12, 15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [19, 18, 20]}, + "faces": { + "north": {"uv": [0, 1, 1, 7], "texture": "#0"}, + "east": {"uv": [1, 1, 3, 7], "texture": "#0"}, + "south": {"uv": [1, 3, 2, 9], "texture": "#0"}, + "west": {"uv": [1, 1, 3, 7], "texture": "#0"}, + "up": {"uv": [1, 1, 2, 3], "texture": "#0"}, + "down": {"uv": [1, 1, 2, 3], "texture": "#0"} + } + }, + { + "from": [4, 9, 7], + "to": [5, 15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 18, 20]}, + "faces": { + "north": {"uv": [0, 9, 1, 15], "texture": "#0"}, + "east": {"uv": [1, 6, 3, 12], "texture": "#0"}, + "south": {"uv": [2, 7, 3, 13], "texture": "#0"}, + "west": {"uv": [1, 6, 3, 12], "texture": "#0"}, + "up": {"uv": [1, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [2, 6, 3, 8], "texture": "#0"} + } + }, + { + "from": [7, 9, 4], + "to": [9, 15, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 18, 16]}, + "faces": { + "north": {"uv": [2, 4, 4, 10], "texture": "#0"}, + "east": {"uv": [3, 4, 4, 10], "texture": "#0"}, + "south": {"uv": [2, 4, 4, 10], "texture": "#0"}, + "west": {"uv": [2, 4, 3, 10], "texture": "#0"}, + "up": {"uv": [2, 4, 4, 5], "texture": "#0"}, + "down": {"uv": [0, 6, 2, 7], "texture": "#0"} + } + }, + { + "from": [7, 9, 11], + "to": [9, 15, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 18, 23]}, + "faces": { + "north": {"uv": [1, 4, 3, 10], "texture": "#0"}, + "east": {"uv": [2, 6, 3, 12], "texture": "#0"}, + "south": {"uv": [1, 4, 3, 10], "texture": "#0"}, + "west": {"uv": [2, 7, 3, 13], "texture": "#0"}, + "up": {"uv": [1, 4, 3, 5], "texture": "#0"}, + "down": {"uv": [1, 4, 3, 5], "texture": "#0"} + } + }, + { + "from": [5, 11, 7], + "to": [11, 12, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 19, 20]}, + "faces": { + "north": {"uv": [1, 6, 2, 12], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 5, 4, 11], "rotation": 90, "texture": "#0"}, + "south": {"uv": [3, 5, 4, 11], "rotation": 90, "texture": "#0"}, + "west": {"uv": [2, 5, 4, 11], "rotation": 90, "texture": "#0"}, + "up": {"uv": [2, 5, 4, 11], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 5, 3, 11], "rotation": 90, "texture": "#0"} + } + } + ] +} diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/block_breaker_off.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/block_breaker_off.png new file mode 100644 index 0000000000000000000000000000000000000000..4b99a6d7ceae07fab66a6bf52bff47081bd518b1 GIT binary patch literal 499 zcmV`QzVFO)4i1k(5s_Y}E16tY;(ojJBthVdS-(Gu_U3z*@cR4`1>(npvG&8| z;#)hE*?gjYZNDKd$=FVPH$t9HI}s3xx6P&`lQ}&La(P`7ODTpD_YV+lB?-NH-8&WA<n#;@pOi>2Rt$k}n%C+Bgn8;@MJrn%AlsG3pOH1O73gu?b1=l``pf06F3WXH95>iT_ z8=EE?O4C9}tcXT_bD7J<4~9E)?tJs_%*j1}@p2+br@g*r%X7-=?beavIFe&97^b%C z1t)aA9jA`yS!d8b+)MtoC;ItkWcup*rUGQJ+*nB?kH@_<5X7&|rlzLKb{3Z__Pv%b znQzFJ4MxLr)$XjCPN2(+iRNo{m7L9c6Ms_3*^Nd;sg5Hi0|wXC)JZLM!SNwUU~ zPWuODFEtt_j-U)0``cEo1N&7qvNI|n+2d|2^&wF3to*!E40cGrTkk)ZjQ~o9=sq(y zubUlqw?CQ##;w=yw70uuz2k(9c*z98#&>q^o{H1Cqy=W+P7H{0v#p?Wo&_^u*!i`G zkKX+FeyHwINB3Jh8Z0iWe{y2k)()B)?R>VgtEFj;2N&k^b8Ou8b^i#E+vDZAs7^4gTWnS zD^h;?Ew+B1SMT>qV)uU25tOW20NRN>nj30Z`+gfE0o2_ST`~tiY!(1qOz-!^cIm#q zTeo)o=*Dj^PM}NXh}AOyU8WG14-sTd895vMyt+NW-scIpGY#Uv_9&l4uB5D5#Ae}O zoyKr&v8Dt->4Gj(uFcwlPGbk6pEw7TPo0~grS+PomL%;&LJ(MI8sCo6g@;e&ahyR9 zdz-xw2adu_5?QsdU7m-7aR@72kY-~N4(dNx=>iCD0(yb|f%wh&6rt0jlL6G#EdbV( zH1*C2SW`yuAZktN`?jX^YoTxy;<>afC8K;6U9Zc)I00F;ba|Y1_;i&npg(nRZ~zW3Qs|VX-XT9$69AfeN1BcO|4?aW`nhmy{GLBt^4h1VxtNgv0000< KMNUMnLSTZ~3bxV! literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_off.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_off.png new file mode 100644 index 0000000000000000000000000000000000000000..6845aa1cd7e92b5fb4a3912e84144a5407591ee5 GIT binary patch literal 586 zcmV-Q0=4~#P){PX@vd& z!9@!pj9Iv7z$BtgZ}N?Ae%yKSeb4)vY1M)I&i!%Dcfa%9^HLMjcOz-B^DvZ4uFDNG zhyT}fLyOj0Z0s+uJQn|Vg&}1>kaWh8TD30SJ)IJUHSS|=_Tgdg^6$mMblzBKDKu91Mz3X)&-#C6j#1JJ|b{=GX=t%QrvpKJ4zbk}1rmY2y|t4h6^jS-LsxG|q3|&Qf@L~fX*TL&8Nra;f4P_Qu0P3)pFWxd}c=#rL7z7*y8;XH8yiHyPjmQ9js0}(`Uix~NB){2sF5gbS zh_V$yN~J?4g=c|8%?26RD8UF~%E3)IoSB>w+i|$>`(>Vywv$HD1mi291c-w9;NTbo zl~OV~HqJSc5sWi2q_rzsV@UJQ+GL(wae6 z21W>Ua`KsHSYsFiTj;<(K)p~E44?&WfO&bZE$PX#rMAv=yE{TmoBrwJr-w^A`-XrmD+N7m`xUPt^M37y}5{7)xEdek+0)Y>Es2-zFk| Y05^*?eIG-NhyVZp07*qoM6N<$g3vSrDgXcg literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_on.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/industrial_laser_projector_on.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f59adc9a6c3302bc61b8f7e8719a095a4508b4 GIT binary patch literal 569 zcmV-90>=G`P)6nry1yE}fMB8s4R5j^WZh$Im`c#uRTpe(_dgC9BM$0UJ7mpCYbASy8;B#1vj z$ik1$bi`kiJsgy&ploFL|l`n^1n?z4dO-g5X2a_(o&Zo*)0u~@5 z``+$BO4@gSFisYS<>=@nO$6jxU5TTb*v2rB`+B=L-?PqBA_fdYGN{Ex7%0bfGIb9i z9eDrlGY>saMj68(-~h&NhL~u}+u>#Khzf8JwZR9>k6SKM^4Y*o4&^8&`POquQg|0g z5=T_vpaf%xDF-*MKc*+0VTi`%qOB@l9W;`1t2-9$Oq0lbamy;Qd)}ni5h<#10;bO18ZdTQNkxfQ#{1~hKT$Dn5#U)*RANl00000NkvXX Hu0mjf@>u}6 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_off.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_off.png new file mode 100644 index 0000000000000000000000000000000000000000..62669af3cb96c9948e51d37a2105b0ca4ce48e5c GIT binary patch literal 565 zcmV-50?Pe~P)tV09~9a7sM=u|_8F1BeW8|vU71xE)7f}%^sLAtsK9o?jYI0z1< z@ng`MYG`cNiZ(gURJIw81=NpGEqSbYYY#O1^!4uZ^8B zRL0>igfizD|&uW!lx7$s6oU#)I z3DF?QyGG6lP-X%A{P8gXWWW_i)k+pRNODs)4o(tGr81Mqjn!mUkZ$x_7<}( zvw#<`7V-TP7zu5E|A0@s8V9u-jS=s|IS8|Wt+o6ILU|k(A$&2N00000NkvXXu0mjf DNG=C& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_on.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/infuser_on.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ecc46102ee0e3291334467162c4371ecb7da01 GIT binary patch literal 544 zcmV+*0^j|KP)^B_!f$Km+KFwSeln4qU;hsQ)VA`1^C5e_V#5Y%&WNZD1XVK*JR+Wak0^ zdjNW%C_`lPa0qvI^vc9ev>D&)( zO$k^mT>!rCL%G1L>_$y}d+C%=!C}56p*80rA-14&2(av>kx$aIUniuKu|1O*0m81M zkSLqKTloZXO-2j$QeJ4m4oUOiuo&26IqyJL70XL|VUR#LNPO4eJpsfo4<8lE4q%lC zIOB<0X5lj6#)IdAVcM3NGM#i=L9~=_q4~WZtgPLcKJiT10CEdOIZKOTVfXE+EFL`W z4=3zCa4Pa_KfFZx5h~l4P{Z#Agqata+rIn34VyMxg2(2Q(7GFnp;fC_I6DnTV(@kT ij`#K)$V{*?2LAzN4HA5!v~vdl00001j=s2U%;{Z!g*=t*E=d9DhZIi3tc3fp=_t~geeNf7=t>HjFxB0;tD&hwi zP8dvzWl%aZm)}t4jc9wPp_5@Dn@-&0GYiyyNXxJ(n4M%0d!@kB%i8w;e`gKoF_D#LO2K_qEP0SGz3phDNCOlzLvf)X)eqzEJ$sC3gWf4MZ z>I#t#vm7}&pRh(0shwmsIIFg^9F8*Sq=;R{rplA5)v2~gpTB}pSUA(3FtKj MPgg&ebxsLQ0BI;-jQ{`u literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/lightning_rod_base.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/lightning_rod_base.png new file mode 100644 index 0000000000000000000000000000000000000000..de54c712d1407c9a6d790d5043122904c04c56ef GIT binary patch literal 483 zcmV<90UZ8`P)yEqg{mh(M@AT|EAtH);eaaULeiSMha4A&~xHexa!Qn1tD97La^gepOu zGTC(_(0gGpTy(=WrNw@wR%J#Mie0GszG)%q-!hrlmr(A2z=%S`@a=<1P2X+n1nLs| z%_i|FxGto3vAd`Uf|Z=dIY?9S==EYFU#8hyQRnHJrtzG6A4l(8w4|2lC;7Hu#F{Qq zPFLw`7MT{H2%8AZ0L%zi9blXQ)ZrAZV%Q2la%|}P;qK}WczgGV`$tRp!k!&6=H>;P zwRsxC+rv1l@@puS~> zC_o_+RRP*H)>#H(?LmZ(P5ozI)WoWQWj_GKNx(rGFEC}?WxB}CMw-P!F}@l3!~x_W ZqF-111n}ku*6{!U002ovPDHLkV1g2P-KGEl literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_beam_projector_off.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_beam_projector_off.png new file mode 100644 index 0000000000000000000000000000000000000000..d4be835b3b8fbd83653a313c15afc1a28c850aab GIT binary patch literal 526 zcmV+p0`dKcP)y;H2N<0skz5?=7toEZl3^wiIN?E}KRrAfwSPT`qZq5JD>8NpF50ao zY&DFB$3_NZ{86b$w(K0jAdt+>ImeZYlpX8h0jaAOdfUn4B`U3VeBfKM>v^JCFQZ2U zwRnKq=mSF;9hTNHH9Uz?X9R=j6Z+~$SPRf;w}gR6P(vtzfLtgvfLc31GYV1fi7{k( zB8L*XGV;F+(h?Y4AobViP4bz4E6fN?21!&mosljOkrK#+FN_-}oN?2E)9qse%)J&I zW3sI+;|nAzDXaV10p@hDh4euf@J70-3`!d%<1|C-n)PM6y>g|yDf$zoe;f^h>>urzd1iWMwxcgi^S=YY4@e_AnhYC5 QBme*a07*qoM6N<$f-vvng#Z8m literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_projector_on.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/repulser_projector_on.png new file mode 100644 index 0000000000000000000000000000000000000000..3dacd2b583fe0665a2d65e1bc2db99afda5d9166 GIT binary patch literal 518 zcmV+h0{Q)kP)Y5S_c+$C^kYiug0sUQy5=Afh&bAVCYG7Is?O2zCk<8UhAv1i@dTze6NwVlLUc z+=sjgvmU7&IA(WtXXd@PbJqICc1AfHYE4s0aX{Aala|B@B}qaK;*H~d>i!J)O0OG` z=erbzBPv%)q;?IBldu%MzsUYF8Q#Cs&*%NJ=qv`Hy%i~#Vk z+1=TqaG=R56sX`AO#&=S684qZG8e5M)(kSHfDIB+{pI=9u$|N(3L~mk_jv6W6{Ycr z91#r33-dF){_1qt+m1^*2-xGY>nm;~=n!WFfR2jLLb_GnF37PeypFRjg{wD=K$_`( zFh+m`a1$y(gswu>?k0NZeneRsbIj%hJyskPP!I>5<#Uq^G@kEqM^La` zkA*e}@)Te=n0vos=t9F*iYWj=8i!;%{@*L0DxMN3FkwIttXwjkAUBx?0r^H`N1hB5 zi0Z-@I>-ya=M88fA|pUYs456*^_o!{CUNmHnQFSkhy?8AESs-T(jq07*qo IM6N<$f{pmtyZ`_I literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_off.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_off.png new file mode 100644 index 0000000000000000000000000000000000000000..20687d856645a24a7261a46b2ead59e5338c7a42 GIT binary patch literal 543 zcmV+)0^t3LP)?}xpn-Z&ME@8O zdg;BCv`yVj-fps4`DU5N(o+YPc{BTF=9_Qk)i$?Y6sX9=S~QIjhn}hLNWNnLj7DBh06n*bLxT zP0~Laz?h&!KzKA>y?l;zY*DM%Q4d=#fKueS=;hTVN!oeacF3d!8VqFipWlDGZtrrC zr5Sd2x8)qR4Cb>bd?k#*57t)Xd_5eB_WTBHl8ENzMrfpvqN86pAavzItNrS|gLm-< z&E#CPi6ZG)i;*KizyS89tq>8b?(FSj@$oanae`TDF;6qchmA87^I3^N0&K}RTVO)| zm_&~xc$!*45rlzMWD8y+5Ta>&45+q15op6R_*Z{Le>*u4WK2v1c{+BJktr}MM@bai zFkbW@uEQ9E!di5`{BVf{0YXQzuOs6IGAkh~`#J&Ys&IrhE`2^Ll2t{}?zA1#6!ojt z%`^*9$$_vRC+K}W7A`m*BGE0>jngDdJm?P`9-p%%tKCm;Tr2vBst-qnNj`pl@9f%> hryGTCn(BKCfd8g~MWah}RQmt`002ovPDHLkV1ks9_KyGn literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_on.png b/src/main/resources/assets/energonrelics-azazelthedemonlord/textures/block/tractor_beam_projector_on.png new file mode 100644 index 0000000000000000000000000000000000000000..43d07317f9af613ca4efaf2a30867786453a6865 GIT binary patch literal 529 zcmV+s0`C2ZP)P6H*65g(INTlxZ}B)J$&Fv+1#O3AgSkZVt+&_insHRKW~zV9x=v5~KDmO=!OvfRF#bA~!`!@I%&}fsnKOW2J;~(T z6mc9@1jOUyVE;9;rGeLIpb@oP0Ie(v@!hSCBpsd%9GR5B2?Lq^$Mub?_OS*wv*`B^ zWgN9)tn(ED6^y~#&o*WJdo~mA2ThnX70<)XD3*(qj_X1|bY`R$dfV+s3op#860F7E z#Zw{B%S@711PowpS_+AHs~7rsdAW@wNwLZd{J=UrOkz>4b0P30z*LH}1SaH0?|tBc zNfSn)+{hCAW+*~Cf_e!wZrpv!QQC!&0KSm11QM+C41N$jyaKcGDM`T&Bf;*6wtE2; z+7TdfA_w|p>_BF(>aEn*7oe{jX(^%*@J6bt1cTwgDNWOL_1c;7leQ2^D>K`d&tuVo zEld*aLhU$B!o<_b)bRxDXR11SckD{hpQ!%hs4>ae`CB*lc6!fC?KJiOZ2