Models for generators

This commit is contained in:
drcrazy 2019-04-22 17:38:17 +03:00
parent 9f39da44b1
commit a1fc56042a
26 changed files with 215 additions and 199 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,48 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/diesel_generator_side_off",
"down": "techreborn:blocks/machines/generators/generator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"side": "techreborn:blocks/machines/generators/diesel_generator_side_off",
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"side": "techreborn:blocks/machines/generators/diesel_generator_side_on",
"top": "techreborn:blocks/machines/generators/diesel_generator_top_on"
}
},
"false": {
"textures": {
"side": "techreborn:blocks/machines/generators/diesel_generator_side_off",
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/dragon_egg_syphon_side_off",
"top": "techreborn:blocks/machines/generators/dragon_egg_syphon_top",
"down": "techreborn:blocks/machines/generators/generator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"side": "techreborn:blocks/machines/generators/dragon_egg_syphon_side_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"side": "techreborn:blocks/machines/generators/dragon_egg_syphon_side_on"
}
},
"false": {
"textures": {
"side": "techreborn:blocks/machines/generators/dragon_egg_syphon_side_off"
}
}
}
}
}

View file

@ -1,51 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/gas_turbine_top_off",
"down": "techreborn:blocks/machines/generators/generator_bottom",
"side": "techreborn:blocks/machines/generators/generator_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"textures": {
"top": "techreborn:blocks/machines/generators/gas_turbine_top_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"top": "techreborn:blocks/machines/generators/gas_turbine_top_on"
}
},
"false": {
"textures": {
"top": "techreborn:blocks/machines/generators/gas_turbine_top_off"
}
}
},
"inventory": {
"model": "cube_bottom_top",
"textures": {
"top": "techreborn:blocks/machines/generators/gas_turbine_top_off"
}
}
}
}

View file

@ -1,50 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/generators/lightning_rod_side",
"top": "techreborn:blocks/machines/generators/lightning_rod_top",
"side": "techreborn:blocks/machines/generators/lightning_rod_side",
"front": "techreborn:blocks/machines/generators/lightning_rod_side",
"down": "techreborn:blocks/machines/generators/generator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
}
},
"false": {
"textures": {
}
}
}
}
}

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/diesel_generator_top_off",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/diesel_generator_side_off"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/diesel_generator_top_on",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/diesel_generator_side_on"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/dragon_egg_syphon_top",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/dragon_egg_syphon_side_off"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/dragon_egg_syphon_top",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/dragon_egg_syphon_side_on"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/gas_turbine_top_off",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_off"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/gas_turbine_top_on",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_on"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/lightning_rod_top",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/lightning_rod_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/magic_energy_absorber_top_off",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/magic_energy_absorber_side_off"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/magic_energy_absorber_top_on",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/magic_energy_absorber_side_on"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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