From c645a0e770d66d6a0462ca356e9ef4684ae8b576 Mon Sep 17 00:00:00 2001 From: canitzp Date: Sun, 10 Jan 2016 17:00:07 +0100 Subject: [PATCH] More JSONs --- .../blockstates/blockLaserRelay.json | 10 + .../blockstates/blockPhantomBooster.json | 5 + .../models/block/blockLaserRelay.json | 880 +++++++++++++++ .../block/blockLaserRelayWithWindow.json | 999 ++++++++++++++++++ .../models/block/blockPhantomBooster.json | 460 ++++++++ .../models/item/blockLaserRelay.json | 10 + .../models/item/blockPhantomBooster.json | 10 + .../blocks/models/modelLaserRelay.png | Bin 385 -> 233 bytes .../blocks/models/modelPhantomBooster.png | Bin 343 -> 175 bytes 9 files changed, 2374 insertions(+) create mode 100644 src/main/resources/assets/actuallyadditions/blockstates/blockLaserRelay.json create mode 100644 src/main/resources/assets/actuallyadditions/blockstates/blockPhantomBooster.json create mode 100644 src/main/resources/assets/actuallyadditions/models/block/blockLaserRelay.json create mode 100644 src/main/resources/assets/actuallyadditions/models/block/blockLaserRelayWithWindow.json create mode 100644 src/main/resources/assets/actuallyadditions/models/block/blockPhantomBooster.json create mode 100644 src/main/resources/assets/actuallyadditions/models/item/blockLaserRelay.json create mode 100644 src/main/resources/assets/actuallyadditions/models/item/blockPhantomBooster.json diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockLaserRelay.json b/src/main/resources/assets/actuallyadditions/blockstates/blockLaserRelay.json new file mode 100644 index 000000000..d5417dfcb --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockLaserRelay.json @@ -0,0 +1,10 @@ +{ + "variants": { + "meta=0": { "model": "actuallyadditions:blockLaserRelay", "x": 180 }, + "meta=1": { "model": "actuallyadditions:blockLaserRelay"}, + "meta=2": { "model": "actuallyadditions:blockLaserRelay", "x": 90 }, + "meta=3": { "model": "actuallyadditions:blockLaserRelay", "x": 270 }, + "meta=4": { "model": "actuallyadditions:blockLaserRelay", "x": 90, "y": 270 }, + "meta=5": { "model": "actuallyadditions:blockLaserRelay", "x": 90, "y": 90 } + } +} diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockPhantomBooster.json b/src/main/resources/assets/actuallyadditions/blockstates/blockPhantomBooster.json new file mode 100644 index 000000000..a7ba983ed --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockPhantomBooster.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "actuallyadditions:blockPhantomBooster"} + } +} diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelay.json b/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelay.json new file mode 100644 index 000000000..1911382be --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelay.json @@ -0,0 +1,880 @@ +{ + "__createdBy": "canitzp", + "ambientocclusion": false, + "textures": { + "particle": "actuallyadditions:blocks/models/modelLaserRelay", + "laserRelay": "actuallyadditions:blocks/models/modelLaserRelay" + }, + "elements": [ + { + "from": [4,0,4], + "to": [12,1,12], + "faces": { + "up": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,1,3], + "to": [12,4,4], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,1,12], + "to": [12,4,13], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,11,12], + "to": [12,14,13], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,11,3], + "to": [12,14,4], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,4,2], + "to": [12,5,3], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,10,2], + "to": [12,11,3], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,10,13], + "to": [12,11,14], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,4,13], + "to": [12,5,14], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [5.5,1,5.5], + "to": [10.5,3,10.5], + "faces": { + "up": { + "uv": [13.5,13.5,16,16], + "texture": "#laserRelay" + }, + "down": { + "uv": [0.0,0.0,5.0,5.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + } + } + }, + { + "from": [7,3,7], + "to": [9,14,9], + "faces": { + "up": { + "uv": [0.0,0.0,2.0,2.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,2.0,2.0], + "texture": "missingtexture" + }, + "west": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "east": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "north": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "south": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,14,4], + "to": [12,15,12], + "faces": { + "up": { + "uv": [1,12,5,15], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [6.5,6.5,6.5], + "to": [9.5,9.5,9.5], + "faces": { + "up": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "down": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "west": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "east": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "north": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "south": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,5,2], + "to": [5,10,3], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [11,5,2], + "to": [12,10,3], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [11,5,13], + "to": [12,10,14], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,5,13], + "to": [5,10,14], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [3,1,4], + "to": [4,4,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [12,1,4], + "to": [13,4,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [12,11,4], + "to": [13,14,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [3,11,4], + "to": [4,14,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,4,4], + "to": [3,5,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,10,4], + "to": [3,11,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,10,4], + "to": [14,11,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,4,4], + "to": [14,5,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,5,4], + "to": [3,10,5], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,5,11], + "to": [3,10,12], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,5,11], + "to": [14,10,12], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,5,4], + "to": [14,10,5], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelayWithWindow.json b/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelayWithWindow.json new file mode 100644 index 000000000..b933ad9c0 --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockLaserRelayWithWindow.json @@ -0,0 +1,999 @@ +{ + "__createdwith": "opl's Model Creator", + "ambientocclusion": false, + "textures": { + "laserRelay": "actuallyadditions:blocks/models/modelLaserRelay" + }, + "elements": [ + { + "from": [4,0,4], + "to": [12,1,12], + "faces": { + "up": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,1,3], + "to": [12,4,4], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,1,12], + "to": [12,4,13], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,11,12], + "to": [12,14,13], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,11,3], + "to": [12,14,4], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,4,2], + "to": [12,5,3], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,10,2], + "to": [12,11,3], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,10,13], + "to": [12,11,14], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,4,13], + "to": [12,5,14], + "faces": { + "up": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [5.5,1,5.5], + "to": [10.5,3,10.5], + "faces": { + "up": { + "uv": [13.5,13.5,16,16], + "texture": "#laserRelay" + }, + "down": { + "uv": [0.0,0.0,5.0,5.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,5,2], + "texture": "#laserRelay" + } + } + }, + { + "from": [7,3,7], + "to": [9,14,9], + "faces": { + "up": { + "uv": [0.0,0.0,2.0,2.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,2.0,2.0], + "texture": "missingtexture" + }, + "west": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "east": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "north": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + }, + "south": { + "uv": [14,2,16,7.5], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,14,4], + "to": [12,15,12], + "faces": { + "up": { + "uv": [1,12,5,15], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,8,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [6.5,6.5,6.5], + "to": [9.5,9.5,9.5], + "faces": { + "up": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "down": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "west": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "east": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "north": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + }, + "south": { + "uv": [14,0,16,2], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,5,2], + "to": [5,10,3], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [11,5,2], + "to": [12,10,3], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [11,5,13], + "to": [12,10,14], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [4,5,13], + "to": [5,10,14], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [5,5,2], + "to": [11,10,3], + "faces": { + "up": { + "uv": [0.0,0.0,6.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,6.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "east": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "north": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "south": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + } + } + }, + { + "from": [5,5,13], + "to": [11,10,14], + "faces": { + "up": { + "uv": [0.0,0.0,6.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,6.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "east": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "north": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "south": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + } + } + }, + { + "from": [3,1,4], + "to": [4,4,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [12,1,4], + "to": [13,4,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [12,11,4], + "to": [13,14,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [3,11,4], + "to": [4,14,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,3], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,3], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,4,4], + "to": [3,5,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,10,4], + "to": [3,11,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,10,4], + "to": [14,11,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,4,4], + "to": [14,5,12], + "faces": { + "up": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "down": { + "uv": [0,0,1,8], + "texture": "#laserRelay" + }, + "west": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,8,1], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,1], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,5,4], + "to": [3,10,5], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,5,11], + "to": [3,10,12], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,5,11], + "to": [14,10,12], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [13,5,4], + "to": [14,10,5], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,1.0], + "texture": "missingtexture" + }, + "west": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "east": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + }, + "south": { + "uv": [0,0,1,5], + "texture": "#laserRelay" + } + } + }, + { + "from": [2,5,5], + "to": [3,10,11], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,6.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,6.0], + "texture": "missingtexture" + }, + "west": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "east": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "south": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + } + } + }, + { + "from": [13,5,5], + "to": [14,10,11], + "faces": { + "up": { + "uv": [0.0,0.0,1.0,6.0], + "texture": "missingtexture" + }, + "down": { + "uv": [0.0,0.0,1.0,6.0], + "texture": "missingtexture" + }, + "west": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "east": { + "uv": [12.5,8,15.5,10.5], + "texture": "#laserRelay" + }, + "north": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + }, + "south": { + "uv": [0.0,0.0,1.0,5.0], + "texture": "missingtexture" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockPhantomBooster.json b/src/main/resources/assets/actuallyadditions/models/block/blockPhantomBooster.json new file mode 100644 index 000000000..3031ebb9d --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockPhantomBooster.json @@ -0,0 +1,460 @@ +{ + "__createdBy": "canitzp", + "ambientocclusion": false, + "textures": { + "particle": "actuallyadditions:blocks/models/modelPhantomBooster", + "phantomBooster": "actuallyadditions:blocks/models/modelPhantomBooster" + }, + "elements": [ + { + "from": [6,0,6], + "to": [10,16,10], + "faces": { + "up": { + "uv": [4,0,8,4], + "texture": "#phantomBooster" + }, + "down": { + "uv": [4,0,8,4], + "texture": "#phantomBooster" + }, + "west": { + "uv": [0,0,4,16], + "texture": "#phantomBooster" + }, + "east": { + "uv": [0,0,4,16], + "texture": "#phantomBooster" + }, + "north": { + "uv": [0,0,4,16], + "texture": "#phantomBooster" + }, + "south": { + "uv": [0,0,4,16], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,1,5], + "to": [11,2,11], + "faces": { + "up": { + "uv": [10,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,2,4], + "to": [11,4,5], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,2,11], + "to": [11,4,12], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [4,2,5], + "to": [5,4,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [11,2,5], + "to": [12,4,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,4,3], + "to": [11,12,4], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,4,12], + "to": [11,12,13], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + } + } + }, + { + "from": [3,4,5], + "to": [4,12,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + } + } + }, + { + "from": [12,4,5], + "to": [13,12,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,8], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,8], + "texture": "#phantomBooster" + } + } + }, + { + "from": [11,12,5], + "to": [12,14,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [4,12,5], + "to": [5,14,11], + "faces": { + "up": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [15,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,12,11], + "to": [11,14,12], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,12,4], + "to": [11,14,5], + "faces": { + "up": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "west": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "east": { + "uv": [15,0,16,2], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,2], + "texture": "#phantomBooster" + } + } + }, + { + "from": [5,14,5], + "to": [11,15,11], + "faces": { + "up": { + "uv": [10,0,16,6], + "texture": "#phantomBooster" + }, + "down": { + "uv": [10,0,16,6], + "texture": "#phantomBooster" + }, + "west": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "east": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "north": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + }, + "south": { + "uv": [10,0,16,1], + "texture": "#phantomBooster" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/item/blockLaserRelay.json b/src/main/resources/assets/actuallyadditions/models/item/blockLaserRelay.json new file mode 100644 index 000000000..914b5d169 --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/item/blockLaserRelay.json @@ -0,0 +1,10 @@ +{ + "parent": "actuallyadditions:block/blockLaserRelay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/item/blockPhantomBooster.json b/src/main/resources/assets/actuallyadditions/models/item/blockPhantomBooster.json new file mode 100644 index 000000000..705390fc8 --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/item/blockPhantomBooster.json @@ -0,0 +1,10 @@ +{ + "parent": "actuallyadditions:block/blockPhantomBooster", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/models/modelLaserRelay.png b/src/main/resources/assets/actuallyadditions/textures/blocks/models/modelLaserRelay.png index 96135d6b80fff65de92a1e533101bb607881fe80..f6c3976c8832d6a37b5bf2573beaa377522df15a 100644 GIT binary patch delta 195 zcmZoERLtq!mDzgAGU)S5YCV;lgdF(-$=)N)N1Hc9S)D#b9#4jVmT||U stQ#qZH+$4NCo3<$I7zbL!DdB<%tERLtq#Zz*gAGWo$}GG$QPH6OK9>-`GWTBVENcb^ zMm|p$$B>F!Z?9eCJY*oy@X-4u+qwnZF7xLc6m5BwptPgu0bA38nJ$GbzZAr}CLS}p zIOEU#;0sj?KfWvSvdUPSEqOp<@vlGUO7E}xk+m`B=*sfj*FG*&9aV$!;LrOdYBQu*TFSD)Mnf4G=so?*?gU$516 z+{;PZc0N3`^w*P_IeCo^%zeR{Q}^#_S~Q!PFW>69&BNPDzdZwfo?(cW{WCjtr4gSj nv-7K`6KXkA>Vctx0vr~-YY7OM5j*8`Fi70f)z4*}Q$iB}zWJ8q diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/models/modelPhantomBooster.png b/src/main/resources/assets/actuallyadditions/textures/blocks/models/modelPhantomBooster.png index cd01ff0ab4d941c6d76e8a62b6605677cfd4517f..714dbcea74e1bf64ef5d3994e3adbdf5c4c9564e 100644 GIT binary patch delta 136 zcmcc4w4PD1Gr-TCmrII^fq{Y7)59eQNDF{42OE%-|NK93qM||E14b@B1D+6NeHEaf zji-xah{fsTlrNos&o{73*zNA}pVipe=yX8h#{>H=ZnGyxE?#HVS@LVq>Y91I^k_)m-WZ9N7whr!d;&t;ucLK6U5IV|P? literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSY)RhkE)4%caKYZ?lYt_f1s;*b z3=DjSL74G){)!Z!AbW|YuPgg~Hf|wdvA-!_)qp}zJY5_^DsH{KwUPIbfdFfOyiyWx z+6fsG9tPnJqRbPTERC467lQIEb#JgtAaGh`4=h#O+*wh=q^#2FTjO2-z zdi7%64Yc?hc%v#9WWICPv+gNoJyV+dK(d3c0RkBm7&sW14opc;D7Tt*XcBY4r{nxU d_mU2@zA${NG%ex`C^`qy?CI*~vd$@?2>`tuXV(A#