Remove useless *_item.json block models.
This commit is contained in:
@@ -85,7 +85,7 @@ public class BlockCable extends BlockNode {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCover(modelRegistration);
|
registerCover(modelRegistration);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public class BlockConstructor extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "connected=false,direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/constructor/cutouts/connected");
|
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/constructor/cutouts/connected");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ public class BlockDestructor extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "connected=false,direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/destructor/cutouts/connected");
|
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/destructor/cutouts/connected");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ public class BlockExporter extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCover(modelRegistration);
|
registerCover(modelRegistration);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public class BlockExternalStorage extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCover(modelRegistration);
|
registerCover(modelRegistration);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ public class BlockImporter extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCover(modelRegistration);
|
registerCover(modelRegistration);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ public class BlockReader extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "connected=false,direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/reader/cutouts/connected");
|
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/reader/cutouts/connected");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ public class BlockWriter extends BlockCable {
|
|||||||
@Override
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerModels(IModelRegistration modelRegistration) {
|
public void registerModels(IModelRegistration modelRegistration) {
|
||||||
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "inventory"));
|
modelRegistration.setModel(this, 0, new ModelResourceLocation(info.getId(), "connected=false,direction=north,down=false,east=true,north=false,south=false,up=false,west=true"));
|
||||||
|
|
||||||
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/writer/cutouts/connected");
|
registerCoverAndFullbright(modelRegistration, RS.ID + ":blocks/writer/cutouts/connected");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,15 +6,10 @@
|
|||||||
"particle": "refinedstorage:blocks/cable"
|
"particle": "refinedstorage:blocks/cable"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": true
|
"uvlock": true,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:cable_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"north": {
|
"north": {
|
||||||
"true": {
|
"true": {
|
||||||
"submodel": "refinedstorage:cable_extension"
|
"submodel": "refinedstorage:cable_extension"
|
||||||
|
|||||||
@@ -9,15 +9,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": true
|
"uvlock": true,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:constructor_destructor_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connected": {
|
"connected": {
|
||||||
"true": {
|
"true": {
|
||||||
"textures": {
|
"textures": {
|
||||||
|
|||||||
@@ -9,15 +9,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": true
|
"uvlock": true,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:constructor_destructor_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connected": {
|
"connected": {
|
||||||
"true": {
|
"true": {
|
||||||
"textures": {
|
"textures": {
|
||||||
|
|||||||
@@ -7,15 +7,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": false
|
"uvlock": false,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:exporter_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": {
|
"direction": {
|
||||||
"north": {
|
"north": {
|
||||||
"submodel": "refinedstorage:exporter"
|
"submodel": "refinedstorage:exporter"
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": false
|
"uvlock": false,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
"inventory": [
|
||||||
|
|||||||
@@ -7,15 +7,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": false
|
"uvlock": false,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:importer_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": {
|
"direction": {
|
||||||
"north": {
|
"north": {
|
||||||
"submodel": "refinedstorage:importer"
|
"submodel": "refinedstorage:importer"
|
||||||
|
|||||||
@@ -9,15 +9,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": true
|
"uvlock": true,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:constructor_destructor_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connected": {
|
"connected": {
|
||||||
"true": {
|
"true": {
|
||||||
"textures": {
|
"textures": {
|
||||||
|
|||||||
@@ -9,15 +9,10 @@
|
|||||||
"border": "refinedstorage:blocks/cable_part_border"
|
"border": "refinedstorage:blocks/cable_part_border"
|
||||||
},
|
},
|
||||||
"model": "refinedstorage:cable_core",
|
"model": "refinedstorage:cable_core",
|
||||||
"uvlock": true
|
"uvlock": true,
|
||||||
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": [
|
|
||||||
{
|
|
||||||
"model": "refinedstorage:constructor_destructor_item",
|
|
||||||
"transform": "forge:default-block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connected": {
|
"connected": {
|
||||||
"true": {
|
"true": {
|
||||||
"textures": {
|
"textures": {
|
||||||
|
|||||||
@@ -1,216 +0,0 @@
|
|||||||
{
|
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"name": "Core",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "East",
|
|
||||||
"from": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "West",
|
|
||||||
"from": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,369 +0,0 @@
|
|||||||
{
|
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"name": "Line1",
|
|
||||||
"from": [
|
|
||||||
7.0,
|
|
||||||
7.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
9.0,
|
|
||||||
9.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line2",
|
|
||||||
"from": [
|
|
||||||
2.0,
|
|
||||||
2.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
14.0,
|
|
||||||
14.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#front",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
16.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
14.0,
|
|
||||||
0.0,
|
|
||||||
16.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
16.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
2.0,
|
|
||||||
0.0,
|
|
||||||
14.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
2.0,
|
|
||||||
14.0,
|
|
||||||
14.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line3",
|
|
||||||
"from": [
|
|
||||||
2.0,
|
|
||||||
2.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
14.0,
|
|
||||||
14.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cutout",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
16.0,
|
|
||||||
16.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Core",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "East",
|
|
||||||
"from": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "West",
|
|
||||||
"from": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,423 +0,0 @@
|
|||||||
{
|
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"name": "Line1",
|
|
||||||
"from": [
|
|
||||||
6,
|
|
||||||
6,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10,
|
|
||||||
10,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
4,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
4,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
4,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
4,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line2",
|
|
||||||
"from": [
|
|
||||||
5,
|
|
||||||
5,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
11,
|
|
||||||
11,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
6,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
6,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
6,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
6,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line3",
|
|
||||||
"from": [
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
13,
|
|
||||||
13,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
10
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
10
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
10
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
10
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"texture": "#border"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Core",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "East",
|
|
||||||
"from": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "West",
|
|
||||||
"from": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,345 +0,0 @@
|
|||||||
{
|
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"name": "Line1",
|
|
||||||
"from": [
|
|
||||||
7.0,
|
|
||||||
7.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
9.0,
|
|
||||||
9.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line2",
|
|
||||||
"from": [
|
|
||||||
3.0,
|
|
||||||
3.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
13.0,
|
|
||||||
13.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Core",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "East",
|
|
||||||
"from": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "West",
|
|
||||||
"from": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,423 +0,0 @@
|
|||||||
{
|
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"name": "Line1",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
4.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
4.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
4.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line2",
|
|
||||||
"from": [
|
|
||||||
5.0,
|
|
||||||
5.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
11.0,
|
|
||||||
11.0,
|
|
||||||
4.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
6.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
6.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Line3",
|
|
||||||
"from": [
|
|
||||||
3.0,
|
|
||||||
3.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
13.0,
|
|
||||||
13.0,
|
|
||||||
2.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
2.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#border",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
0.0,
|
|
||||||
10.0,
|
|
||||||
2.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Core",
|
|
||||||
"from": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "East",
|
|
||||||
"from": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "West",
|
|
||||||
"from": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"north": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
16.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
0.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
10.0,
|
|
||||||
6.0,
|
|
||||||
6.0,
|
|
||||||
0.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"texture": "#cable",
|
|
||||||
"uv": [
|
|
||||||
6.0,
|
|
||||||
10.0,
|
|
||||||
10.0,
|
|
||||||
16.0
|
|
||||||
],
|
|
||||||
"rotation": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user