Merged inventory keys in blockstate jsons
This commit is contained in:
parent
c11b79828c
commit
a1c77aa47c
37 changed files with 559 additions and 734 deletions
|
@ -25,8 +25,11 @@
|
|||
package techreborn.client.gui;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraftforge.fml.relauncher.Side;
|
||||
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||
import techreborn.tiles.generator.TileDieselGenerator;
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
public class GuiDieselGenerator extends GuiBase {
|
||||
|
||||
TileDieselGenerator tile;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"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"
|
||||
|
@ -42,13 +43,6 @@
|
|||
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "cube_bottom_top",
|
||||
"textures": {
|
||||
"side": "techreborn:blocks/machines/generators/diesel_generator_side_off",
|
||||
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,51 +1,47 @@
|
|||
{
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "cube_bottom_top",
|
||||
"textures": {
|
||||
"side": "techreborn:blocks/machines/generators/dragon_egg_syphon_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,54 +1,50 @@
|
|||
{
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/generators/fusion_reactor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,50 +1,50 @@
|
|||
{
|
||||
"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",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
"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": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"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"
|
||||
|
@ -42,13 +43,6 @@
|
|||
"side": "techreborn:blocks/machines/generators/magic_energy_absorber_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
"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"
|
||||
|
@ -42,13 +43,6 @@
|
|||
"side": "techreborn:blocks/machines/generators/magic_energy_converter_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +1,51 @@
|
|||
{
|
||||
"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",
|
||||
"textures": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,54 +1,50 @@
|
|||
{
|
||||
"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",
|
||||
"textures": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,55 +1,50 @@
|
|||
{
|
||||
"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",
|
||||
"textures": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"north": "techreborn:blocks/machines/generators/wind_mill_front_off"
|
||||
}
|
||||
|
@ -43,12 +44,6 @@
|
|||
"north": "techreborn:blocks/machines/generators/wind_mill_front_on"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"north": "techreborn:blocks/machines/generators/wind_mill_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,52 +1,48 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/furnace_front_off",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/furnace_front_off",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,55 +1,50 @@
|
|||
{
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier1_machines/grinder_top_off",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,52 +1,48 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"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": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
|
@ -41,12 +42,6 @@
|
|||
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off",
|
||||
|
@ -45,14 +46,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
|
@ -39,11 +40,6 @@
|
|||
"textures": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
|
@ -43,12 +44,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,60 +1,54 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_on",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_on",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_off",
|
||||
|
@ -47,14 +48,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,61 +1,56 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"west": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"west": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
|
@ -45,13 +46,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
|
@ -43,12 +44,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,6 +12,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
|
@ -43,13 +44,6 @@
|
|||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
|
@ -39,11 +40,6 @@
|
|||
"textures": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier3_machines/mass_fabricator_top_off",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/mass_fabricator_side_off",
|
||||
|
@ -45,14 +46,6 @@
|
|||
"front": "techreborn:blocks/machines/tier3_machines/mass_fabricator_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier3_machines/mass_fabricator_top_off",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/mass_fabricator_side_off",
|
||||
"front": "techreborn:blocks/machines/tier3_machines/mass_fabricator_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
|
@ -39,11 +40,6 @@
|
|||
"textures": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
|
@ -39,11 +40,6 @@
|
|||
"textures": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue