Updated industrial siren models by Gabe Tie

This commit is contained in:
LemADEC 2020-06-21 15:29:35 +02:00
parent d53488d8a0
commit 795dc946ec
12 changed files with 190 additions and 42 deletions

View file

@ -1,20 +1,35 @@
{
"forge_marker": 1,
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block"
},
"variants": {
"inventory": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"inventory" : { "model": "warpdrive:detection/siren_industrial.advanced" },
"active=false,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,facing=north": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,facing=south": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=false,spinning=down_north": { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 180 },
"active=false,spinning=down_south": { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180 },
"active=false,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 270 },
"active=false,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 90 },
"active=false,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 180 },
"active=false,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.advanced" },
"active=false,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 270 },
"active=false,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 90 },
"active=false,spinning=north" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90 },
"active=false,spinning=south" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 180 },
"active=false,spinning=west" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 270 },
"active=false,spinning=east" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 90 },
"active=true,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=true,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=true,facing=north" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=true,facing=south" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=true,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } },
"active=true,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.advanced" } }
"active=true,spinning=down_north" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 180 },
"active=true,spinning=down_south" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180 },
"active=true,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 270 },
"active=true,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 180, "y": 90 },
"active=true,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 180 },
"active=true,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.advanced" },
"active=true,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 270 },
"active=true,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.advanced", "y": 90 },
"active=true,spinning=north" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90 },
"active=true,spinning=south" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 180 },
"active=true,spinning=west" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 270 },
"active=true,spinning=east" : { "model": "warpdrive:detection/siren_industrial.advanced", "x": 90, "y": 90 }
}
}

View file

@ -1,20 +1,36 @@
{
"forge_marker": 1,
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block"
},
"variants": {
"inventory": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"inventory" : { "model": "warpdrive:detection/siren_industrial.basic" },
"active=false,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,facing=north": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,facing=south": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=false,spinning=down_north": { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 180 },
"active=false,spinning=down_south": { "model": "warpdrive:detection/siren_industrial.basic", "x": 180 },
"active=false,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 270 },
"active=false,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 90 },
"active=false,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 180 },
"active=false,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.basic" },
"active=false,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 270 },
"active=false,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 90 },
"active=false,spinning=north" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90 },
"active=false,spinning=south" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 180 },
"active=false,spinning=west" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 270 },
"active=false,spinning=east" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 90 },
"active=true,spinning=down_north" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 180 },
"active=true,spinning=down_south" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180 },
"active=true,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 270 },
"active=true,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 180, "y": 90 },
"active=true,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 180 },
"active=true,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.basic" },
"active=true,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 270 },
"active=true,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.basic", "y": 90 },
"active=true,spinning=north" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90 },
"active=true,spinning=south" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 180 },
"active=true,spinning=west" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 270 },
"active=true,spinning=east" : { "model": "warpdrive:detection/siren_industrial.basic", "x": 90, "y": 90 }
"active=true,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=true,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=true,facing=north" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=true,facing=south" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=true,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } },
"active=true,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.basic" } }
}
}

View file

@ -1,20 +1,35 @@
{
"forge_marker": 1,
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block"
},
"variants": {
"inventory": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"inventory" : { "model": "warpdrive:detection/siren_industrial.superior" },
"active=false,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,facing=north": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,facing=south": { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=false,spinning=down_north": { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 180 },
"active=false,spinning=down_south": { "model": "warpdrive:detection/siren_industrial.superior", "x": 180 },
"active=false,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 270 },
"active=false,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 90 },
"active=false,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 180 },
"active=false,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.superior" },
"active=false,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 270 },
"active=false,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 90 },
"active=false,spinning=north" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90 },
"active=false,spinning=south" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 180 },
"active=false,spinning=west" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 270 },
"active=false,spinning=east" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 90 },
"active=true,facing=down" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=true,facing=up" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=true,facing=north" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=true,facing=south" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=true,facing=east" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } },
"active=true,facing=west" : { "model": "minecraft:cube_all", "textures": { "all" : "warpdrive:blocks/detection/siren_industrial.superior" } }
"active=true,spinning=down_north" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 180 },
"active=true,spinning=down_south" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180 },
"active=true,spinning=down_east" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 270 },
"active=true,spinning=down_west" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 180, "y": 90 },
"active=true,spinning=up_north" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 180 },
"active=true,spinning=up_south" : { "model": "warpdrive:detection/siren_industrial.superior" },
"active=true,spinning=up_east" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 270 },
"active=true,spinning=up_west" : { "model": "warpdrive:detection/siren_industrial.superior", "y": 90 },
"active=true,spinning=north" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90 },
"active=true,spinning=south" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 180 },
"active=true,spinning=west" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 270 },
"active=true,spinning=east" : { "model": "warpdrive:detection/siren_industrial.superior", "x": 90, "y": 90 }
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "warpdrive:block/detection/siren_industrial",
"textures": {
"industrial": "warpdrive:blocks/detection/siren_industrial.advanced"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "warpdrive:block/detection/siren_industrial",
"textures": {
"industrial": "warpdrive:blocks/detection/siren_industrial.basic"
}
}

