Merged inventory keys in blockstate jsons

This commit is contained in:
drcrazy 2017-09-05 00:15:02 +03:00
parent c11b79828c
commit a1c77aa47c
37 changed files with 559 additions and 734 deletions

View file

@ -25,8 +25,11 @@
package techreborn.client.gui; package techreborn.client.gui;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
import techreborn.tiles.generator.TileDieselGenerator; import techreborn.tiles.generator.TileDieselGenerator;
@SideOnly(Side.CLIENT)
public class GuiDieselGenerator extends GuiBase { public class GuiDieselGenerator extends GuiBase {
TileDieselGenerator tile; TileDieselGenerator tile;

View file

@ -11,6 +11,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": { "textures": {
"side": "techreborn:blocks/machines/generators/diesel_generator_side_off", "side": "techreborn:blocks/machines/generators/diesel_generator_side_off",
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off" "top": "techreborn:blocks/machines/generators/diesel_generator_top_off"
@ -42,13 +43,6 @@
"top": "techreborn:blocks/machines/generators/diesel_generator_top_off" "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"
}
} }
} }
} }

View file

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

View file

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

View file

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

View file

@ -11,6 +11,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": { "textures": {
"top": "techreborn:blocks/machines/generators/magic_energy_absorber_top_off", "top": "techreborn:blocks/machines/generators/magic_energy_absorber_top_off",
"side": "techreborn:blocks/machines/generators/magic_energy_absorber_side_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" "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"
}
} }
} }
} }

View file

@ -11,6 +11,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": { "textures": {
"top": "techreborn:blocks/machines/generators/magic_energy_converter_top_off", "top": "techreborn:blocks/machines/generators/magic_energy_converter_top_off",
"side": "techreborn:blocks/machines/generators/magic_energy_converter_side_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" "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"
}
} }
} }
} }

View file

@ -1,56 +1,51 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "cube_bottom_top", "model": "cube_bottom_top",
"textures": { "textures": {
"particle": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off", "particle": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off",
"down": "techreborn:blocks/machines/generators/generator_bottom" "down": "techreborn:blocks/machines/generators/generator_bottom"
} }
}, },
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"textures": { "model": "cube_bottom_top",
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_off", "textures": {
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off" "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",
"facing": { "side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off"
"north": { }
}, },
"east": { "facing": {
"y": 90 "north": {
},
"south": { },
"y": 180 "east": {
}, "y": 90
"west": { },
"y": 270 "south": {
} "y": 180
}, },
"active": { "west": {
"true": { "y": 270
"textures": { }
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_on", },
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_on" "active": {
} "true": {
}, "textures": {
"false": { "top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_on",
"textures": { "side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_on"
"top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_off", }
"side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off" },
} "false": {
} "textures": {
}, "top": "techreborn:blocks/machines/generators/semi_fluid_generator_top_off",
"inventory": { "side": "techreborn:blocks/machines/generators/semi_fluid_generator_side_off"
"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"
}
}
}
} }

View file

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

View file

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

View file

@ -15,6 +15,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"north": "techreborn:blocks/machines/generators/wind_mill_front_off" "north": "techreborn:blocks/machines/generators/wind_mill_front_off"
} }
@ -43,12 +44,6 @@
"north": "techreborn:blocks/machines/generators/wind_mill_front_on" "north": "techreborn:blocks/machines/generators/wind_mill_front_on"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"north": "techreborn:blocks/machines/generators/wind_mill_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off" "front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off" "front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
}
} }
} }
} }

View file

@ -1,52 +1,48 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable", "model": "orientable",
"textures": { "textures": {
"particle": "techreborn:blocks/machines/tier0_machines/furnace_front_off", "particle": "techreborn:blocks/machines/tier0_machines/furnace_front_off",
"top": "techreborn:blocks/machines/tier0_machines/machine_top", "top": "techreborn:blocks/machines/tier0_machines/machine_top",
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom", "down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier0_machines/machine_side" "side": "techreborn:blocks/machines/tier0_machines/machine_side"
} }
}, },
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"textures": { "model": "orientable",
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off" "textures": {
} "front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
}, }
"facing": { },
"north": { "facing": {
}, "north": {
"east": {
"y": 90 },
}, "east": {
"south": { "y": 90
"y": 180 },
}, "south": {
"west": { "y": 180
"y": 270 },
} "west": {
}, "y": 270
"active": { }
"true": { },
"textures": { "active": {
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_on" "true": {
} "textures": {
}, "front": "techreborn:blocks/machines/tier0_machines/furnace_front_on"
"false": { }
"textures": { },
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off" "false": {
} "textures": {
} "front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
}, }
"inventory": { }
"model": "orientable", }
"textures": { }
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
}
}
}
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off" "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" "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"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off" "front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off" "front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off" "front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off" "front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off" "front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off" "front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off" "front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off" "front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off" "front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off" "front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
}
} }
} }
} }

View file

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

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off" "front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off" "front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
}
} }
} }
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off" "front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off" "front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
}
} }
} }
} }

View file

