More configs & start fixing cable models

This commit is contained in:
Prospector 2017-06-08 19:12:58 -07:00
parent ad36dfcddb
commit 2b7868c651
46 changed files with 738 additions and 309 deletions

View file

@ -2,7 +2,7 @@
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "techreborn:cable",
"model": "techreborn:cable_thin",
"textures": {
"cable": "techreborn:block/cable",
"particle": "#cable"
@ -21,7 +21,7 @@
"true": {
"submodel": {
"pipeDown": {
"model": "techreborn:cable_connection_alt",
"model": "techreborn:cable_connection_alt_thin",
"x": 270
}
}
@ -31,7 +31,7 @@
},
"east": {
"true": {
"submodel": "techreborn:cable_connection",
"submodel": "techreborn:cable_connection_thin",
"y": 90
},
"false": {
@ -39,14 +39,14 @@
},
"north": {
"true": {
"submodel": "techreborn:cable_connection"
"submodel": "techreborn:cable_connection_thin"
},
"false": {
}
},
"south": {
"true": {
"submodel": "techreborn:cable_connection_alt"
"submodel": "techreborn:cable_connection_alt_thin"
},
"false": {
}
@ -55,7 +55,7 @@
"true": {
"submodel": {
"pipeUp": {
"model": "techreborn:cable_connection",
"model": "techreborn:cable_connection_thin",
"x": 270
}
}
@ -65,49 +65,49 @@
},
"west": {
"true": {
"submodel": "techreborn:cable_connection_alt",
"submodel": "techreborn:cable_connection_alt_thin",
"y": 90
},
"false": {
}
},
"type": {
"copper" : {
"copper": {
"textures": {
"cable": "techreborn:blocks/cables/copper_cable"
}
},
"tin" : {
"tin": {
"textures": {
"cable": "techreborn:blocks/cables/tin_cable"
}
},
"gold" : {
"gold": {
"textures": {
"cable": "techreborn:blocks/cables/gold_cabl"
"cable": "techreborn:blocks/cables/gold_cable"
}
},
"hv" : {
"hv": {
"textures": {
"cable": "techreborn:blocks/cables/hv_cable"
}
},
"glassfiber" : {
"glassfiber": {
"textures": {
"cable": "techreborn:blocks/cables/glass_fiber_cable"
}
},
"insulatedcopper" : {
"insulatedcopper": {
"textures": {
"cable": "techreborn:blocks/cables/copper_insulated_cable"
}
},
"insulatedgold" : {
"insulatedgold": {
"textures": {
"cable": "techreborn:blocks/cables/gold_insulated_cable"
}
},
"insulatedhv" : {
"insulatedhv": {
"textures": {
"cable": "techreborn:blocks/cables/hv_insulated_cable"
}

View file

@ -0,0 +1,17 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "techreborn:item"
},
"variants": {
"copper": [
{
"transform": "forge:default-item",
"textures": {
"texture": "techreborn:items/cables/copper"
}
}
]
}
}

View file

@ -0,0 +1,109 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "techreborn:cable_thin",
"textures": {
"cable": "techreborn:block/cable",
"particle": "#cable"
}
},
"variants": {
"down": {
"true": {
"submodel": {
"pipeDown": {
"model": "techreborn:cable_connection_alt_thin",
"x": 270
}
}
},
"false": {
}
},
"east": {
"true": {
"submodel": "techreborn:cable_connection_thin",
"y": 90
},
"false": {
}
},
"north": {
"true": {
"submodel": "techreborn:cable_connection_thin"
},
"false": {
}
},
"south": {
"true": {
"submodel": "techreborn:cable_connection_alt_thin"
},
"false": {
}
},
"up": {
"true": {
"submodel": {
"pipeUp": {
"model": "techreborn:cable_connection_thin",
"x": 270
}
}
},
"false": {
}
},
"west": {
"true": {
"submodel": "techreborn:cable_connection_alt_thin",
"y": 90
},
"false": {
}
},
"type": {
"copper": {
"textures": {
"cable": "techreborn:blocks/cables/copper_cable"
}
},
"tin": {
"textures": {
"cable": "techreborn:blocks/cables/tin_cable"
}
},
"gold": {
"textures": {
"cable": "techreborn:blocks/cables/gold_cable"
}
},
"hv": {
"textures": {
"cable": "techreborn:blocks/cables/hv_cable"
}
},
"glassfiber": {
"textures": {
"cable": "techreborn:blocks/cables/glass_fiber_cable"
}
},
"insulatedcopper": {
"textures": {
"cable": "techreborn:blocks/cables/copper_insulated_cable"
}
},
"insulatedgold": {
"textures": {
"cable": "techreborn:blocks/cables/gold_insulated_cable"
}
},
"insulatedhv": {
"textures": {
"cable": "techreborn:blocks/cables/hv_insulated_cable"
}
}
}
}
}

View file

@ -1,21 +1,20 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": {
"0": "#cable"
},
"elements": [
{
"name": "Cable",
"from": [ 5.0, 5.0, 5.0 ],
"to": [ 11.0, 11.0, 11.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
}
}
]
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
"textures": {"0": "textures/#cable"},
"elements": [
{
"name": "Cable",
"from": [6, 6, 6],
"to": [10, 10, 10],
"shade": true,
"faces": {
"north": {"uv": [1, 1, 5, 5], "texture": "#0"},
"east": {"uv": [1, 1, 5, 5], "texture": "#0"},
"south": {"uv": [1, 1, 5, 5], "texture": "#0"},
"west": {"uv": [1, 1, 5, 5], "texture": "#0"},
"up": {"uv": [1, 1, 5, 5], "texture": "#0"},
"down": {"uv": [1, 1, 5, 5], "texture": "#0"}
}
}
]
}

View file

@ -0,0 +1,36 @@
{
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
"textures": {"0": "#cable"},
"elements": [
{
"name": "Cube",
"from": [6, 6, 10],
"to": [10, 10, 16],
"shade": true,
"faces": {
"north": {
"uv": [1, 1, 5, 5],
"texture": "#-1",
"cullface": "north"
},
"east": {"uv": [1, 7, 7, 11], "texture": "#0"},
"south": {
"uv": [1, 1, 5, 5],
"texture": "#-1",
"cullface": "south"
},
"west": {"uv": [1, 7, 7, 11], "texture": "#0"},
"up": {
"uv": [1, 7, 7, 11],
"texture": "#0",
"rotation": 90
},
"down": {
"uv": [1, 7, 7, 11],
"texture": "#0",
"rotation": 90
}
}
}
]
}

View file

@ -0,0 +1,36 @@
{
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
"textures": {"0": "#cable"},
"elements": [
{
"name": "Cube",
"from": [6, 6, 0],
"to": [10, 10, 6],
"shade": true,
"faces": {
"north": {
"uv": [1, 1, 5, 5],
"texture": "#-1",
"cullface": "north"
},
"east": {"uv": [0, 7, 6, 11], "texture": "#0"},
"south": {
"uv": [1, 1, 5, 5],
"texture": "#-1",
"cullface": "south"
},
"west": {"uv": [0, 7, 6, 11], "texture": "#0"},
"up": {
"uv": [0, 7, 6, 11],
"texture": "#0",
"rotation": 90
},
"down": {
"uv": [0, 7, 6, 11],
"texture": "#0",
"rotation": 90
}
}
}
]
}

View file

@ -0,0 +1,20 @@
{
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
"textures": {"0": "#cable"},
"elements": [
{
"name": "Cable",
"from": [6, 6, 6],
"to": [10, 10, 10],
"shade": true,
"faces": {
"north": {"uv": [1, 1, 5, 5], "texture": "#0"},
"east": {"uv": [1, 1, 5, 5], "texture": "#0"},
"south": {"uv": [1, 1, 5, 5], "texture": "#0"},
"west": {"uv": [1, 1, 5, 5], "texture": "#0"},
"up": {"uv": [1, 1, 5, 5], "texture": "#0"},
"down": {"uv": [1, 1, 5, 5], "texture": "#0"}
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "#texture"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After