Updated speaker models by Gabe Tie

This commit is contained in:
LemADEC 2020-06-28 14:40:53 +02:00
parent 83eddaf0fc
commit e3a49816d1
10 changed files with 62 additions and 71 deletions

View file

@ -1,36 +1,25 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_directional",
"textures": {
"particle": "warpdrive:blocks/detection/speaker-side",
"down" : "warpdrive:blocks/detection/speaker-side",
"up" : "warpdrive:blocks/detection/speaker-side",
"north" : "warpdrive:blocks/detection/speaker-front",
"south" : "warpdrive:blocks/detection/speaker-side",
"west" : "warpdrive:blocks/detection/speaker-side",
"east" : "warpdrive:blocks/detection/speaker-side"
},
"model": "warpdrive:detection/speaker",
"textures": {
"side" : "warpdrive:blocks/detection/speaker.advanced-side"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
},
"variants": {
"inventory": [{}],
"active": {
"false": {
},
"true": {
}
"false": {},
"true": {}
},
"facing": {
"north": {},
"down" : { "x": 90 },
"up" : { "x": -90 },
"north": { },
"south": { "y": 180 },
"west" : { "y": 270 },
"east" : { "y": 90 },
"up" : { "x": -90 },
"down" : { "x": 90 }
"east" : { "y": 90 }
}
}
}
}

View file

@ -1,36 +1,25 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_directional",
"textures": {
"particle": "warpdrive:blocks/detection/speaker-side",
"down" : "warpdrive:blocks/detection/speaker-side",
"up" : "warpdrive:blocks/detection/speaker-side",
"north" : "warpdrive:blocks/detection/speaker-front",
"south" : "warpdrive:blocks/detection/speaker-side",
"west" : "warpdrive:blocks/detection/speaker-side",
"east" : "warpdrive:blocks/detection/speaker-side"
},
"model": "warpdrive:detection/speaker",
"textures": {
"side" : "warpdrive:blocks/detection/speaker.basic-side"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
},
"variants": {
"inventory": [{}],
"active": {
"false": {
},
"true": {
}
"false": {},
"true": {}
},
"facing": {
"north": {},
"down" : { "x": 90 },
"up" : { "x": -90 },
"north": { },
"south": { "y": 180 },
"west" : { "y": 270 },
"east" : { "y": 90 },
"up" : { "x": -90 },
"down" : { "x": 90 }
"east" : { "y": 90 }
}
}
}
}

View file

@ -1,36 +1,26 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_directional",
"textures": {
"particle": "warpdrive:blocks/detection/speaker-side",
"down" : "warpdrive:blocks/detection/speaker-side",
"up" : "warpdrive:blocks/detection/speaker-side",
"north" : "warpdrive:blocks/detection/speaker-front",
"south" : "warpdrive:blocks/detection/speaker-side",
"west" : "warpdrive:blocks/detection/speaker-side",
"east" : "warpdrive:blocks/detection/speaker-side"
},
"model": "warpdrive:detection/speaker",
"textures": {
"side" : "warpdrive:blocks/detection/speaker.superior-side"
},
"transform": "forge:default-block"
},
"variants": {
},
"variants": {
"normal": [{}],
"inventory": [{}],
"active": {
"false": {
},
"true": {
}
"false": {},
"true": {}
},
"facing": {
"north": {},
"down" : { "x": 90 },
"up" : { "x": -90 },
"north": { },
"south": { "y": 180 },
"west" : { "y": 270 },
"east" : { "y": 90 },
"up" : { "x": -90 },
"down" : { "x": 90 }
"east" : { "y": 90 }
}
}
}
}

View file

@ -0,0 +1,23 @@
{
"parent": "block/cube_all",
"textures": {
"front" : "warpdrive:blocks/detection/speaker-front",
"side" : "warpdrive:blocks/detection/speaker.basic-side",
"back" : "warpdrive:blocks/detection/speaker-back",
"particle": "warpdrive:blocks/detection/speaker-front"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front"},
"east" : {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#back"},
"west" : {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#side"},
"up" : {"uv": [0, 0, 16, 16], "texture": "#side"},
"down" : {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#side"}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B