More configs & start fixing cable models
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
109
src/main/resources/assets/techreborn/blockstates/cable_thin.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "#texture"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 496 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 1.3 KiB |