Clean up project a tad
2
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
||||||
/bin
|
/bin
|
||||||
/out
|
/out
|
||||||
/run/*
|
/run/*
|
||||||
!/run/resourcepacks
|
|
||||||
/run/resourcepacks/Unity-master
|
|
||||||
/build
|
/build
|
||||||
/eclipse
|
/eclipse
|
||||||
/.gradle
|
/.gradle
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
Advanced Machine Block:
|
|
||||||
-Base: Side/ Bottom
|
|
||||||
- Hue Pencil : 60564a
|
|
||||||
- Curves: X 170 Y 120
|
|
||||||
|
|
||||||
Highly Advanced Machine Block:
|
|
||||||
-Base: Side - Advanced / Bottom - Advanced
|
|
||||||
- Hue Shift:
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 2.8 KiB |
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 3
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,45 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 2,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7,
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11,
|
|
||||||
12,
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
17,
|
|
||||||
18,
|
|
||||||
19,
|
|
||||||
18,
|
|
||||||
17,
|
|
||||||
16,
|
|
||||||
15,
|
|
||||||
14,
|
|
||||||
13,
|
|
||||||
12,
|
|
||||||
11,
|
|
||||||
10,
|
|
||||||
9,
|
|
||||||
8,
|
|
||||||
7,
|
|
||||||
6,
|
|
||||||
5,
|
|
||||||
4,
|
|
||||||
3,
|
|
||||||
2,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 10,
|
|
||||||
"interpolate": true
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 10,
|
|
||||||
"interpolate": true
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 720 B |
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 688 B |
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 831 B |
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 5
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 826 B |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 3,
|
|
||||||
"interpolate": true,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
5,
|
|
||||||
4,
|
|
||||||
3,
|
|
||||||
2,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,36 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 2,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
1,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 727 B |
Before Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 3,
|
|
||||||
"interpolate": true,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
4,
|
|
||||||
3,
|
|
||||||
2,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 855 B |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 2,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 985 B |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 3,
|
|
||||||
"interpolate": true
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"frametime": 3,
|
|
||||||
"interpolate": true,
|
|
||||||
"frames": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
2,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 630 B |