Updated coils, relays & upgrades textures and models by Gabe Tie
|
@ -1,36 +1,78 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_column",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-none",
|
||||
"end" : "warpdrive:blocks/forcefield/relay-top"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"upgrade": {
|
||||
"none": {},
|
||||
"attraction" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-attraction" } },
|
||||
"breaking" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-breaking" } },
|
||||
"camouflage" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-camouflage" } },
|
||||
"cooling" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-cooling" } },
|
||||
"fusion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-fusion" } },
|
||||
"heating" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-heating" } },
|
||||
"inversion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-inversion" } },
|
||||
"item_port" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-item_port" } },
|
||||
"pumping" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-pumping" } },
|
||||
"range" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-range" } },
|
||||
"repulsion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-repulsion" } },
|
||||
"rotation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-rotation" } },
|
||||
"shock" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-shock" } },
|
||||
"silencer" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-silencer" } },
|
||||
"speed" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-speed" } },
|
||||
"stabilization": { "textures": { "side": "warpdrive:blocks/forcefield/relay-stabilization" } },
|
||||
"thickness" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-thickness" } },
|
||||
"translation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-translation" } }
|
||||
}
|
||||
}
|
||||
"multipart": [
|
||||
{ "when": { "facing": "north", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-off" } },
|
||||
{ "when": { "facing": "south", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-off", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-off", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-off", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-on" } },
|
||||
{ "when": { "facing": "south", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-on", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-on", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.advanced-on", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking" } },
|
||||
{ "when": { "facing": "south", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage" } },
|
||||
{ "when": { "facing": "south", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling" } },
|
||||
{ "when": { "facing": "south", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating" } },
|
||||
{ "when": { "facing": "south", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port" } },
|
||||
{ "when": { "facing": "south", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping" } },
|
||||
{ "when": { "facing": "south", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range" } },
|
||||
{ "when": { "facing": "south", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock" } },
|
||||
{ "when": { "facing": "south", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed" } },
|
||||
{ "when": { "facing": "south", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization" } },
|
||||
{ "when": { "facing": "south", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness" } },
|
||||
{ "when": { "facing": "south", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 90 } }
|
||||
]
|
||||
}
|
|
@ -1,36 +1,78 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_column",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-none",
|
||||
"end" : "warpdrive:blocks/forcefield/relay-top"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"upgrade": {
|
||||
"none": {},
|
||||
"attraction" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-attraction" } },
|
||||
"breaking" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-breaking" } },
|
||||
"camouflage" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-camouflage" } },
|
||||
"cooling" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-cooling" } },
|
||||
"fusion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-fusion" } },
|
||||
"heating" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-heating" } },
|
||||
"inversion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-inversion" } },
|
||||
"item_port" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-item_port" } },
|
||||
"pumping" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-pumping" } },
|
||||
"range" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-range" } },
|
||||
"repulsion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-repulsion" } },
|
||||
"rotation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-rotation" } },
|
||||
"shock" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-shock" } },
|
||||
"silencer" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-silencer" } },
|
||||
"speed" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-speed" } },
|
||||
"stabilization": { "textures": { "side": "warpdrive:blocks/forcefield/relay-stabilization" } },
|
||||
"thickness" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-thickness" } },
|
||||
"translation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-translation" } }
|
||||
}
|
||||
}
|
||||
"multipart": [
|
||||
{ "when": { "facing": "north", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-off" } },
|
||||
{ "when": { "facing": "south", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-off", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-off", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-off", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-on" } },
|
||||
{ "when": { "facing": "south", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-on", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-on", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.basic-on", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking" } },
|
||||
{ "when": { "facing": "south", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage" } },
|
||||
{ "when": { "facing": "south", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling" } },
|
||||
{ "when": { "facing": "south", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating" } },
|
||||
{ "when": { "facing": "south", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port" } },
|
||||
{ "when": { "facing": "south", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping" } },
|
||||
{ "when": { "facing": "south", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range" } },
|
||||
{ "when": { "facing": "south", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock" } },
|
||||
{ "when": { "facing": "south", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed" } },
|
||||
{ "when": { "facing": "south", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization" } },
|
||||
{ "when": { "facing": "south", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness" } },
|
||||
{ "when": { "facing": "south", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 90 } }
|
||||
]
|
||||
}
|
|
@ -1,36 +1,78 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_column",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-none",
|
||||
"end" : "warpdrive:blocks/forcefield/relay-top"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"upgrade": {
|
||||
"none": {},
|
||||
"attraction" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-attraction" } },
|
||||
"breaking" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-breaking" } },
|
||||
"camouflage" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-camouflage" } },
|
||||
"cooling" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-cooling" } },
|
||||
"fusion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-fusion" } },
|
||||
"heating" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-heating" } },
|
||||
"inversion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-inversion" } },
|
||||
"item_port" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-item_port" } },
|
||||
"pumping" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-pumping" } },
|
||||
"range" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-range" } },
|
||||
"repulsion" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-repulsion" } },
|
||||
"rotation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-rotation" } },
|
||||
"shock" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-shock" } },
|
||||
"silencer" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-silencer" } },
|
||||
"speed" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-speed" } },
|
||||
"stabilization": { "textures": { "side": "warpdrive:blocks/forcefield/relay-stabilization" } },
|
||||
"thickness" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-thickness" } },
|
||||
"translation" : { "textures": { "side": "warpdrive:blocks/forcefield/relay-translation" } }
|
||||
}
|
||||
}
|
||||
"multipart": [
|
||||
{ "when": { "facing": "north", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-off" } },
|
||||
{ "when": { "facing": "south", "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-off", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-off", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "false" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-off", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-on" } },
|
||||
{ "when": { "facing": "south", "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-on", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-on", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "active": "true" }, "apply": { "model": "warpdrive:forcefield/force_field_relay.superior-on", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking" } },
|
||||
{ "when": { "facing": "south", "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "breaking" }, "apply": { "model": "warpdrive:forcefield/upgrade-breaking", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage" } },
|
||||
{ "when": { "facing": "south", "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "camouflage" }, "apply": { "model": "warpdrive:forcefield/upgrade-camouflage", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling" } },
|
||||
{ "when": { "facing": "south", "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "cooling" }, "apply": { "model": "warpdrive:forcefield/upgrade-cooling", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "fusion" }, "apply": { "model": "warpdrive:forcefield/upgrade-fusion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating" } },
|
||||
{ "when": { "facing": "south", "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "heating" }, "apply": { "model": "warpdrive:forcefield/upgrade-heating", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port" } },
|
||||
{ "when": { "facing": "south", "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "item_port" }, "apply": { "model": "warpdrive:forcefield/upgrade-item_port", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping" } },
|
||||
{ "when": { "facing": "south", "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "pumping" }, "apply": { "model": "warpdrive:forcefield/upgrade-pumping", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range" } },
|
||||
{ "when": { "facing": "south", "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "range" }, "apply": { "model": "warpdrive:forcefield/upgrade-range", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion" } },
|
||||
{ "when": { "facing": "south", "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "repulsion" }, "apply": { "model": "warpdrive:forcefield/upgrade-repulsion", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock" } },
|
||||
{ "when": { "facing": "south", "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "shock" }, "apply": { "model": "warpdrive:forcefield/upgrade-shock", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed" } },
|
||||
{ "when": { "facing": "south", "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "speed" }, "apply": { "model": "warpdrive:forcefield/upgrade-speed", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization" } },
|
||||
{ "when": { "facing": "south", "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "stabilization" }, "apply": { "model": "warpdrive:forcefield/upgrade-stabilization", "y": 90 } },
|
||||
|
||||
{ "when": { "facing": "north", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness" } },
|
||||
{ "when": { "facing": "south", "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 180 } },
|
||||
{ "when": { "facing": "west" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 270 } },
|
||||
{ "when": { "facing": "east" , "upgrade": "thickness" }, "apply": { "model": "warpdrive:forcefield/upgrade-thickness", "y": 90 } }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_advanced",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_advanced",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_basic",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_basic",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"coils": "warpdrive:blocks/forcefield/relay-coils",
|
||||
"bottom": "warpdrive:blocks/forcefield/relay-bottom",
|
||||
"front": "warpdrive:blocks/forcefield/relay-front",
|
||||
"particle": "warpdrive:blocks/forcefield/relay-side_basic"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 0, 6],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 16], "texture": "#front"},
|
||||
"east": {"uv": [0, 8, 10, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 16, 8], "texture": "#side"},
|
||||
"west": {"uv": [6, 8, 16, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 6, 16, 16], "texture": "#top"},
|
||||
"down": {"uv": [0, 0, 16, 10], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 5, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11, 16, 16], "texture": "#front"},
|
||||
"east": {"uv": [10, 11, 16, 16], "texture": "#side"},
|
||||
"west": {"uv": [0, 11, 6, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 0, 16, 6], "texture": "#top"},
|
||||
"down": {"uv": [0, 10, 16, 16], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [13, 5, 0],
|
||||
"to": [16, 8, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 3, 11], "texture": "#front"},
|
||||
"east": {"uv": [10, 8, 16, 11], "texture": "#side"},
|
||||
"west": {"uv": [0, 5, 6, 8], "texture": "#front"},
|
||||
"up": {"uv": [13, 0, 16, 6], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 5, 0],
|
||||
"to": [3, 8, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 8, 16, 11], "texture": "#front"},
|
||||
"east": {"uv": [10, 5, 16, 8], "texture": "#front"},
|
||||
"west": {"uv": [0, 8, 6, 11], "texture": "#side"},
|
||||
"up": {"uv": [0, 0, 3, 6], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [4, 8, 9],
|
||||
"to": [12, 10, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 11.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 7, 10, 9], "texture": "#coils"},
|
||||
"east": {"uv": [10, 2, 15, 4], "texture": "#coils"},
|
||||
"south": {"uv": [2, 0, 10, 2], "texture": "#coils"},
|
||||
"west": {"uv": [10, 0, 15, 2], "texture": "#coils"},
|
||||
"up": {"uv": [2, 2, 10, 7], "texture": "#coils"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "antenna",
|
||||
"from": [13, 5, 10.5],
|
||||
"to": [14, 14, 11.5],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"east": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"south": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"west": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"up": {"uv": [0, 8, 1, 9], "texture": "#coils"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "antenna",
|
||||
"from": [2, 5, 10.5],
|
||||
"to": [3, 14, 11.5],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"east": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"south": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"west": {"uv": [0, 8, 1, 16], "texture": "#coils"},
|
||||
"up": {"uv": [0, 8, 1, 9], "texture": "#coils"},
|
||||
"down": {"uv": [0, 0, 16, 10], "texture": "#coils"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_superior",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_superior",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-attraction"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-breaking"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-camouflage"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-cooling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-fusion"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-heating"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-inversion"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-item_port"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-pumping"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-range"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-repulsion"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-rotation"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-shock"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-silencer"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-speed"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-stabilization"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-thickness"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/upgrade",
|
||||
"textures": {
|
||||
"icon": "warpdrive:items/forcefield/upgrade-translation"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"texture": "warpdrive:items/forcefield/upgrade-none"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 5, 0],
|
||||
"to": [13, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 9, 11.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 10, 13], "texture": "#icon"},
|
||||
"east": {"uv": [10, 3, 16, 6], "texture": "#texture"},
|
||||
"south": {"uv": [0, 12, 10, 15], "texture": "#texture"},
|
||||
"west": {"uv": [10, 0, 16, 3], "texture": "#texture"},
|
||||
"up": {"uv": [0, 0, 10, 6], "texture": "#texture"},
|
||||
"down": {"uv": [0, 6, 10, 12], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "icon",
|
||||
"from": [5.5, 8.025, 0.5],
|
||||
"to": [10.5, 8.025, 5.5],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 9, 11.5]},
|
||||
"faces": {
|
||||
"up": {"uv": [10, 10, 0, 0], "texture": "#icon"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 137, 0],
|
||||
"translation": [2.75, 4.25, 0],
|
||||
"scale": [0.7, 0.7, 0.7]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 137, 0],
|
||||
"translation": [2.75, 4.25, 0],
|
||||
"scale": [0.7, 0.7, 0.7]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [30.5, 179.25, -32],
|
||||
"translation": [5, 2, -10.75]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -177, -13.5],
|
||||
"translation": [4.75, -0.25, -12]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 0, 2.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [63, -154, 0],
|
||||
"translation": [-2.5, 5.5, 0],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 5, -2.5],
|
||||
"scale": [1.25, 1.25, 1.25]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_advanced",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_basic",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "warpdrive:block/forcefield/force_field_relay",
|
||||
"textures": {
|
||||
"side": "warpdrive:blocks/forcefield/relay-side_superior",
|
||||
"top": "warpdrive:blocks/forcefield/relay-top_on"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-attraction"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-attraction"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-breaking"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-breaking"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-camouflage"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-camouflage"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-cooling"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-cooling"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-fusion"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-fusion"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-heating"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-heating"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-inversion"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-inversion"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-item_port"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-item_port"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-none"
|
||||
}
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-none"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-pumping"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-pumping"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-range"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-range"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-repulsion"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-repulsion"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-rotation"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-rotation"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-shock"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-shock"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-silencer"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-silencer"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-speed"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-speed"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-stabilization"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-stabilization"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-thickness"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-thickness"
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "warpdrive:items/forcefield/upgrade-translation"
|
||||
}
|
||||
"parent": "warpdrive:block/forcefield/upgrade-translation"
|
||||
}
|
Before Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 270 B |
After Width: | Height: | Size: 272 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 568 B |
After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 357 B |