Revert a shit load of stuff
|
@ -45,7 +45,7 @@ Jenkins builds of TechReborn are compiled directly from this repository. Please
|
|||
1.7.10:
|
||||
---
|
||||
|
||||
*Please understand that the 1.7.10 version of TechReborn is not being maintained. We've moved onto TechReborn for Minecraft 1.8.9. If there is an extremely critical bug that you find in the 1.7.10 version, report it to the bug tracker and we will determine if it is drastic enough for a fix.*
|
||||
*Please understand that the 1.7.10 version of TechReborn is not being maintained. We've moved onto TechReborn for Minecraft 1.9. If there is an extremely critical bug that you find in the 1.7.10 version, report it to the bug tracker and we will determine if it is drastic enough for a fix.*
|
||||
|
||||
[![Build Status](http://modmuss50.me:8080/job/TechReborn/job/TechReborn-1.7.10/badge/icon)](http://modmuss50.me:8080/job/TechReborn/job/TechReborn-1.7.10/)
|
||||
|
||||
|
@ -67,6 +67,6 @@ Inactive
|
|||
|
||||
And everyone else who has helped with languages and code.
|
||||
|
||||
# License Infomation:
|
||||
# License Infomation:
|
||||
|
||||
The mod is licenced under MIT. We have got permisson from Greg to use his textures, everything else has been recoded and retextured. If you have any quierys please ask on irc or in an issue.
|
||||
|
|
|
@ -32,7 +32,7 @@ targetCompatibility = 1.8
|
|||
repositories {
|
||||
maven {
|
||||
name = "Modmuss50"
|
||||
url = "http://maven.modmuss50.me/"
|
||||
url = "https://maven.modmuss50.me/"
|
||||
}
|
||||
maven {
|
||||
name "TiC"
|
||||
|
@ -73,6 +73,9 @@ if (ENV.BUILD_NUMBER) {
|
|||
|
||||
minecraft {
|
||||
version = "1.9.4-12.17.0.1950"
|
||||
if(ENV.JOB_BASE_NAME == "TechReborn-1.10"){
|
||||
version = "1.10-12.18.0.1992-1.10.0"
|
||||
}
|
||||
mappings = "snapshot_20160518"
|
||||
replace "@MODVERSION@", project.version
|
||||
// makeObfSourceJar = false
|
||||
|
@ -175,6 +178,9 @@ modsIO {
|
|||
artifact = jar.archivePath
|
||||
modid = "1182"
|
||||
minecraft = "1.9.4"
|
||||
if(ENV.JOB_BASE_NAME == "TechReborn-1.10"){
|
||||
minecraft = "1.10"
|
||||
}
|
||||
changelog = "See github at : https://github.com/TechReborn/TechReborn"
|
||||
tag = "alpha"
|
||||
current = true
|
||||
|
|
BIN
run/resourcepacks/unity/assets/lazurite_ctm.xcf
Normal file
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
|
||||
"west":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/advanced_machine_east",
|
||||
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_top_off",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_top_on",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_top_off",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"top":"techreborn:blocks/machine/advanced_machines/industrial_centrifuge_top_off",
|
||||
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
|
||||
"west":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/advanced_machine_east",
|
||||
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back",
|
||||
"front": "techreborn:blocks/machine/advanced_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/ev_storage_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/ev_storage_side,
|
||||
"top": "techreborn:blocks/machines/energy/ev_storage_side",
|
||||
"front": "techreborn:blocks/machines/energy/ev_storage_front",
|
||||
"side": "techreborn:blocks/machines/energy/ev_storage_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/ev_storage_transmitter_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/ev_storage_transmitter_side,
|
||||
"top": "techreborn:blocks/machines/energy/ev_storage_transmitter_side",
|
||||
"front": "techreborn:blocks/machines/energy/ev_storage_transmitter_front",
|
||||
"side": "techreborn:blocks/machines/energy/ev_storage_transmitter_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/ev_transformer_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/ev_transformer_side,
|
||||
"top": "techreborn:blocks/machines/energy/ev_transformer_side",
|
||||
"front": "techreborn:blocks/machines/energy/ev_transformer_front",
|
||||
"side": "techreborn:blocks/machines/energy/ev_transformer_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/hv_storage_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/hv_storage_side,
|
||||
"top": "techreborn:blocks/machines/energy/hv_storage_side",
|
||||
"front": "techreborn:blocks/machines/energy/hv_storage_front",
|
||||
"side": "techreborn:blocks/machines/energy/hv_storage_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/hv_transformer_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/hv_transformer_side,
|
||||
"top": "techreborn:blocks/machines/energy/hv_transformer_side",
|
||||
"front": "techreborn:blocks/machines/energy/hv_transformer_front",
|
||||
"side": "techreborn:blocks/machines/energy/hv_transformer_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/lv_storage_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/lv_storage_side,
|
||||
"top": "techreborn:blocks/machines/energy/lv_storage_side",
|
||||
"front": "techreborn:blocks/machines/energy/lv_storage_front",
|
||||
"side": "techreborn:blocks/machines/energy/lv_storage_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/lv_transformer_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/lv_transformer_side,
|
||||
"top": "techreborn:blocks/machines/energy/lv_transformer_side",
|
||||
"front": "techreborn:blocks/machines/energy/lv_transformer_front",
|
||||
"side": "techreborn:blocks/machines/energy/lv_transformer_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/mv_storage_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/mv_storage_side,
|
||||
"top": "techreborn:blocks/machines/energy/mv_storage_side",
|
||||
"front": "techreborn:blocks/machines/energy/mv_storage_front",
|
||||
"side": "techreborn:blocks/machines/energy/mv_storage_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/energy/mv_transformer_side",
|
||||
"bottom": "techreborn:blocks/machines/energy/mv_transformer_side,
|
||||
"top": "techreborn:blocks/machines/energy/mv_transformer_side",
|
||||
"front": "techreborn:blocks/machines/energy/mv_transformer_front",
|
||||
"side": "techreborn:blocks/machines/energy/mv_transformer_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"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": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/dragon_egg_syphon_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/dragon_egg_syphon_top",
|
||||
"side":"techreborn:blocks/machines/generators/dragon_egg_syphon_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/generators/gas_turbine_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/gas_turbine_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/gas_turbine_side_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/gas_turbine_top_on",
|
||||
"side":"techreborn:blocks/machines/generators/gas_turbine_side_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/gas_turbine_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/gas_turbine_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/gas_turbine_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/gas_turbine_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/gas_turbine_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/generators/magic_energy_absorber_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_absorber_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_absorber_side_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_absorber_top_on",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_absorber_side_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_absorber_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_absorber_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/magic_energy_absorber_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/magic_energy_absorber_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_absorber_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_absorber_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/generators/magic_energy_converter_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_converter_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_converter_side_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_converter_top_on",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_converter_side_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_converter_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_converter_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/magic_energy_converter_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/magic_energy_converter_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/magic_energy_converter_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/magic_energy_converter_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"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": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/semi_fluid_generator_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/semi_fluid_generator_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/semi_fluid_generator_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/semi_fluid_generator_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/generators/solar_panel_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/solar_panel_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/solar_panel_side_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/solar_panel_top_on",
|
||||
"side":"techreborn:blocks/machines/generators/solar_panel_side_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/generators/solar_panel_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/solar_panel_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/solar_panel_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/generator_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/solar_panel_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/solar_panel_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"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": "techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/generators/thermal_generator_side_off",
|
||||
"down":"techreborn:blocks/machines/generators/thermal_generator_bottom",
|
||||
"top":"techreborn:blocks/machines/generators/thermal_generator_top_off",
|
||||
"side":"techreborn:blocks/machines/generators/thermal_generator_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": {},
|
||||
"transform": "forge:default-block",
|
||||
"model": "cube_all"
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [{}],
|
||||
"tier1": {
|
||||
"galena": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier1_machine_block"
|
||||
}
|
||||
},
|
||||
"tier2": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier2_machine_block"
|
||||
}
|
||||
},
|
||||
"tier3": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier3_machine_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"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/alloy_furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier0_machines/alloy_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"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": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/assembling_machine_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/assembling_machine_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/chemical_reactor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/chemical_reactor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/compressor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/compressor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/electric_alloy_smelter_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/extractor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/extractor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"down":"techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machines/tier1_machines/grinder_top_off",
|
||||
"front":"techreborn:blocks/machines/tier1_machines/grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/industrial_electrolyzer_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/recycler_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/recycler_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"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/scrapboxinator_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/scrapboxinator_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/advanced_machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/advanced_machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/advanced_machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/advanced_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/advanced_machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/advanced_machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/advanced_machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/advanced_machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/advanced_machine_back",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/computer_cube_side",
|
||||
"bottom": "techreborn:blocks//machines/computer_cube_side,
|
||||
"top": "techreborn:blocks//machines/computer_cube_side",
|
||||
"front": "techreborn:blocks//machines/computer_cube_front",
|
||||
"side": "techreborn:blocks//machines/computer_cube_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier3_machines/digital_chest_side",
|
||||
"bottom": "techreborn:blocks/machines/tier3_machines/machine_bottom",
|
||||
"top": "techreborn:blocks/machines/tier3_machines/digital_chest_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/digital_chest_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/distillation_tower_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"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_on",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/implosion_compressor_east_on",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/implosion_compressor_front_on"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"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/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"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",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/industrial_grinder_top_on",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_grinder_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machines/tier2_machines/machine_side",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machines/tier2_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_on",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/machine_side",
|
||||
"down":"techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/machine_side",
|
||||
"top":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier3_machines/industrial_chunkloader_side",
|
||||
"bottom": "techreborn:blocks/machines/tier3_machines/machine_bottom",
|
||||
"top": "techreborn:blocks/machines/tier3_machines/industrial_chunkloader_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/industrial_chunkloader_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier3_machines/quantum_chest_side",
|
||||
"bottom": "techreborn:blocks/machines/tier3_machines/machine_bottom,
|
||||
"top": "techreborn:blocks/machines/tier3_machines/quantum_chest_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/quantum_chest_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"techreborn:template/cube_wrapped",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machines/tier3_machines/quantum_tank_side",
|
||||
"bottom": "techreborn:blocks/machines/tier3_machines/quantum_tank_bottom,
|
||||
"top": "techreborn:blocks/machines/tier3_machines/quantum_tank_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/quantum_tank_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/nuke_side",
|
||||
"bottom": "techreborn:blocks/nuke_bottom,
|
||||
"top": "techreborn:blocks/nuke_top",
|
||||
"front": "techreborn:blocks/nuke_front",
|
||||
"side": "techreborn:blocks/nuke_side"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier0_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier0_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/alloy_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machine/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier0_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier0_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machine/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier0_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/alloy_smelter_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/alloy_smelter_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/alloy_smelter_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/assembly_machine_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/assembly_machine_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/assembly_machine_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/assembly_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/chemical_reactor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/chemical_reactor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/compressor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/compressor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/extractor_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/extractor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/extractor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/grinder_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/grinder_top_on",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/grinder_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/grinder_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/industrial_electrolyzer_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/recycler_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/recycler_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/recycler_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/rolling_machine_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/rolling_machine_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/scrapboxinator_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top": "techreborn:blocks/machine/tier1_machines/machine_top",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"front": "techreborn:blocks/machine/tier1_machines/scrapboxinator_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side":"techreborn:blocks/machine/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_top_on",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"down":"techreborn:blocks/machine/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machine/tier1_machines/machine_side",
|
||||
"top":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_top_off",
|
||||
"front":"techreborn:blocks/machine/tier1_machines/vacuum_freezer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,61 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/distillation_tower_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"front": "techreborn:blocks/machine/tier2_machines/distillation_tower_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,65 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/implosion_compressor_west_on",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/implosion_compressor_east_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/implosion_compressor_front_on"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/implosion_compressor_west_on",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/implosion_compressor_east_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/implosion_compressor_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/implosion_compressor_west_off",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/implosion_compressor_east_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/implosion_compressor_west_off",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/implosion_compressor_east_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/implosion_compressor_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,65 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_east_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/implosion_compressor_west_off",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/implosion_compressor_east_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_top_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machine/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_grinder_top_on",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_grinder_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/advanced_machine_west",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/industrial_grinder_top_off",
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_grinder_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,61 +0,0 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_sawmill_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"top":"techreborn:blocks/machine/tier2_machines/machine_top",
|
||||
"down":"techreborn:blocks/machine/tier2_machines/machine_bottom",
|
||||
"west":"techreborn:blocks/machine/tier2_machines/machine_west",
|
||||
"east":"techreborn:blocks/machine/tier2_machines/machine_east",
|
||||
"south":"techreborn:blocks/machine/tier2_machines/machine_back",
|
||||
"front": "techreborn:blocks/machine/tier2_machines/industrial_sawmill_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"display": {
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 135, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"particle": "#front",
|
||||
"down": "#top",
|
||||
"up": "#top",
|
||||
"north": "#side",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 950 B |
After Width: | Height: | Size: 927 B |
After Width: | Height: | Size: 982 B |
After Width: | Height: | Size: 973 B |
After Width: | Height: | Size: 902 B |
After Width: | Height: | Size: 947 B |
After Width: | Height: | Size: 861 B |
After Width: | Height: | Size: 828 B |
After Width: | Height: | Size: 819 B |
After Width: | Height: | Size: 855 B |
After Width: | Height: | Size: 707 B |
After Width: | Height: | Size: 692 B |
After Width: | Height: | Size: 686 B |
After Width: | Height: | Size: 700 B |
After Width: | Height: | Size: 795 B |
After Width: | Height: | Size: 741 B |
After Width: | Height: | Size: 800 B |
After Width: | Height: | Size: 808 B |
After Width: | Height: | Size: 767 B |
After Width: | Height: | Size: 811 B |
After Width: | Height: | Size: 560 B |