@ -1,52 +1,48 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable", "model": "orientable",
"textures": { "textures": {
"particle": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off", "particle": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top", "top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom", "down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side" "side": "techreborn:blocks/machines/tier1_machines/machine_side"
} }
}, },
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"textures": { "model": "orientable",
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off" "textures": {
} "front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
}, }
"facing": { },
"north": { "facing": {
}, "north": {
"east": {
"y": 90 },
}, "east": {
"south": { "y": 90
"y": 180 },
}, "south": {
"west": { "y": 180
"y": 270 },
} "west": {
}, "y": 270
"active": { }
"true": { },
"textures": { "active": {
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_on" "true": {
} "textures": {
}, "front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_on"
"false": { }
"textures": { },
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off" "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"
}
}
}
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off" "front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
} }
@ -41,12 +42,6 @@
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off" "front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
}
} }
} }
} }

View file

@ -11,6 +11,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off", "top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off",
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_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" "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"
}
} }
} }
} }

View file

@ -14,6 +14,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
} }
}, },
@ -39,11 +40,6 @@
"textures": { "textures": {
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
}
} }
} }
} }

View file

@ -15,6 +15,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off" "front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
} }
@ -43,12 +44,6 @@
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off" "front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
}
} }
} }
} }

View file

@ -1,60 +1,54 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable", "model": "orientable",
"textures": { "textures": {
"particle": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off", "particle": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off",
"top": "techreborn:blocks/machines/tier2_machines/machine_top", "top": "techreborn:blocks/machines/tier2_machines/machine_top",
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom", "down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
"south": "techreborn:blocks/machines/tier2_machines/machine_back" "south": "techreborn:blocks/machines/tier2_machines/machine_back"
} }
}, },
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"textures": { "model": "orientable",
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off", "textures": {
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off", "west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off" "east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
} "front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
}, }
"facing": { },
"north": { "facing": {
}, "north": {
"east": {
"y": 90 },
}, "east": {
"south": { "y": 90
"y": 180 },
}, "south": {
"west": { "y": 180
"y": 270 },
} "west": {
}, "y": 270
"active": { }
"true": { },
"textures": { "active": {
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_on", "true": {
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_on", "textures": {
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_on" "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", "false": {
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off", "textures": {
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off" "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"
}
}
}
} }

View file

@ -13,6 +13,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off", "west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off",
"east": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_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" "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"
}
} }
} }
} }

View file

@ -1,61 +1,56 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable", "model": "orientable",
"textures": { "textures": {
"particle": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off", "particle": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off",
"top": "techreborn:blocks/machines/tier2_machines/machine_top", "top": "techreborn:blocks/machines/tier2_machines/machine_top",
"west": "techreborn:blocks/machines/tier2_machines/machine_west", "west": "techreborn:blocks/machines/tier2_machines/machine_west",
"east": "techreborn:blocks/machines/tier2_machines/machine_east", "east": "techreborn:blocks/machines/tier2_machines/machine_east",
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom", "down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
"south": "techreborn:blocks/machines/tier2_machines/machine_back" "south": "techreborn:blocks/machines/tier2_machines/machine_back"
} }
}, },
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"textures": { "model": "orientable",
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off", "textures": {
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off" "particle": "techreborn:blocks/machines/tier2_machines/machine_west",
} "down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
}, "south": "techreborn:blocks/machines/tier2_machines/machine_back",
"facing": { "top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
"north": { "front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
}, }
"east": { },
"y": 90 "facing": {
}, "north": {
"south": {
"y": 180 },
}, "east": {
"west": { "y": 90
"y": 270 },
} "south": {
}, "y": 180
"active": { },
"true": { "west": {
"textures": { "y": 270
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_on", }
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_on" },
} "active": {
}, "true": {
"false": { "textures": {
"textures": { "top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_on",
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off", "front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_on"
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off" }
} },
} "false": {
}, "textures": {
"inventory": { "top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
"model": "orientable", "front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
"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"
}
}
}
} }

View file

@ -14,6 +14,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off", "top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_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" "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"
}
} }
} }
} }

View file

@ -15,6 +15,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off" "front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
} }
@ -43,12 +44,6 @@
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off" "front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
}
} }
} }
} }

View file

@ -12,6 +12,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off", "top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_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" "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"
}
} }
} }
} }

View file

@ -14,6 +14,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
} }
}, },
@ -39,11 +40,6 @@
"textures": { "textures": {
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
}
} }
} }
} }

View file

@ -11,6 +11,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
"top": "techreborn:blocks/machines/tier3_machines/mass_fabricator_top_off", "top": "techreborn:blocks/machines/tier3_machines/mass_fabricator_top_off",
"side": "techreborn:blocks/machines/tier3_machines/mass_fabricator_side_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" "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"
}
} }
} }
} }

View file

@ -14,6 +14,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
} }
}, },
@ -39,11 +40,6 @@
"textures": { "textures": {
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
}
} }
} }
} }

View file

@ -14,6 +14,7 @@
"variants": { "variants": {
"inventory": { "inventory": {
"transform": "forge:default-block", "transform": "forge:default-block",
"model": "orientable",
"textures": { "textures": {
} }
}, },
@ -39,11 +40,6 @@
"textures": { "textures": {
} }
} }
},
"inventory": {
"model": "orientable",
"textures": {
}
} }
} }
} }