View file

@ -0,0 +1,84 @@
{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"particle" : "warpdrive:blocks/detection/siren_industrial-base_connection",
"base" : "warpdrive:blocks/detection/siren_industrial-base",
"connection": "warpdrive:blocks/detection/siren_industrial-base_connection"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 2, 14],
"faces": {
"north": {"uv": [0, 12, 12, 14], "texture": "#base"},
"east": {"uv": [0, 12, 12, 14], "texture": "#base"},
"south": {"uv": [0, 12, 12, 14], "texture": "#base"},
"west": {"uv": [0, 12, 12, 14], "texture": "#base"},
"up": {"uv": [0, 0, 12, 12], "texture": "#base"},
"down": {"uv": [0, 0, 12, 12], "texture": "#connection"}
}
},
{
"from": [4, 2, 6],
"to": [12, 4, 10],
"faces": {
"north": {"uv": [0, 9.5, 4, 10.5], "texture": "#industrial"},
"east": {"uv": [4, 9.5, 6, 10.5], "texture": "#industrial"},
"south": {"uv": [0, 9.5, 4, 10.5], "texture": "#industrial"},
"west": {"uv": [4, 9.5, 6, 10.5], "texture": "#industrial"},
"up": {"uv": [3, 7.5, 7, 9.5], "texture": "#industrial"},
"down": {"uv": [0, 0, 2, 4], "rotation": 90, "texture": "#industrial"}
}
},
{
"from": [6, 2, 5],
"to": [10, 7, 11],
"faces": {
"north": {"uv": [3, 5, 5, 7.5], "texture": "#industrial"},
"east": {"uv": [0, 5, 3, 7.5], "texture": "#industrial"},
"south": {"uv": [3, 5, 5, 7.5], "texture": "#industrial"},
"west": {"uv": [0, 5, 3, 7.5], "texture": "#industrial"},
"up": {"uv": [0, 7.5, 3, 9.5], "rotation": 270, "texture": "#industrial"},
"down": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#industrial"}
}
},
{
"from": [0, 3, 3],
"to": [4, 13, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 8]},
"faces": {
"north": {"uv": [7, 0, 5, 5], "texture": "#industrial"},
"east": {"uv": [5, 0, 0, 5], "texture": "#industrial"},
"south": {"uv": [7, 5, 5, 0], "rotation": 180, "texture": "#industrial"},
"west": {"uv": [5, 0, 0, 5], "texture": "#industrial"},
"up": {"uv": [5, 0, 7, 5], "rotation": 180, "texture": "#industrial"},
"down": {"uv": [7, 0, 5, 5], "rotation": 180, "texture": "#industrial"}
}
},
{
"from": [12, 3, 3],
"to": [16, 13, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 8]},
"faces": {
"north": {"uv": [7, 0, 5, 5], "texture": "#industrial"},
"east": {"uv": [0, 0, 5, 5], "texture": "#industrial"},
"south": {"uv": [7, 5, 5, 0], "rotation": 180, "texture": "#industrial"},
"west": {"uv": [0, 0, 5, 5], "texture": "#industrial"},
"up": {"uv": [7, 0, 5, 5], "rotation": 180, "texture": "#industrial"},
"down": {"uv": [5, 0, 7, 5], "rotation": 180, "texture": "#industrial"}
}
},
{
"from": [4, 6, 6],
"to": [12, 10, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [7, 2, 11, 4], "texture": "#industrial"},
"south": {"uv": [7, 2, 11, 4], "texture": "#industrial"},
"up": {"uv": [7, 0, 11, 2], "texture": "#industrial"},
"down": {"uv": [7, 2, 11, 0], "texture": "#industrial"}
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "warpdrive:block/detection/siren_industrial",
"textures": {
"industrial": "warpdrive:blocks/detection/siren_industrial.superior"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 752 B