From 8f81d8fd6f3b494929d85175e483e2dd632c7cb4 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Thu, 20 Feb 2025 04:15:42 +0500 Subject: [PATCH] :trolley: --- .../models/misc/singularity_ring.json | 97 ++++++++++++++++++ .../textures/misc/singularity_ring.png | Bin 0 -> 1055 bytes 2 files changed, 97 insertions(+) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/misc/singularity_ring.json create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/misc/singularity_ring.png diff --git a/src/main/resources/assets/overdrive_that_matters/models/misc/singularity_ring.json b/src/main/resources/assets/overdrive_that_matters/models/misc/singularity_ring.json new file mode 100644 index 000000000..b01fce685 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/misc/singularity_ring.json @@ -0,0 +1,97 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "overdrive_that_matters:misc/singularity_ring", + "particle": "overdrive_that_matters:misc/singularity_ring" + }, + "elements": [ + { + "name": "Body", + "from": [-1, -3, 5], + "to": [17, 19, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -1]}, + "faces": { + "north": {"uv": [0, 0, 4.5, 5.5], "texture": "#0"}, + "east": {"uv": [7, 0, 4.5, 5.5], "texture": "#0"}, + "south": {"uv": [7, 0, 11.5, 5.5], "texture": "#0"}, + "west": {"uv": [4.5, 0, 7, 5.5], "texture": "#0"}, + "up": {"uv": [11.5, 0, 16, 2.5], "rotation": 180, "texture": "#0"}, + "down": {"uv": [11.5, 0, 16, 2.5], "texture": "#0"} + } + }, + { + "name": "Shield", + "from": [-1.5, 1, 9], + "to": [17.5, 15, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.5, -2, 7]}, + "faces": { + "east": {"uv": [4.75, 12.5, 6.5, 16], "texture": "#0"}, + "south": {"uv": [0, 12.5, 4.75, 16], "texture": "#0"}, + "west": {"uv": [6.5, 12.5, 4.75, 16], "texture": "#0"} + } + }, + { + "name": "Shield", + "from": [-1.5, -14, 7], + "to": [17.5, 0, 14], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -7, 10.5]}, + "faces": { + "east": {"uv": [4.75, 12.5, 6.5, 16], "texture": "#0"}, + "south": {"uv": [7.75, 9, 12.5, 12.5], "texture": "#0"}, + "west": {"uv": [6.5, 12.5, 4.75, 16], "texture": "#0"} + } + }, + { + "name": "Shield", + "from": [-1.5, 16, 7], + "to": [17.5, 30, 14], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 23, 10.5]}, + "faces": { + "east": {"uv": [4.75, 12.5, 6.5, 16], "texture": "#0"}, + "south": {"uv": [7.75, 9, 12.5, 12.5], "texture": "#0"}, + "west": {"uv": [6.5, 12.5, 4.75, 16], "texture": "#0"} + } + }, + { + "name": "Emitter", + "from": [1, -4, 2], + "to": [15, 20, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -3]}, + "faces": { + "north": {"uv": [0, 5.5, 3, 11.5], "texture": "#0"}, + "east": {"uv": [3.75, 5.5, 3, 11.5], "texture": "#0"}, + "west": {"uv": [3, 5.5, 3.75, 11.5], "texture": "#0"}, + "up": {"uv": [0, 11.5, 3, 12.25], "texture": "#0"}, + "down": {"uv": [0, 11.5, 3, 12.25], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "Body", + "from": [0, 18, 4], + "to": [16, 32, 14], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 19, 14]}, + "faces": { + "north": {"uv": [3.75, 9, 7.75, 12.5], "texture": "#0"}, + "east": {"uv": [7.75, 5.5, 10.25, 9], "texture": "#0"}, + "south": {"uv": [3.75, 5.5, 7.75, 9], "texture": "#0"}, + "west": {"uv": [10.25, 5.5, 7.75, 9], "texture": "#0"}, + "up": {"uv": [10.25, 5.5, 14.25, 8], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "Body", + "from": [0, -16, 4], + "to": [16, -2, 14], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -3, 14]}, + "faces": { + "north": {"uv": [3.75, 12.5, 7.75, 9], "texture": "#0"}, + "east": {"uv": [7.75, 5.5, 10.25, 9], "texture": "#0"}, + "south": {"uv": [3.75, 9, 7.75, 5.5], "texture": "#0"}, + "west": {"uv": [10.25, 5.5, 7.75, 9], "texture": "#0"}, + "down": {"uv": [10.25, 5.5, 14.25, 8], "texture": "#0"} + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/src/main/resources/assets/overdrive_that_matters/textures/misc/singularity_ring.png b/src/main/resources/assets/overdrive_that_matters/textures/misc/singularity_ring.png new file mode 100644 index 0000000000000000000000000000000000000000..9a88947ffc601d5cecd4a628d862c2d4c2343539 GIT binary patch literal 1055 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`291^9%xhJ=Kusj0>0SEW_9n3|gAHudk>vuD??T|0K{xPANf_3PL7@86%0 zkf5!t{r~^}##t-ut;~IVe7s$qLVP`wqr;1eil$AQmY-iXD}xjxD+42t>myuy_`b4FU;34AKvy(JW;EhUWx!1{RSYP${y7BRN{7WaAb zdqQKp(0NDZY`dywhh=;dV)JL*t37-`^055A=!ng>Y&<;Yr0b3))UvD)lG9NN;mmE$ zkzDANAywnXC-o#+a#hPF$FByCQ!iMZlXPu9);cLsH-wWvE;B&YredYj)Pyz}Rbk~c znVVwvjd_MUV)U-RzJC4dsov8DKUT~-C*ZqFuKS=tN6-gOv((AwCn)Tk^P?(C_{5*> z(ncMP{JI{}Y&B95#!{1t9n*YxLYQWXRvB`XxGXkbaMF2Yqsk6L4+c*@?VAnRo(WIR zB?&OMa7=ho(LAwn-jcl%Il>}xjyygeI117YZ>X)1R$0TgJ4?ZJjpPcJ!fOtjdIT~` znz|UR9TwcY*6@Aj^>w`)rYc@I5y`>Xs+sr?n-RWoK7EVxbo4}yxSn`3>sJV!#Z^Iq- zlXc=L$HI6+n2z>IJtmV?<+{DyL^UE;-bU0s5FMZbFVdQ&MBb@0Fjr4k^lez literal 0 HcmV?d00001