Frames&Casings

This commit is contained in:
drcrazy 2019-03-27 14:49:09 +03:00
parent 0feec0612c
commit 84a380f51e
25 changed files with 92 additions and 140 deletions

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/advanced_machine_casing" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/advanced_machine_frame" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/basic_machine_casing" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/basic_machine_frame" }
}
}

View file

@ -1,12 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/grinder" },
"facing=south,active=false": { "model": "techreborn:block/grinder", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/grinder", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/grinder", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/grinder_on" },
"facing=south,active=true": { "model": "techreborn:block/grinder_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/grinder_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/grinder_on", "y": 90 }
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/grinder" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/grinder", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/grinder", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/grinder", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/grinder_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/grinder_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/grinder_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/grinder_on", "y": 90 }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/industrial_machine_casing" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/machines/structure/industrial_machine_frame" }
}
}

View file

@ -1,45 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {},
"transform": "forge:default-block",
"model": "cube_all"
},
"variants": {
"inventory": [
{}
],
"type": {
"basic_machine_frame": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier1_machine_block"
}
},
"advanced_machine_frame": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier2_machine_block"
}
},
"industrial_machine_frame": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier3_machine_block"
}
},
"basic_machine_casing": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier1_casing"
}
},
"advanced_machine_casing": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier2_casing"
}
},
"industrial_machine_casing": {
"textures": {
"all": "techreborn:blocks/machines/structure/tier3_casing"
}
}
}
}
}

View file

@ -1,26 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {},
"transform": "forge:default-block",
"model": "techreborn:machine_casing_standard"
},
"variants": {
"type": {
"standard":
{
"model": "techreborn:machine_casing_standard"
},
"reinforced": [
{
"model": "techreborn:machine_casing_standard"
}
],
"advanced": [
{
"model": "techreborn:machine_casing_standard"
}
]
}
}
}

View file

@ -1,50 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/grinder_front_off",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"top": "techreborn:blocks/machines/tier1_machines/grinder_top_off",
"front": "techreborn:blocks/machines/tier1_machines/grinder_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"top": "techreborn:blocks/machines/tier1_machines/grinder_top_on",
"front": "techreborn:blocks/machines/tier1_machines/grinder_front_on"
}
},
"false": {
"textures": {
"top": "techreborn:blocks/machines/tier1_machines/grinder_top_off",
"front": "techreborn:blocks/machines/tier1_machines/grinder_front_off"
}
}
}
}
}

View file

@ -1,11 +0,0 @@
{
"parent": "block/cube_all",
"textures": {
"all": "techreborn:machines/structure/tier1_casing_ctm"
},
"ctm" : {
"model": { "model": "cube" },
"face": "techreborn:machines/structure/tier1_casing_ctm"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier2_casing"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier2_machine_block"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier1_casing"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier1_machine_block"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier3_casing"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/structure/tier3_machine_block"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/advanced_machine_casing"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/advanced_machine_frame"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/basic_machine_casing"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/basic_machine_frame"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/industrial_machine_casing"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/structure/industrial_machine_frame"
}