summary refs log tree commit diff stats
path: root/src/main/resources/assets/pirate-radio/models
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2025-03-15 18:57:24 -0300
committerSoniEx2 <endermoneymod@gmail.com>2025-03-15 18:57:24 -0300
commit2aa1dea5126290ee6dadc0884a3d8e2791be04ef (patch)
tree0e488cfbf8bd6337fd194b1b6a467e2172e5ac54 /src/main/resources/assets/pirate-radio/models
parentfee7157d84c3ce887a540be82dc7a7d2e0c8e368 (diff)
add everything so far
Diffstat (limited to 'src/main/resources/assets/pirate-radio/models')
-rw-r--r--src/main/resources/assets/pirate-radio/models/block/disposable-transmitter-vertical.json29
-rw-r--r--src/main/resources/assets/pirate-radio/models/block/disposable-transmitter.json30
2 files changed, 59 insertions, 0 deletions
diff --git a/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter-vertical.json b/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter-vertical.json
new file mode 100644
index 0000000..39dc38e
--- /dev/null
+++ b/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter-vertical.json
@@ -0,0 +1,29 @@
+{
+  "textures": {
+    "antenna": "minecraft:block/iron_block",
+    "body": "minecraft:block/coal_block"
+  },
+  "elements": [
+    {   "from": [ 6.5, 6.9, 15.4 ],
+      "to": [ 9.5, 9.1, 16 ],
+      "faces": {
+        "down":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "up":    { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "north": { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "south": { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "west":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "east":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" }
+      }
+    },
+    {   "from": [ 7, 7, 9 ],
+      "to": [ 7.1, 7.1, 15.4 ],
+      "faces": {
+        "down":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "up":    { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "north": { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "west":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "east":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" }
+      }
+    }
+  ]
+}
diff --git a/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter.json b/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter.json
new file mode 100644
index 0000000..f5e26dc
--- /dev/null
+++ b/src/main/resources/assets/pirate-radio/models/block/disposable-transmitter.json
@@ -0,0 +1,30 @@
+{
+  "textures": {
+    "antenna": "minecraft:block/iron_block",
+    "body": "minecraft:block/coal_block"
+  },
+  "elements": [
+    {   "from": [ 6.5, 0.9, 15.4 ],
+      "to": [ 9.5, 3.1, 16 ],
+      "faces": {
+        "down":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "up":    { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "north": { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "south": { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "west":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" },
+        "east":  { "uv": [  0,  0, 16, 16 ], "texture": "#body" }
+      }
+    },
+    {   "from": [ 7, 1, 15.3 ],
+      "to": [ 7.1, 7.5, 15.4 ],
+      "faces": {
+        "down":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "up":    { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "north": { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "south": { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "west":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" },
+        "east":  { "uv": [  0,  0, 16, 16 ], "texture": "#antenna" }
+      }
+    }
+  ]
+}