Models for generators done

This commit is contained in:
drcrazy 2019-04-22 18:58:02 +03:00
parent a1fc56042a
commit a9acc91eff
56 changed files with 275 additions and 480 deletions

View file

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

View file

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

View file

@ -1,32 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/structure/fusion_coil_side",
"side": "techreborn:blocks/machines/structure/fusion_coil_side",
"front": "techreborn:blocks/machines/structure/fusion_coil_side",
"top": "techreborn:blocks/machines/structure/fusion_coil_heart",
"down": "techreborn:blocks/machines/structure/fusion_coil_heart"
}
},
"variants": {
"normal": {
"transform": "forge:default-block",
"textures": {
"particle": "techreborn:blocks/machines/structure/fusion_coil_side",
"side": "techreborn:blocks/machines/structure/fusion_coil_side",
"front": "techreborn:blocks/machines/structure/fusion_coil_side",
"top": "techreborn:blocks/machines/structure/fusion_coil_heart",
"down": "techreborn:blocks/machines/structure/fusion_coil_heart"
}
},
"inventory": {
"model": "cube_bottom_top",
"textures": {
"top": "techreborn:blocks/machines/structure/fusion_coil_heart"
}
}
}
}

View file

@ -1,50 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier3_machines/fusion_reactor_bottom",
"top": "techreborn:blocks/machines/tier3_machines/machine_top",
"down": "techreborn:blocks/machines/tier3_machines/fusion_reactor_bottom",
"west": "techreborn:blocks/machines/generators/fusion_reactor_west",
"east": "techreborn:blocks/machines/generators/fusion_reactor_east",
"south": "techreborn:blocks/machines/tier3_machines/machine_back"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/generators/fusion_reactor_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/generators/fusion_reactor_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/generators/fusion_reactor_front_off"
}
}
}
}
}

View file

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

View file

@ -1,48 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/magic_energy_converter_side_off",
"down": "techreborn:blocks/machines/generators/generator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"top": "techreborn:blocks/machines/generators/magic_energy_converter_top_off",
"side": "techreborn:blocks/machines/generators/magic_energy_converter_side_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"top": "techreborn:blocks/machines/generators/magic_energy_converter_top_on",
"side": "techreborn:blocks/machines/generators/magic_energy_converter_side_on"
}
},
"false": {
"textures": {
"top": "techreborn:blocks/machines/generators/magic_energy_converter_top_off",
"side": "techreborn:blocks/machines/generators/magic_energy_converter_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/plasmagenerator_side_off",
"down": "techreborn:blocks/machines/generators/plasmagenerator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/plasmagenerator_side_off",
"down": "techreborn:blocks/machines/generators/plasmagenerator_bottom",
"top": "techreborn:blocks/machines/generators/plasmagenerator_top_off",
"side": "techreborn:blocks/machines/generators/plasmagenerator_side_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"top": "techreborn:blocks/machines/generators/plasmagenerator_top_on",
"side": "techreborn:blocks/machines/generators/plasmagenerator_side_on"
}
},
"false": {
"textures": {
"top": "techreborn:blocks/machines/generators/plasmagenerator_top_off",
"side": "techreborn:blocks/machines/generators/plasmagenerator_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/semi_fluid_generator_side_off",
"down": "techreborn:blocks/machines/generators/generator_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off",
"down": "techreborn:blocks/machines/generators/generator_bottom",
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_off",
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_on",
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_on"
}
},
"false": {
"textures": {
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_off",
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off"
}
}
}
}
}

View file

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

View file

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

View file

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

View file

@ -1,50 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/generators/panels/solar_panel_side_off",
"west": "techreborn:blocks/machines/generators/wind_mill_left",
"east": "techreborn:blocks/machines/generators/wind_mill_right",
"south": "techreborn:blocks/machines/generators/generator_bottom",
"top": "techreborn:blocks/machines/generators/wind_mill_top",
"down": "techreborn:blocks/machines/generators/wind_mill_bottom"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"north": "techreborn:blocks/machines/generators/wind_mill_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"north": "techreborn:blocks/machines/generators/wind_mill_front_off"
}
},
"false": {
"textures": {
"north": "techreborn:blocks/machines/generators/wind_mill_front_on"
}
}
}
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier3_machines/machine_top",
"down": "techreborn:block/machines/generators/fusion_control_computer_bottom",
"west": "techreborn:block/machines/generators/fusion_control_computer_west",
"east": "techreborn:block/machines/generators/fusion_control_computer_east",
"south": "techreborn:block/machines/tier3_machines/machine_back",
"front": "techreborn:block/machines/generators/fusion_control_computer_front_off"
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier3_machines/machine_top",
"down": "techreborn:block/machines/generators/fusion_control_computer_bottom",
"west": "techreborn:block/machines/generators/fusion_control_computer_west",
"east": "techreborn:block/machines/generators/fusion_control_computer_east",
"south": "techreborn:block/machines/tier3_machines/machine_back",
"front": "techreborn:block/machines/generators/fusion_control_computer_front_on"
}
}

View file

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

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/plasma_generator_top_off",
"bottom": "techreborn:block/machines/generators/plasma_generator_bottom",
"side": "techreborn:block/machines/generators/plasma_generator_side_off"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/plasma_generator_top_on",
"bottom": "techreborn:block/machines/generators/plasma_generator_bottom",
"side": "techreborn:block/machines/generators/plasma_generator_side_on"
}
}

View file

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

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/generator_top",
"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/generator_top",
"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/thermal_generator_top_off",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/thermal_generator_side_off"
}
}

View file

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

View file

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

View file

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

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/generators/wind_mill_top",
"down": "techreborn:block/machines/generators/wind_mill_bottom",
"west": "techreborn:block/machines/generators/wind_mill_left",
"east": "techreborn:block/machines/generators/wind_mill_right",
"south": "techreborn:block/machines/generators/generator_bottom",
"front": "techreborn:block/machines/generators/wind_mill_front_off"
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/generators/wind_mill_top",
"down": "techreborn:block/machines/generators/wind_mill_bottom",
"west": "techreborn:block/machines/generators/wind_mill_left",
"east": "techreborn:block/machines/generators/wind_mill_right",
"south": "techreborn:block/machines/generators/generator_bottom",
"front": "techreborn:block/machines/generators/wind_mill_front_on"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "techreborn:block/machines/structure/fusion_coil_heart",
"side": "techreborn:block/machines/structure/fusion_coil_side"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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