diff --git a/eslint.config.js b/eslint.config.js index 3c926d948c..8dd1b74302 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -57,7 +57,7 @@ export default defineConfig([ "@stylistic/arrow-spacing": [1, { "before": true, "after": true }], "@stylistic/keyword-spacing": [1, { "before": true, "after": true }], "@stylistic/dot-location": [1, "property"], - "@stylistic/comma-dangle": [1, "never"] + "@stylistic/comma-dangle": [1, "allow"] } }, ]); diff --git a/kubejs/assets/tfg/blockstates/active_power_transformer.json b/kubejs/assets/tfg/blockstates/active_power_transformer.json deleted file mode 100644 index 9a0e2d7bb5..0000000000 --- a/kubejs/assets/tfg/blockstates/active_power_transformer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/active_power_transformer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/active_power_transformer" - }, - "facing=south": { - "model": "tfg:block/machines/active_power_transformer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/active_power_transformer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/artisan_table.json b/kubejs/assets/tfg/blockstates/artisan_table.json deleted file mode 100644 index ab7af4fcc7..0000000000 --- a/kubejs/assets/tfg/blockstates/artisan_table.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/artisan_table", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/artisan_table" - }, - "facing=south": { - "model": "tfg:block/artisan_table", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/artisan_table", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/bioreactor.json b/kubejs/assets/tfg/blockstates/bioreactor.json deleted file mode 100644 index a932323875..0000000000 --- a/kubejs/assets/tfg/blockstates/bioreactor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/bioreactor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/bioreactor" - }, - "facing=south": { - "model": "tfg:block/machines/bioreactor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/bioreactor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/casings/bioculture_rotor_primary.json b/kubejs/assets/tfg/blockstates/casings/bioculture_rotor_primary.json deleted file mode 100644 index 45ba444b99..0000000000 --- a/kubejs/assets/tfg/blockstates/casings/bioculture_rotor_primary.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/casings/bioculture_rotor_primary" } - ], - "active=false,facing=south": [ - { "model": "tfg:block/casings/bioculture_rotor_primary", "y": 180 } - ], - "active=false,facing=west": [ - { "model": "tfg:block/casings/bioculture_rotor_primary", "y": 270 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/casings/bioculture_rotor_primary", "y": 90 } - ], - "active=true,facing=north": [ - { "model": "tfg:block/casings/bioculture_rotor_primary_active" } - ], - "active=true,facing=south": [ - { "model": "tfg:block/casings/bioculture_rotor_primary_active", "y": 180 } - ], - "active=true,facing=west": [ - { "model": "tfg:block/casings/bioculture_rotor_primary_active", "y": 270 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/casings/bioculture_rotor_primary_active", "y": 90 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/casings/machine_casing_sterilizing_pipes.json b/kubejs/assets/tfg/blockstates/casings/machine_casing_sterilizing_pipes.json deleted file mode 100644 index d1d534b256..0000000000 --- a/kubejs/assets/tfg/blockstates/casings/machine_casing_sterilizing_pipes.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes" } - ], - "active=false,facing=south": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes", "y": 180 } - ], - "active=false,facing=west": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes", "y": 270 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes", "y": 90 } - ], - - "active=true,facing=north": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes_active" } - ], - "active=true,facing=south": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes_active", "y": 180 } - ], - "active=true,facing=west": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes_active", "y": 270 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/casings/machine_casing_sterilizing_pipes_active", "y": 90 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/cooling_tower.json b/kubejs/assets/tfg/blockstates/cooling_tower.json deleted file mode 100644 index dd12395782..0000000000 --- a/kubejs/assets/tfg/blockstates/cooling_tower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/cooling_tower", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/cooling_tower" - }, - "facing=south": { - "model": "tfg:block/machines/cooling_tower", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/cooling_tower", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/cultivation_monitor.json b/kubejs/assets/tfg/blockstates/cultivation_monitor.json deleted file mode 100644 index c94d85c58a..0000000000 --- a/kubejs/assets/tfg/blockstates/cultivation_monitor.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive"} - ], - "active=false,facing=south": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 180 } - ], - "active=false,facing=west": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 270 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 90 } - ], - - "active=true,facing=north": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active" } - ], - "active=true,facing=south": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 180 } - ], - "active=true,facing=west": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 270 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 90 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/dry_ice.json b/kubejs/assets/tfg/blockstates/dry_ice.json deleted file mode 100644 index 468500b10f..0000000000 --- a/kubejs/assets/tfg/blockstates/dry_ice.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/dry_ice" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/egh_planter.json b/kubejs/assets/tfg/blockstates/egh_planter.json deleted file mode 100644 index 542503c080..0000000000 --- a/kubejs/assets/tfg/blockstates/egh_planter.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 180 } - ], - "active=false,facing=south": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_inactive" } - ], - "active=false,facing=west": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 90 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 270 } - ], - - "active=true,facing=north": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 180 } - ], - "active=true,facing=south": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_active" } - ], - "active=true,facing=west": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 90 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 270 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/electric_greenhouse.json b/kubejs/assets/tfg/blockstates/electric_greenhouse.json deleted file mode 100644 index 09f5291fa9..0000000000 --- a/kubejs/assets/tfg/blockstates/electric_greenhouse.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/electric_greenhouse", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/electric_greenhouse" - }, - "facing=south": { - "model": "tfg:block/machines/electric_greenhouse", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/electric_greenhouse", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/electromagnetic_accelerator.json b/kubejs/assets/tfg/blockstates/electromagnetic_accelerator.json deleted file mode 100644 index 5b3c414ea6..0000000000 --- a/kubejs/assets/tfg/blockstates/electromagnetic_accelerator.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/casings/electromagnetic_accelerator" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/ev_aqueous_accumulator.json deleted file mode 100644 index 5a06bf6f8e..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ev_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ev_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/ev_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ev_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_food_oven.json b/kubejs/assets/tfg/blockstates/ev_food_oven.json deleted file mode 100644 index 0ac626818c..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ev_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ev_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/ev_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ev_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_food_processor.json b/kubejs/assets/tfg/blockstates/ev_food_processor.json deleted file mode 100644 index f6f38f6c81..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ev_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ev_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/ev_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ev_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_food_refrigerator.json b/kubejs/assets/tfg/blockstates/ev_food_refrigerator.json deleted file mode 100644 index 74525190aa..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_food_refrigerator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ev_food_refrigerator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ev_food_refrigerator" - }, - "facing=south": { - "model": "tfg:block/machines/ev_food_refrigerator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ev_food_refrigerator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/ev_gas_pressurizer.json deleted file mode 100644 index 04d1577337..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ev_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ev_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/ev_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ev_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_in.json deleted file mode 100644 index 8bc86f5706..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_out.json deleted file mode 100644 index 629b9606b1..0000000000 --- a/kubejs/assets/tfg/blockstates/ev_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/ev_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/evaporation_tower.json b/kubejs/assets/tfg/blockstates/evaporation_tower.json deleted file mode 100644 index af4f597e56..0000000000 --- a/kubejs/assets/tfg/blockstates/evaporation_tower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/evaporation_tower", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/evaporation_tower" - }, - "facing=south": { - "model": "tfg:block/machines/evaporation_tower", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/evaporation_tower", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/fluid/semiheavy_ammoniacal_water.json b/kubejs/assets/tfg/blockstates/fluid/semiheavy_ammoniacal_water.json deleted file mode 100644 index fa37b90bf9..0000000000 --- a/kubejs/assets/tfg/blockstates/fluid/semiheavy_ammoniacal_water.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/fluid/semiheavy_ammoniacal_water" - } - } -} diff --git a/kubejs/assets/tfg/blockstates/grow_light.json b/kubejs/assets/tfg/blockstates/grow_light.json deleted file mode 100644 index 2e134a1500..0000000000 --- a/kubejs/assets/tfg/blockstates/grow_light.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 180 } - ], - "active=false,facing=south": [ - { "model": "tfg:block/machines/egh_planter/grow_light_inactive" } - ], - "active=false,facing=west": [ - { "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 90 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 270 } - ], - - "active=true,facing=north": [ - { "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 180 } - ], - "active=true,facing=south": [ - { "model": "tfg:block/machines/egh_planter/grow_light_active" } - ], - "active=true,facing=west": [ - { "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 90 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 270 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/growth_chamber.json b/kubejs/assets/tfg/blockstates/growth_chamber.json deleted file mode 100644 index a8a581d390..0000000000 --- a/kubejs/assets/tfg/blockstates/growth_chamber.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/growth_chamber", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/growth_chamber" - }, - "facing=south": { - "model": "tfg:block/machines/growth_chamber", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/growth_chamber", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/heat_battery_mk1.json b/kubejs/assets/tfg/blockstates/heat_battery_mk1.json deleted file mode 100644 index 1225530978..0000000000 --- a/kubejs/assets/tfg/blockstates/heat_battery_mk1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/heat_battery_mk1", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/heat_battery_mk1" - }, - "facing=south": { - "model": "tfg:block/machines/heat_battery_mk1", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/heat_battery_mk1", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/hv_aqueous_accumulator.json deleted file mode 100644 index 4848b90e76..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/hv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_food_oven.json b/kubejs/assets/tfg/blockstates/hv_food_oven.json deleted file mode 100644 index 9aab6a406f..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/hv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_food_processor.json b/kubejs/assets/tfg/blockstates/hv_food_processor.json deleted file mode 100644 index 84b150a37d..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/hv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_food_refrigerator.json b/kubejs/assets/tfg/blockstates/hv_food_refrigerator.json deleted file mode 100644 index a76122225d..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_food_refrigerator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hv_food_refrigerator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hv_food_refrigerator" - }, - "facing=south": { - "model": "tfg:block/machines/hv_food_refrigerator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hv_food_refrigerator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/hv_gas_pressurizer.json deleted file mode 100644 index 988e54c90e..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/hv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_in.json deleted file mode 100644 index 95c059e7d2..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_out.json deleted file mode 100644 index 2c30999b56..0000000000 --- a/kubejs/assets/tfg/blockstates/hv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/hv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/hydroponics_facility.json b/kubejs/assets/tfg/blockstates/hydroponics_facility.json deleted file mode 100644 index 9b3d85bc48..0000000000 --- a/kubejs/assets/tfg/blockstates/hydroponics_facility.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/hydroponics_facility", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/hydroponics_facility" - }, - "facing=south": { - "model": "tfg:block/machines/hydroponics_facility", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/hydroponics_facility", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/interplanetary_item_launcher.json b/kubejs/assets/tfg/blockstates/interplanetary_item_launcher.json deleted file mode 100644 index 953d769dd7..0000000000 --- a/kubejs/assets/tfg/blockstates/interplanetary_item_launcher.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/interplanetary_item_launcher", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/interplanetary_item_launcher" - }, - "facing=south": { - "model": "tfg:block/machines/interplanetary_item_launcher", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/interplanetary_item_launcher", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/interplanetary_item_receiver.json b/kubejs/assets/tfg/blockstates/interplanetary_item_receiver.json deleted file mode 100644 index 0bc3863197..0000000000 --- a/kubejs/assets/tfg/blockstates/interplanetary_item_receiver.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/interplanetary_item_receiver", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/interplanetary_item_receiver" - }, - "facing=south": { - "model": "tfg:block/machines/interplanetary_item_receiver", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/interplanetary_item_receiver", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/interplanetary_logistics_monitor.json b/kubejs/assets/tfg/blockstates/interplanetary_logistics_monitor.json deleted file mode 100644 index 74601e5b8c..0000000000 --- a/kubejs/assets/tfg/blockstates/interplanetary_logistics_monitor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/interplanetary_logistics_monitor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/interplanetary_logistics_monitor" - }, - "facing=south": { - "model": "tfg:block/machines/interplanetary_logistics_monitor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/interplanetary_logistics_monitor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json deleted file mode 100644 index 1a8dadb17a..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/iv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/iv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/iv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/iv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_oven.json b/kubejs/assets/tfg/blockstates/iv_food_oven.json deleted file mode 100644 index 8b41ff8677..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/iv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/iv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/iv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/iv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_processor.json b/kubejs/assets/tfg/blockstates/iv_food_processor.json deleted file mode 100644 index d47739009a..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/iv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/iv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/iv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/iv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json b/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json deleted file mode 100644 index 3d07a9c714..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/iv_food_refrigerator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/iv_food_refrigerator" - }, - "facing=south": { - "model": "tfg:block/machines/iv_food_refrigerator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/iv_food_refrigerator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json deleted file mode 100644 index 7e2b4b1dd0..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/iv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/iv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/iv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/iv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_in.json deleted file mode 100644 index fc5a78648a..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_out.json deleted file mode 100644 index 8906352fa9..0000000000 --- a/kubejs/assets/tfg/blockstates/iv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/iv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json deleted file mode 100644 index 212115d364..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/luv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/luv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/luv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/luv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_food_oven.json b/kubejs/assets/tfg/blockstates/luv_food_oven.json deleted file mode 100644 index 8538c43e14..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/luv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/luv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/luv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/luv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_food_processor.json b/kubejs/assets/tfg/blockstates/luv_food_processor.json deleted file mode 100644 index 0fea620712..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/luv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/luv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/luv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/luv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json deleted file mode 100644 index 8bc16436fd..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/luv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/luv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/luv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/luv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_in.json deleted file mode 100644 index 0c1543cc47..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_out.json deleted file mode 100644 index d2f79806df..0000000000 --- a/kubejs/assets/tfg/blockstates/luv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/luv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/lv_aqueous_accumulator.json deleted file mode 100644 index 1f7bc22f37..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/lv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/lv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/lv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/lv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_food_oven.json b/kubejs/assets/tfg/blockstates/lv_food_oven.json deleted file mode 100644 index e6d5869cb2..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/lv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/lv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/lv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/lv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_food_processor.json b/kubejs/assets/tfg/blockstates/lv_food_processor.json deleted file mode 100644 index dbbe5aa1f5..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/lv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/lv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/lv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/lv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/lv_gas_pressurizer.json deleted file mode 100644 index a83ecf548b..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/lv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/lv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/lv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/lv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_in.json deleted file mode 100644 index 0adc5ca24d..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_out.json deleted file mode 100644 index 186cc50ff1..0000000000 --- a/kubejs/assets/tfg/blockstates/lv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/lv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/machine_casing_aluminium_plated_steel.json b/kubejs/assets/tfg/blockstates/machine_casing_aluminium_plated_steel.json deleted file mode 100644 index f6312e62a6..0000000000 --- a/kubejs/assets/tfg/blockstates/machine_casing_aluminium_plated_steel.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/casings/machine_casing_aluminium_plated_steel" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/machine_casing_power_casing.json b/kubejs/assets/tfg/blockstates/machine_casing_power_casing.json deleted file mode 100644 index 4d1dfb56f5..0000000000 --- a/kubejs/assets/tfg/blockstates/machine_casing_power_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/casings/machine_casing_power_casing" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mars_ice.json b/kubejs/assets/tfg/blockstates/mars_ice.json deleted file mode 100644 index 64ba0b063e..0000000000 --- a/kubejs/assets/tfg/blockstates/mars_ice.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/mars_ice" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/mv_aqueous_accumulator.json deleted file mode 100644 index 414bd4ae8a..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/mv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/mv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/mv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/mv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_food_oven.json b/kubejs/assets/tfg/blockstates/mv_food_oven.json deleted file mode 100644 index 3b5f7b58f9..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/mv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/mv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/mv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/mv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_food_processor.json b/kubejs/assets/tfg/blockstates/mv_food_processor.json deleted file mode 100644 index 82f5ecace0..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/mv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/mv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/mv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/mv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_food_refrigerator.json b/kubejs/assets/tfg/blockstates/mv_food_refrigerator.json deleted file mode 100644 index da4377c963..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_food_refrigerator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/mv_food_refrigerator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/mv_food_refrigerator" - }, - "facing=south": { - "model": "tfg:block/machines/mv_food_refrigerator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/mv_food_refrigerator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/mv_gas_pressurizer.json deleted file mode 100644 index d9aaa38c46..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/mv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/mv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/mv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/mv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_in.json deleted file mode 100644 index 15ceee515e..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_out.json deleted file mode 100644 index 41ad00e8d4..0000000000 --- a/kubejs/assets/tfg/blockstates/mv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/mv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/nuclear_turbine.json b/kubejs/assets/tfg/blockstates/nuclear_turbine.json deleted file mode 100644 index a92aa21924..0000000000 --- a/kubejs/assets/tfg/blockstates/nuclear_turbine.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/nuclear_turbine", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/nuclear_turbine" - }, - "facing=south": { - "model": "tfg:block/machines/nuclear_turbine", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/nuclear_turbine", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ostrum_linear_accelerator.json b/kubejs/assets/tfg/blockstates/ostrum_linear_accelerator.json deleted file mode 100644 index 5c213dc91a..0000000000 --- a/kubejs/assets/tfg/blockstates/ostrum_linear_accelerator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ostrum_linear_accelerator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ostrum_linear_accelerator" - }, - "facing=south": { - "model": "tfg:block/machines/ostrum_linear_accelerator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ostrum_linear_accelerator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/piglin_disguise.json b/kubejs/assets/tfg/blockstates/piglin_disguise.json deleted file mode 100644 index 65c9b70432..0000000000 --- a/kubejs/assets/tfg/blockstates/piglin_disguise.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/piglin_disguise", - "y": 270 - }, - "facing=north": { - "model": "tfg:block/piglin_disguise", - "y": 180 - }, - "facing=south": { - "model": "tfg:block/piglin_disguise" - }, - "facing=west": { - "model": "tfg:block/piglin_disguise", - "y": 90 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/piglin_disguise_block.json b/kubejs/assets/tfg/blockstates/piglin_disguise_block.json deleted file mode 100644 index 0c617a5502..0000000000 --- a/kubejs/assets/tfg/blockstates/piglin_disguise_block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "tfg:block/piglin_disguise_block" }, - "facing=south": { "model": "tfg:block/piglin_disguise_block", "y": 180 }, - "facing=west": { "model": "tfg:block/piglin_disguise_block", "y": 270 }, - "facing=east": { "model": "tfg:block/piglin_disguise_block", "y": 90 } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/black_sand.json b/kubejs/assets/tfg/blockstates/pile/black_sand.json deleted file mode 100644 index 0bc3affb62..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/black_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/black_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/black_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/black_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/black_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/black_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/black_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/black_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/black" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/brown_sand.json b/kubejs/assets/tfg/blockstates/pile/brown_sand.json deleted file mode 100644 index 6d3155625a..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/brown_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/brown_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/brown_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/brown_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/brown_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/brown_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/brown_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/brown_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/brown" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/green_sand.json b/kubejs/assets/tfg/blockstates/pile/green_sand.json deleted file mode 100644 index 2127cd5099..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/green_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/green_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/green_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/green_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/green_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/green_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/green_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/green_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/green" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/hematitic_sand.json b/kubejs/assets/tfg/blockstates/pile/hematitic_sand.json deleted file mode 100644 index fdafc05439..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/hematitic_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/hematitic_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/hematitic_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/hematitic_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/hematitic_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/hematitic_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/hematitic_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/hematitic_sand/sand_height14" - }, - "layers=8": { - "model": "minecraft:block/red_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/hematitic_sand_covering.json b/kubejs/assets/tfg/blockstates/pile/hematitic_sand_covering.json deleted file mode 100644 index fdafc05439..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/hematitic_sand_covering.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/hematitic_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/hematitic_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/hematitic_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/hematitic_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/hematitic_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/hematitic_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/hematitic_sand/sand_height14" - }, - "layers=8": { - "model": "minecraft:block/red_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/mars_sand.json b/kubejs/assets/tfg/blockstates/pile/mars_sand.json deleted file mode 100644 index 9d06e73319..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/mars_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/mars_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/mars_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/mars_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/mars_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/mars_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/mars_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/mars_sand/sand_height14" - }, - "layers=8": { - "model": "ad_astra:block/mars_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/mars_sand_covering.json b/kubejs/assets/tfg/blockstates/pile/mars_sand_covering.json deleted file mode 100644 index 9d06e73319..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/mars_sand_covering.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/mars_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/mars_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/mars_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/mars_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/mars_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/mars_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/mars_sand/sand_height14" - }, - "layers=8": { - "model": "ad_astra:block/mars_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/moon_sand.json b/kubejs/assets/tfg/blockstates/pile/moon_sand.json deleted file mode 100644 index c2f543ea4b..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/moon_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/moon_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/moon_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/moon_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/moon_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/moon_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/moon_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/moon_sand/sand_height14" - }, - "layers=8": { - "model": "ad_astra:block/moon_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/pink_sand.json b/kubejs/assets/tfg/blockstates/pile/pink_sand.json deleted file mode 100644 index da09257a8c..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/pink_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/pink_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/pink_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/pink_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/pink_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/pink_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/pink_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/pink_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/pink" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/red_sand.json b/kubejs/assets/tfg/blockstates/pile/red_sand.json deleted file mode 100644 index 4d184b379f..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/red_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/red_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/red_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/red_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/red_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/red_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/red_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/red_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/red" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/venus_sand.json b/kubejs/assets/tfg/blockstates/pile/venus_sand.json deleted file mode 100644 index c6e51b655e..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/venus_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/venus_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/venus_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/venus_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/venus_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/venus_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/venus_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/venus_sand/sand_height14" - }, - "layers=8": { - "model": "ad_astra:block/venus_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/venus_sand_covering.json b/kubejs/assets/tfg/blockstates/pile/venus_sand_covering.json deleted file mode 100644 index c6e51b655e..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/venus_sand_covering.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/venus_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/venus_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/venus_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/venus_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/venus_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/venus_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/venus_sand/sand_height14" - }, - "layers=8": { - "model": "ad_astra:block/venus_sand" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/volcanic_ash.json b/kubejs/assets/tfg/blockstates/pile/volcanic_ash.json deleted file mode 100644 index e692796c42..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/volcanic_ash.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/volcanic_ash/ash_height2" - }, - "layers=2": { - "model": "tfg:block/pile/volcanic_ash/ash_height4" - }, - "layers=3": { - "model": "tfg:block/pile/volcanic_ash/ash_height6" - }, - "layers=4": { - "model": "tfg:block/pile/volcanic_ash/ash_height8" - }, - "layers=5": { - "model": "tfg:block/pile/volcanic_ash/ash_height10" - }, - "layers=6": { - "model": "tfg:block/pile/volcanic_ash/ash_height12" - }, - "layers=7": { - "model": "tfg:block/pile/volcanic_ash/ash_height14" - }, - "layers=8": { - "model": "tfg:block/pile/volcanic_ash/ash_block" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/white_sand.json b/kubejs/assets/tfg/blockstates/pile/white_sand.json deleted file mode 100644 index c8e6fa9376..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/white_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/white_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/white_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/white_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/white_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/white_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/white_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/white_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/white" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/yellow_sand.json b/kubejs/assets/tfg/blockstates/pile/yellow_sand.json deleted file mode 100644 index cc121471a9..0000000000 --- a/kubejs/assets/tfg/blockstates/pile/yellow_sand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "layers=1": { - "model": "tfg:block/pile/yellow_sand/sand_height2" - }, - "layers=2": { - "model": "tfg:block/pile/yellow_sand/sand_height4" - }, - "layers=3": { - "model": "tfg:block/pile/yellow_sand/sand_height6" - }, - "layers=4": { - "model": "tfg:block/pile/yellow_sand/sand_height8" - }, - "layers=5": { - "model": "tfg:block/pile/yellow_sand/sand_height10" - }, - "layers=6": { - "model": "tfg:block/pile/yellow_sand/sand_height12" - }, - "layers=7": { - "model": "tfg:block/pile/yellow_sand/sand_height14" - }, - "layers=8": { - "model": "tfc:block/sand/yellow" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pisciculture_core.json b/kubejs/assets/tfg/blockstates/pisciculture_core.json deleted file mode 100644 index b811735264..0000000000 --- a/kubejs/assets/tfg/blockstates/pisciculture_core.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "active=false,facing=north": [ - { "model": "tfg:block/casings/pisciculture_core" } - ], - "active=false,facing=south": [ - { "model": "tfg:block/casings/pisciculture_core", "y": 180 } - ], - "active=false,facing=west": [ - { "model": "tfg:block/casings/pisciculture_core", "y": 270 } - ], - "active=false,facing=east": [ - { "model": "tfg:block/casings/pisciculture_core", "y": 90 } - ], - "active=true,facing=north": [ - { "model": "tfg:block/casings/pisciculture_core_active" } - ], - "active=true,facing=south": [ - { "model": "tfg:block/casings/pisciculture_core_active", "y": 180 } - ], - "active=true,facing=west": [ - { "model": "tfg:block/casings/pisciculture_core_active", "y": 270 } - ], - "active=true,facing=east": [ - { "model": "tfg:block/casings/pisciculture_core_active", "y": 90 } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pisciculture_fishery.json b/kubejs/assets/tfg/blockstates/pisciculture_fishery.json deleted file mode 100644 index d5041e4227..0000000000 --- a/kubejs/assets/tfg/blockstates/pisciculture_fishery.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/pisciculture_fishery", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/pisciculture_fishery" - }, - "facing=south": { - "model": "tfg:block/machines/pisciculture_fishery", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/pisciculture_fishery", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/railgun_ammo_loader.json b/kubejs/assets/tfg/blockstates/railgun_ammo_loader.json deleted file mode 100644 index cc31486eb6..0000000000 --- a/kubejs/assets/tfg/blockstates/railgun_ammo_loader.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/railgun_ammo_loader", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/railgun_ammo_loader" - }, - "facing=south": { - "model": "tfg:block/machines/railgun_ammo_loader", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/railgun_ammo_loader", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/single_itemstack_bus.json b/kubejs/assets/tfg/blockstates/single_itemstack_bus.json deleted file mode 100644 index d9c3d427bc..0000000000 --- a/kubejs/assets/tfg/blockstates/single_itemstack_bus.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/ports/single_itemstack_bus", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/single_itemstack_bus" - }, - "facing=south": { - "model": "tfg:block/machines/ports/single_itemstack_bus", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/ports/single_itemstack_bus", - "y": 270 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/single_itemstack_bus", - "x": 270 - }, - "facing=down": { - "model": "tfg:block/machines/ports/single_itemstack_bus", - "x": 90 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/smr_generator.json b/kubejs/assets/tfg/blockstates/smr_generator.json deleted file mode 100644 index 75bf948100..0000000000 --- a/kubejs/assets/tfg/blockstates/smr_generator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/smr_generator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/smr_generator" - }, - "facing=south": { - "model": "tfg:block/machines/smr_generator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/smr_generator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/steam_bloomery.json b/kubejs/assets/tfg/blockstates/steam_bloomery.json deleted file mode 100644 index c83f32133e..0000000000 --- a/kubejs/assets/tfg/blockstates/steam_bloomery.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/steam_bloomery", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/steam_bloomery" - }, - "facing=south": { - "model": "tfg:block/machines/steam_bloomery", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/steam_bloomery", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/steam_fuser.json b/kubejs/assets/tfg/blockstates/steam_fuser.json deleted file mode 100644 index eff6ab041d..0000000000 --- a/kubejs/assets/tfg/blockstates/steam_fuser.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/steam_fuser", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/steam_fuser" - }, - "facing=south": { - "model": "tfg:block/machines/steam_fuser", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/steam_fuser", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/steam_presser.json b/kubejs/assets/tfg/blockstates/steam_presser.json deleted file mode 100644 index 30bb0ccd3a..0000000000 --- a/kubejs/assets/tfg/blockstates/steam_presser.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/steam_presser", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/steam_presser" - }, - "facing=south": { - "model": "tfg:block/machines/steam_presser", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/steam_presser", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/steam_squasher.json b/kubejs/assets/tfg/blockstates/steam_squasher.json deleted file mode 100644 index f1a4f1e219..0000000000 --- a/kubejs/assets/tfg/blockstates/steam_squasher.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/steam_squasher", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/steam_squasher" - }, - "facing=south": { - "model": "tfg:block/machines/steam_squasher", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/steam_squasher", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/steam_thermal_centrifuge.json b/kubejs/assets/tfg/blockstates/steam_thermal_centrifuge.json deleted file mode 100644 index 573435d867..0000000000 --- a/kubejs/assets/tfg/blockstates/steam_thermal_centrifuge.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/steam_thermal_centrifuge", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/steam_thermal_centrifuge" - }, - "facing=south": { - "model": "tfg:block/machines/steam_thermal_centrifuge", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/steam_thermal_centrifuge", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/superconductor_coil_large.json b/kubejs/assets/tfg/blockstates/superconductor_coil_large.json deleted file mode 100644 index 9649a8a866..0000000000 --- a/kubejs/assets/tfg/blockstates/superconductor_coil_large.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/casings/superconductor_coil_large" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/superconductor_coil_small.json b/kubejs/assets/tfg/blockstates/superconductor_coil_small.json deleted file mode 100644 index b3a456a13d..0000000000 --- a/kubejs/assets/tfg/blockstates/superconductor_coil_small.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/casings/superconductor_coil_small" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_in.json deleted file mode 100644 index cc8bb8abf5..0000000000 --- a/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_out.json deleted file mode 100644 index 0ee1f6c2c2..0000000000 --- a/kubejs/assets/tfg/blockstates/uhv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/uhv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_in.json deleted file mode 100644 index 1316f00cb0..0000000000 --- a/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_out.json deleted file mode 100644 index 531e96441d..0000000000 --- a/kubejs/assets/tfg/blockstates/ulv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/ulv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json deleted file mode 100644 index bdc914afbe..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/uv_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/uv_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/uv_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/uv_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_food_oven.json b/kubejs/assets/tfg/blockstates/uv_food_oven.json deleted file mode 100644 index 0a6271e092..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/uv_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/uv_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/uv_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/uv_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_food_processor.json b/kubejs/assets/tfg/blockstates/uv_food_processor.json deleted file mode 100644 index 169a81e2d4..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/uv_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/uv_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/uv_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/uv_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json deleted file mode 100644 index 66213cd3c2..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/uv_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/uv_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/uv_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/uv_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_in.json deleted file mode 100644 index 7350db899d..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_out.json deleted file mode 100644 index 81f9f84c69..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/uv_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_smr_fluid_import_hatch.json b/kubejs/assets/tfg/blockstates/uv_smr_fluid_import_hatch.json deleted file mode 100644 index 1a0c17c0a8..0000000000 --- a/kubejs/assets/tfg/blockstates/uv_smr_fluid_import_hatch.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch" - }, - "facing=south": { - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/uv_smr_fluid_import_hatch", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json deleted file mode 100644 index 6b0ae1defb..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/zpm_aqueous_accumulator", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/zpm_aqueous_accumulator" - }, - "facing=south": { - "model": "tfg:block/machines/zpm_aqueous_accumulator", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/zpm_aqueous_accumulator", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_food_oven.json b/kubejs/assets/tfg/blockstates/zpm_food_oven.json deleted file mode 100644 index 509ec3c6e8..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_food_oven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/zpm_food_oven", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/zpm_food_oven" - }, - "facing=south": { - "model": "tfg:block/machines/zpm_food_oven", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/zpm_food_oven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_food_processor.json b/kubejs/assets/tfg/blockstates/zpm_food_processor.json deleted file mode 100644 index 7f3d2e2a96..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_food_processor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/zpm_food_processor", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/zpm_food_processor" - }, - "facing=south": { - "model": "tfg:block/machines/zpm_food_processor", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/zpm_food_processor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json deleted file mode 100644 index d73796f967..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfg:block/machines/zpm_gas_pressurizer", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/zpm_gas_pressurizer" - }, - "facing=south": { - "model": "tfg:block/machines/zpm_gas_pressurizer", - "y": 180 - }, - "facing=west": { - "model": "tfg:block/machines/zpm_gas_pressurizer", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_in.json b/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_in.json deleted file mode 100644 index c0909dd9fa..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_in.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in" - }, - "facing=south": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_in", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_out.json b/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_out.json deleted file mode 100644 index 951a6a45ca..0000000000 --- a/kubejs/assets/tfg/blockstates/zpm_railgun_item_loader_out.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out", - "x": 90 - }, - "facing=east": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out", - "y": 90 - }, - "facing=north": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out" - }, - "facing=south": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out", - "y": 180 - }, - "facing=up": { - "gtceu:z": 180, - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out", - "x": 270 - }, - "facing=west": { - "model": "tfg:block/machines/ports/zpm_railgun_item_loader_out", - "y": 270 - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/active_casing.json b/kubejs/assets/tfg/models/block/casings/active_casing.json deleted file mode 100644 index a86c495dab..0000000000 --- a/kubejs/assets/tfg/models/block/casings/active_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "gtceu:block/cube_2_layer/all", - "textures": { - "bot_all": "#active", - "top_all": "#active_overlay" - } -} diff --git a/kubejs/assets/tfg/models/block/casings/electromagnetic_accelerator.json b/kubejs/assets/tfg/models/block/casings/electromagnetic_accelerator.json deleted file mode 100644 index 2672e7793d..0000000000 --- a/kubejs/assets/tfg/models/block/casings/electromagnetic_accelerator.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/electromagnetic_accelerator"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/heat_pipe_casing.json b/kubejs/assets/tfg/models/block/casings/heat_pipe_casing.json deleted file mode 100644 index 1861c13e92..0000000000 --- a/kubejs/assets/tfg/models/block/casings/heat_pipe_casing.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/heat_pipe_casing"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_aluminium_plated_steel.json b/kubejs/assets/tfg/models/block/casings/machine_casing_aluminium_plated_steel.json deleted file mode 100644 index c33df66f48..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_aluminium_plated_steel.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_aluminium_plated_steel"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture.json b/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture.json deleted file mode 100644 index 2891d4561e..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_bioculture"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass.json b/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass.json deleted file mode 100644 index 0bb569106f..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_bioculture_glass"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass_active.json b/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass_active.json deleted file mode 100644 index 43c41816b1..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_bioculture_glass_active.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_bioculture_glass_active"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_blue_solar_panel.json b/kubejs/assets/tfg/models/block/casings/machine_casing_blue_solar_panel.json deleted file mode 100644 index 18c99e7c44..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_blue_solar_panel.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_bottom_top","textures":{"bottom":"gtceu:block/casings/steam/steel/bottom","side":"gtceu:block/casings/steam/steel/side","top":"tfg:block/casings/machine_casing_blue_solar_panel"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_clean_stainless_steel_desh.json b/kubejs/assets/tfg/models/block/casings/machine_casing_clean_stainless_steel_desh.json deleted file mode 100644 index 3e6b24fd9c..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_clean_stainless_steel_desh.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_clean_stainless_steel_desh"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_desh_ptfe.json b/kubejs/assets/tfg/models/block/casings/machine_casing_desh_ptfe.json deleted file mode 100644 index 2fbf765142..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_desh_ptfe.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_desh_ptfe"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_egh.json b/kubejs/assets/tfg/models/block/casings/machine_casing_egh.json deleted file mode 100644 index f74ac865ca..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_egh.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_inactive" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_egh_active.json b/kubejs/assets/tfg/models/block/casings/machine_casing_egh_active.json deleted file mode 100644 index 2819b38603..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_egh_active.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/casings/active_casing", - "textures": { - "active": "tfg:block/casings/machine_casing_egh_active", - "active_overlay": "tfg:block/casings/machine_casing_egh_active_emissive" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_green_solar_panel.json b/kubejs/assets/tfg/models/block/casings/machine_casing_green_solar_panel.json deleted file mode 100644 index 4cdbd4bbc2..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_green_solar_panel.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_bottom_top","textures":{"bottom":"gtceu:block/casings/steam/steel/bottom","side":"gtceu:block/casings/steam/steel/side","top":"tfg:block/casings/machine_casing_green_solar_panel"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_iron_desh.json b/kubejs/assets/tfg/models/block/casings/machine_casing_iron_desh.json deleted file mode 100644 index 6c707c62b9..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_iron_desh.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_iron_desh"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_ostrum_carbon.json b/kubejs/assets/tfg/models/block/casings/machine_casing_ostrum_carbon.json deleted file mode 100644 index 51fb076f7c..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_ostrum_carbon.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_ostrum_carbon"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_power_casing.json b/kubejs/assets/tfg/models/block/casings/machine_casing_power_casing.json deleted file mode 100644 index 18d68ef401..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_power_casing.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_power_casing"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_ptfe_desh.json b/kubejs/assets/tfg/models/block/casings/machine_casing_ptfe_desh.json deleted file mode 100644 index 3fe3d33bf0..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_ptfe_desh.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_ptfe_desh"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_red_solar_panel.json b/kubejs/assets/tfg/models/block/casings/machine_casing_red_solar_panel.json deleted file mode 100644 index cfbebc2efd..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_red_solar_panel.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_bottom_top","textures":{"bottom":"gtceu:block/casings/steam/steel/bottom","side":"gtceu:block/casings/steam/steel/side","top":"tfg:block/casings/machine_casing_red_solar_panel"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_evaporation.json b/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_evaporation.json deleted file mode 100644 index 278f4384a3..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_evaporation.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_stainless_evaporation"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_steel_desh.json b/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_steel_desh.json deleted file mode 100644 index 3c3ae106fc..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_stainless_steel_desh.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_stainless_steel_desh"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes.json b/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes.json deleted file mode 100644 index 4e4b94ba4f..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_sterilizing_pipes"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes_active.json b/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes_active.json deleted file mode 100644 index 2eaa55b4a3..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_sterilizing_pipes_active.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/casings/active_casing", - "textures": { - "active": "tfg:block/casings/machine_casing_sterilizing_pipes_active", - "active_overlay": "tfg:block/casings/machine_casing_sterilizing_pipes_active_emissive" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet.json b/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet.json deleted file mode 100644 index f0d60ada86..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/casings/machine_casing_ultraviolet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet_active.json b/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet_active.json deleted file mode 100644 index 26e76c628b..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_ultraviolet_active.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/casings/active_casing", - "textures": { - "active": "tfg:block/casings/machine_casing_ultraviolet_active", - "active_overlay": "tfg:block/casings/machine_casing_ultraviolet_active_emissive" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake.json b/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake.json deleted file mode 100644 index 397100f63f..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/casings/machine_casing_vacuum_engine_intake" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake_active.json b/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake_active.json deleted file mode 100644 index 90453bd001..0000000000 --- a/kubejs/assets/tfg/models/block/casings/machine_casing_vacuum_engine_intake_active.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/casings/machine_casing_vacuum_engine_intake_active" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/superconductor_coil_large.json b/kubejs/assets/tfg/models/block/casings/superconductor_coil_large.json deleted file mode 100644 index 32a088018d..0000000000 --- a/kubejs/assets/tfg/models/block/casings/superconductor_coil_large.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/superconductor_coil_large"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/casings/superconductor_coil_small.json b/kubejs/assets/tfg/models/block/casings/superconductor_coil_small.json deleted file mode 100644 index 66d0824010..0000000000 --- a/kubejs/assets/tfg/models/block/casings/superconductor_coil_small.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/superconductor_coil_small"}} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/dry_ice.json b/kubejs/assets/tfg/models/block/dry_ice.json deleted file mode 100644 index cca6834d86..0000000000 --- a/kubejs/assets/tfg/models/block/dry_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/dry_ice" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/active_power_transformer.json b/kubejs/assets/tfg/models/block/machines/active_power_transformer.json deleted file mode 100644 index c2960ee1c9..0000000000 --- a/kubejs/assets/tfg/models/block/machines/active_power_transformer.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:active_power_transformer", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_power_casing" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/power_substation/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/power_substation/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/power_substation/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_power_casing", - "overlay_front": "gtceu:block/multiblock/power_substation/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/power_substation/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/bioreactor.json b/kubejs/assets/tfg/models/block/machines/bioreactor.json deleted file mode 100644 index 350d31c291..0000000000 --- a/kubejs/assets/tfg/models/block/machines/bioreactor.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:bioreactor", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_bioculture" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/cooling_tower.json b/kubejs/assets/tfg/models/block/machines/cooling_tower.json deleted file mode 100644 index b910175a49..0000000000 --- a/kubejs/assets/tfg/models/block/machines/cooling_tower.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:cooling_tower", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_ostrum_carbon", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/cultivation_monitor/cultivation_monitor_inactive.json b/kubejs/assets/tfg/models/block/machines/cultivation_monitor/cultivation_monitor.json similarity index 100% rename from kubejs/assets/tfg/models/block/machines/cultivation_monitor/cultivation_monitor_inactive.json rename to kubejs/assets/tfg/models/block/machines/cultivation_monitor/cultivation_monitor.json diff --git a/kubejs/assets/tfg/models/block/machines/egh_planter/egh_planter_inactive.json b/kubejs/assets/tfg/models/block/machines/egh_planter/egh_planter.json similarity index 100% rename from kubejs/assets/tfg/models/block/machines/egh_planter/egh_planter_inactive.json rename to kubejs/assets/tfg/models/block/machines/egh_planter/egh_planter.json diff --git a/kubejs/assets/tfg/models/block/machines/egh_planter/grow_light_inactive.json b/kubejs/assets/tfg/models/block/machines/egh_planter/grow_light.json similarity index 100% rename from kubejs/assets/tfg/models/block/machines/egh_planter/grow_light_inactive.json rename to kubejs/assets/tfg/models/block/machines/egh_planter/grow_light.json diff --git a/kubejs/assets/tfg/models/block/machines/electric_greenhouse.json b/kubejs/assets/tfg/models/block/machines/electric_greenhouse.json deleted file mode 100644 index 15b08f8011..0000000000 --- a/kubejs/assets/tfg/models/block/machines/electric_greenhouse.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:electric_greenhouse", - "texture_overrides": { - "all": "gtceu:block/casings/steam/steel/side" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/steam/steel/side", - "overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive" - } - } - } - }, - "dynamic_renders": [ - { - "type": "gtceu:growing_plant", - "offsets": [ - [ - -1.0, - 1.4, - -1.0 - ], - [ - 1.0, - 1.4, - -1.0 - ], - [ - -1.0, - 1.4, - -2.0 - ], - [ - 1.0, - 1.4, - -2.0 - ], - [ - -1.0, - 1.4, - -3.0 - ], - [ - 1.0, - 1.4, - -3.0 - ], - [ - -1.0, - 1.4, - -4.0 - ], - [ - 1.0, - 1.4, - -4.0 - ], - [ - -1.0, - 1.4, - -5.0 - ], - [ - 1.0, - 1.4, - -5.0 - ] - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ev_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/ev_aqueous_accumulator.json deleted file mode 100644 index 3a213a8f48..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ev_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ev_food_oven.json b/kubejs/assets/tfg/models/block/machines/ev_food_oven.json deleted file mode 100644 index 46b38f201a..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ev_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ev_food_processor.json b/kubejs/assets/tfg/models/block/machines/ev_food_processor.json deleted file mode 100644 index dc802782a8..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ev_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ev_food_refrigerator.json b/kubejs/assets/tfg/models/block/machines/ev_food_refrigerator.json deleted file mode 100644 index f3c3970f46..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ev_food_refrigerator.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_food_refrigerator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ev_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/ev_gas_pressurizer.json deleted file mode 100644 index 7bee75f927..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ev_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/ev", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/evaporation_tower.json b/kubejs/assets/tfg/models/block/machines/evaporation_tower.json deleted file mode 100644 index 2d6a608fae..0000000000 --- a/kubejs/assets/tfg/models/block/machines/evaporation_tower.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:evaporation_tower", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_stainless_evaporation", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/growth_chamber.json b/kubejs/assets/tfg/models/block/machines/growth_chamber.json deleted file mode 100644 index 46f71b4173..0000000000 --- a/kubejs/assets/tfg/models/block/machines/growth_chamber.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:growth_chamber", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_bioculture" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/heat_battery_mk1.json b/kubejs/assets/tfg/models/block/machines/heat_battery_mk1.json deleted file mode 100644 index 192e82a143..0000000000 --- a/kubejs/assets/tfg/models/block/machines/heat_battery_mk1.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:heat_battery_mk1", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_mars" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "tfg:block/machines/bioreactor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/hv_aqueous_accumulator.json deleted file mode 100644 index a25ccd1f53..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hv_food_oven.json b/kubejs/assets/tfg/models/block/machines/hv_food_oven.json deleted file mode 100644 index 24b8a36a9a..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hv_food_processor.json b/kubejs/assets/tfg/models/block/machines/hv_food_processor.json deleted file mode 100644 index a51bb3e34c..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hv_food_refrigerator.json b/kubejs/assets/tfg/models/block/machines/hv_food_refrigerator.json deleted file mode 100644 index 2e39e892b5..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hv_food_refrigerator.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_food_refrigerator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/hv_gas_pressurizer.json deleted file mode 100644 index 560b933fe2..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/hv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/hydroponics_facility.json b/kubejs/assets/tfg/models/block/machines/hydroponics_facility.json deleted file mode 100644 index e3f35885fb..0000000000 --- a/kubejs/assets/tfg/models/block/machines/hydroponics_facility.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hydroponics_facility", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_egh_inactive" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_inactive", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_inactive", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_active", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_active", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_inactive", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_inactive", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_active", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_egh_active", - "overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive" - } - } - } - }, - "dynamic_renders": [ - { - "type": "gtceu:growing_plant", - "offsets": [ - [ - -1.0, - 0.0, - -5.0 - ], - [ - -1.0, - 0.0, - -6.0 - ], - [ - -1.0, - 0.0, - -7.0 - ], - [ - -1.0, - 0.0, - -8.0 - ], - [ - -1.0, - 0.0, - -9.0 - ], - [ - -1.0, - 0.0, - -10.0 - ], - [ - 1.0, - 0.0, - -5.0 - ], - [ - 1.0, - 0.0, - -6.0 - ], - [ - 1.0, - 0.0, - -7.0 - ], - [ - 1.0, - 0.0, - -8.0 - ], - [ - 1.0, - 0.0, - -9.0 - ], - [ - 1.0, - 0.0, - -10.0 - ], - - [ - -1.0, - 3.0, - -5.0 - ], - [ - -1.0, - 3.0, - -6.0 - ], - [ - -1.0, - 3.0, - -7.0 - ], - [ - -1.0, - 3.0, - -8.0 - ], - [ - -1.0, - 3.0, - -9.0 - ], - [ - -1.0, - 3.0, - -10.0 - ], - [ - 1.0, - 3.0, - -5.0 - ], - [ - 1.0, - 3.0, - -6.0 - ], - [ - 1.0, - 3.0, - -7.0 - ], - [ - 1.0, - 3.0, - -8.0 - ], - [ - 1.0, - 3.0, - -9.0 - ], - [ - 1.0, - 3.0, - -10.0 - ], - - [ - -1.0, - 6.0, - -5.0 - ], - [ - -1.0, - 6.0, - -6.0 - ], - [ - -1.0, - 6.0, - -7.0 - ], - [ - -1.0, - 6.0, - -8.0 - ], - [ - -1.0, - 6.0, - -9.0 - ], - [ - -1.0, - 6.0, - -10.0 - ], - [ - 1.0, - 6.0, - -5.0 - ], - [ - 1.0, - 6.0, - -6.0 - ], - [ - 1.0, - 6.0, - -7.0 - ], - [ - 1.0, - 6.0, - -8.0 - ], - [ - 1.0, - 6.0, - -9.0 - ], - [ - 1.0, - 6.0, - -10.0 - ] - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/interplanetary_item_launcher.json b/kubejs/assets/tfg/models/block/machines/interplanetary_item_launcher.json deleted file mode 100644 index 8acad0be16..0000000000 --- a/kubejs/assets/tfg/models/block/machines/interplanetary_item_launcher.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:interplanetary_item_launcher", - "texture_overrides": { - "all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel" - }, - "variants": { - "is_formed=false": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel", - "overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front", - "overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_emissive" - } - } - }, - "is_formed=true": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel", - "overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/interplanetary_item_receiver.json b/kubejs/assets/tfg/models/block/machines/interplanetary_item_receiver.json deleted file mode 100644 index 5b0368022b..0000000000 --- a/kubejs/assets/tfg/models/block/machines/interplanetary_item_receiver.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:interplanetary_item_receiver", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel" - }, - "variants": { - "is_formed=false": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/interplanetary_item_receiver/overlay_front", - "overlay_front_emissive": "tfg:block/machines/interplanetary_item_receiver/overlay_front_emissive" - } - } - }, - "is_formed=true": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/interplanetary_item_receiver/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/interplanetary_item_receiver/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/interplanetary_logistics_monitor.json b/kubejs/assets/tfg/models/block/machines/interplanetary_logistics_monitor.json deleted file mode 100644 index 72c9921310..0000000000 --- a/kubejs/assets/tfg/models/block/machines/interplanetary_logistics_monitor.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:interplanetary_logistics_monitor", - "variants": { - "": { - "model": { - "parent": "tfg:block/machines/monitor", - "textures": { - "all": "tfg:block/casings/machine_casing_inert_ptfe", - "overlay_front": "tfg:block/machines/interplanetary_logistics_monitor/overlay_front", - "overlay_front_active_emissive": "tfg:block/machines/interplanetary_logistics_monitor/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json deleted file mode 100644 index 3681fa2f6c..0000000000 --- a/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_oven.json b/kubejs/assets/tfg/models/block/machines/iv_food_oven.json deleted file mode 100644 index af85a0b4e4..0000000000 --- a/kubejs/assets/tfg/models/block/machines/iv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_processor.json b/kubejs/assets/tfg/models/block/machines/iv_food_processor.json deleted file mode 100644 index a005c02635..0000000000 --- a/kubejs/assets/tfg/models/block/machines/iv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json b/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json deleted file mode 100644 index 07b171bd5f..0000000000 --- a/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_food_refrigerator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json deleted file mode 100644 index 6d1075bae2..0000000000 --- a/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/iv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json deleted file mode 100644 index d4e377c062..0000000000 --- a/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_food_oven.json b/kubejs/assets/tfg/models/block/machines/luv_food_oven.json deleted file mode 100644 index 9789d09590..0000000000 --- a/kubejs/assets/tfg/models/block/machines/luv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_food_processor.json b/kubejs/assets/tfg/models/block/machines/luv_food_processor.json deleted file mode 100644 index 7d6bf20eb6..0000000000 --- a/kubejs/assets/tfg/models/block/machines/luv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json deleted file mode 100644 index bafb1a478f..0000000000 --- a/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/luv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/lv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/lv_aqueous_accumulator.json deleted file mode 100644 index d47d0018b2..0000000000 --- a/kubejs/assets/tfg/models/block/machines/lv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/lv_food_oven.json b/kubejs/assets/tfg/models/block/machines/lv_food_oven.json deleted file mode 100644 index 24ac7eb726..0000000000 --- a/kubejs/assets/tfg/models/block/machines/lv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/lv_food_processor.json b/kubejs/assets/tfg/models/block/machines/lv_food_processor.json deleted file mode 100644 index 71d2f4e894..0000000000 --- a/kubejs/assets/tfg/models/block/machines/lv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/lv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/lv_gas_pressurizer.json deleted file mode 100644 index 04de2d89ad..0000000000 --- a/kubejs/assets/tfg/models/block/machines/lv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/lv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/mv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/mv_aqueous_accumulator.json deleted file mode 100644 index 3637040af4..0000000000 --- a/kubejs/assets/tfg/models/block/machines/mv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/mv_food_oven.json b/kubejs/assets/tfg/models/block/machines/mv_food_oven.json deleted file mode 100644 index 02e8fae7dd..0000000000 --- a/kubejs/assets/tfg/models/block/machines/mv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/mv_food_processor.json b/kubejs/assets/tfg/models/block/machines/mv_food_processor.json deleted file mode 100644 index 46b2f6628b..0000000000 --- a/kubejs/assets/tfg/models/block/machines/mv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/mv_food_refrigerator.json b/kubejs/assets/tfg/models/block/machines/mv_food_refrigerator.json deleted file mode 100644 index f612ca9a44..0000000000 --- a/kubejs/assets/tfg/models/block/machines/mv_food_refrigerator.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_food_refrigerator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/mv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/mv_gas_pressurizer.json deleted file mode 100644 index a2e9e33705..0000000000 --- a/kubejs/assets/tfg/models/block/machines/mv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/mv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/nuclear_turbine.json b/kubejs/assets/tfg/models/block/machines/nuclear_turbine.json deleted file mode 100644 index 33adfc23e2..0000000000 --- a/kubejs/assets/tfg/models/block/machines/nuclear_turbine.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:nuclear_turbine", - "texture_overrides": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/mechanic/machine_casing_turbine_steel", - "overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ostrum_linear_accelerator.json b/kubejs/assets/tfg/models/block/machines/ostrum_linear_accelerator.json deleted file mode 100644 index aed8c8b02f..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ostrum_linear_accelerator.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ostrum_linear_accelerator", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_mars" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_mars", - "overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/pisciculture_fishery.json b/kubejs/assets/tfg/models/block/machines/pisciculture_fishery.json deleted file mode 100644 index 80bc315e63..0000000000 --- a/kubejs/assets/tfg/models/block/machines/pisciculture_fishery.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:pisciculture_fishery", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_aluminium_plated_steel", - "overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive", - "overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_in.json deleted file mode 100644 index 2f611d5f95..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/ev/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ev/side", - "top": "gtceu:block/casings/voltage/ev/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/ev/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ev/side", - "top": "gtceu:block/casings/voltage/ev/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_out.json deleted file mode 100644 index e546d6788d..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/ev_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ev_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/ev/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ev/side", - "top": "gtceu:block/casings/voltage/ev/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/ev/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ev/side", - "top": "gtceu:block/casings/voltage/ev/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_in.json deleted file mode 100644 index 92ba32b39c..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/hv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/hv/side", - "top": "gtceu:block/casings/voltage/hv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/hv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/hv/side", - "top": "gtceu:block/casings/voltage/hv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_out.json deleted file mode 100644 index 7eba644b41..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/hv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:hv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/hv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/hv/side", - "top": "gtceu:block/casings/voltage/hv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/hv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/hv/side", - "top": "gtceu:block/casings/voltage/hv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_in.json deleted file mode 100644 index 8d30fba8d5..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/iv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/iv/side", - "top": "gtceu:block/casings/voltage/iv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/iv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/iv/side", - "top": "gtceu:block/casings/voltage/iv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_out.json deleted file mode 100644 index d99b9827d6..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/iv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:iv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/iv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/iv/side", - "top": "gtceu:block/casings/voltage/iv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/iv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/iv/side", - "top": "gtceu:block/casings/voltage/iv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_in.json deleted file mode 100644 index 945a409d10..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/luv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/luv/side", - "top": "gtceu:block/casings/voltage/luv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/luv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/luv/side", - "top": "gtceu:block/casings/voltage/luv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_out.json deleted file mode 100644 index 1efb8a06d0..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/luv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:luv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/luv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/luv/side", - "top": "gtceu:block/casings/voltage/luv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/luv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/luv/side", - "top": "gtceu:block/casings/voltage/luv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_in.json deleted file mode 100644 index 8dfa0ca8b0..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/lv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/lv/side", - "top": "gtceu:block/casings/voltage/lv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/lv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/lv/side", - "top": "gtceu:block/casings/voltage/lv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_out.json deleted file mode 100644 index 449bed9c97..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/lv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:lv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/lv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/lv/side", - "top": "gtceu:block/casings/voltage/lv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/lv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/lv/side", - "top": "gtceu:block/casings/voltage/lv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_in.json deleted file mode 100644 index 50b52dd784..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/mv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/mv/side", - "top": "gtceu:block/casings/voltage/mv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/mv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/mv/side", - "top": "gtceu:block/casings/voltage/mv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_out.json deleted file mode 100644 index aa0e43a42e..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/mv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:mv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/mv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/mv/side", - "top": "gtceu:block/casings/voltage/mv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/mv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/mv/side", - "top": "gtceu:block/casings/voltage/mv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/single_itemstack_bus.json b/kubejs/assets/tfg/models/block/machines/ports/single_itemstack_bus.json deleted file mode 100644 index 01cc69a97e..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/single_itemstack_bus.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:single_itemstack_bus", - "replaceable_textures": [ - "all" - ], - "variants": { - "": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_bioculture", - "overlay_front": "tfg:block/machines/single_itemstack_bus/overlay_front", - "overlay_front_emissive": "tfg:block/machines/single_itemstack_bus/overlay_front_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_in.json deleted file mode 100644 index b275ee7a43..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uhv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/uhv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uhv/side", - "top": "gtceu:block/casings/voltage/uhv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/uhv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uhv/side", - "top": "gtceu:block/casings/voltage/uhv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_out.json deleted file mode 100644 index f2a5d57e96..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/uhv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uhv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/uhv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uhv/side", - "top": "gtceu:block/casings/voltage/uhv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/uhv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uhv/side", - "top": "gtceu:block/casings/voltage/uhv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_in.json deleted file mode 100644 index 7f00f2a11a..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ulv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/ulv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ulv/side", - "top": "gtceu:block/casings/voltage/ulv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/ulv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ulv/side", - "top": "gtceu:block/casings/voltage/ulv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_out.json deleted file mode 100644 index f5b0e836fb..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/ulv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:ulv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/ulv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ulv/side", - "top": "gtceu:block/casings/voltage/ulv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/ulv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/ulv/side", - "top": "gtceu:block/casings/voltage/ulv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_in.json deleted file mode 100644 index f60532f001..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/uv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uv/side", - "top": "gtceu:block/casings/voltage/uv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/uv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uv/side", - "top": "gtceu:block/casings/voltage/uv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_out.json deleted file mode 100644 index 903464aff7..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/uv_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/uv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uv/side", - "top": "gtceu:block/casings/voltage/uv/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/uv/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/uv/side", - "top": "gtceu:block/casings/voltage/uv/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/uv_smr_fluid_import_hatch.json b/kubejs/assets/tfg/models/block/machines/ports/uv_smr_fluid_import_hatch.json deleted file mode 100644 index e98f3a5bb2..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/uv_smr_fluid_import_hatch.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_smr_fluid_import_hatch", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], -"variants": { - "is_formed=false,is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay": "gtceu:block/overlay/machine/overlay_fluid_hatch_input", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "side": "tfg:block/casings/machine_casing_desh_ptfe", - "top": "tfg:block/casings/machine_casing_desh_ptfe" - } - } - }, - "is_formed=false,is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay": "gtceu:block/overlay/machine/overlay_fluid_hatch_input", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "side": "tfg:block/casings/machine_casing_desh_ptfe", - "top": "tfg:block/casings/machine_casing_desh_ptfe" - } - } - }, - "is_formed=true,is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay": "gtceu:block/overlay/machine/overlay_fluid_hatch_input", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "side": "tfg:block/casings/machine_casing_desh_ptfe", - "top": "tfg:block/casings/machine_casing_desh_ptfe" - } - } - }, - "is_formed=true,is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay": "gtceu:block/overlay/machine/overlay_fluid_hatch_input", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "side": "tfg:block/casings/machine_casing_desh_ptfe", - "top": "tfg:block/casings/machine_casing_desh_ptfe" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_in.json b/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_in.json deleted file mode 100644 index c5b4011d76..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_railgun_item_loader_in", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/zpm/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/zpm/side", - "top": "gtceu:block/casings/voltage/zpm/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/zpm/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_in_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/zpm/side", - "top": "gtceu:block/casings/voltage/zpm/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_out.json b/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_out.json deleted file mode 100644 index 3b7ccc5a06..0000000000 --- a/kubejs/assets/tfg/models/block/machines/ports/zpm_railgun_item_loader_out.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_railgun_item_loader_out", - "replaceable_textures": [ - "bottom", - "top", - "side" - ], - "variants": { - "is_painted=false": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive", - "textures": { - "bottom": "gtceu:block/casings/voltage/zpm/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/zpm/side", - "top": "gtceu:block/casings/voltage/zpm/top" - } - } - }, - "is_painted=true": { - "model": { - "parent": "gtceu:block/machine/template/part/hatch_machine_emissive_color_ring", - "textures": { - "bottom": "gtceu:block/casings/voltage/zpm/bottom", - "overlay": "gtceu:block/overlay/machine/overlay_pipe_out_emissive", - "overlay_emissive": "gtceu:block/overlay/machine/overlay_item_hatch", - "side": "gtceu:block/casings/voltage/zpm/side", - "top": "gtceu:block/casings/voltage/zpm/top" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/railgun_ammo_loader.json b/kubejs/assets/tfg/models/block/machines/railgun_ammo_loader.json deleted file mode 100644 index 36c9c3b2b5..0000000000 --- a/kubejs/assets/tfg/models/block/machines/railgun_ammo_loader.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:railgun_ammo_loader", - "replaceable_textures": [ - "all" - ], - "variants": { - "": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/voltage/mv/side", - "overlay_front": "tfg:block/machines/railgun_ammo_loader/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/railgun_ammo_loader/overlay_front_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/smr_generator.json b/kubejs/assets/tfg/models/block/machines/smr_generator.json deleted file mode 100644 index c93ec18d93..0000000000 --- a/kubejs/assets/tfg/models/block/machines/smr_generator.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:smr_generator", - "texture_overrides": { - "all": "tfg:block/casings/machine_casing_desh_ptfe" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_paused_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "tfg:block/casings/machine_casing_desh_ptfe", - "overlay_front": "tfg:block/machines/smr/overlay_front_active", - "overlay_front_emissive": "gtceu:block/multiblock/generator/large_gas_turbine/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/steam_bloomery.json b/kubejs/assets/tfg/models/block/machines/steam_bloomery.json deleted file mode 100644 index 5227238d02..0000000000 --- a/kubejs/assets/tfg/models/block/machines/steam_bloomery.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:steam_bloomery", - "texture_overrides": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/steam_bloomery/overlay_front_active" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/steam_bloomery/overlay_front_active" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/steam_bloomery/overlay_front_active" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "tfg:block/machines/steam_bloomery/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/steam_bloomery/overlay_front_active" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/steam_fuser.json b/kubejs/assets/tfg/models/block/machines/steam_fuser.json deleted file mode 100644 index f5156e8d6b..0000000000 --- a/kubejs/assets/tfg/models/block/machines/steam_fuser.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:steam_fuser", - "texture_overrides": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks" - }, - "dynamic_renders": [ - { - "type": "gtceu:boiler_multi_parts", - "casing_block": { - "Name": "gtceu:steam_machine_casing" - }, - "firebox_active": { - "Name": "gtceu:bronze_firebox_casing", - "Properties": { - "active": "true" - } - }, - "firebox_idle": { - "Name": "gtceu:bronze_firebox_casing", - "Properties": { - "active": "false" - } - } - } - ], - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/alloy_smelter/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/alloy_smelter/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/steam_presser.json b/kubejs/assets/tfg/models/block/machines/steam_presser.json deleted file mode 100644 index b088103a0f..0000000000 --- a/kubejs/assets/tfg/models/block/machines/steam_presser.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:steam_presser", - "texture_overrides": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/forge_hammer/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/forge_hammer/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/forge_hammer/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/forge_hammer/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/forge_hammer/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/steam_squasher.json b/kubejs/assets/tfg/models/block/machines/steam_squasher.json deleted file mode 100644 index e2b41d508a..0000000000 --- a/kubejs/assets/tfg/models/block/machines/steam_squasher.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:steam_squasher", - "texture_overrides": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks" - }, - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/solid/machine_casing_bronze_plated_bricks", - "overlay_front": "gtceu:block/machines/compressor/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/compressor/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/steam_thermal_centrifuge.json b/kubejs/assets/tfg/models/block/machines/steam_thermal_centrifuge.json deleted file mode 100644 index 270c629d8d..0000000000 --- a/kubejs/assets/tfg/models/block/machines/steam_thermal_centrifuge.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:steam_thermal_centrifuge", - "texture_overrides": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing" - }, - "dynamic_renders": [ - { - "type": "gtceu:boiler_multi_parts", - "casing_block": { - "Name": "gtceu:industrial_steam_casing" - }, - "firebox_active": { - "Name": "gtceu:steel_firebox_casing", - "Properties": { - "active": "true" - } - }, - "firebox_idle": { - "Name": "gtceu:steel_firebox_casing", - "Properties": { - "active": "false" - } - } - } - ], - "variants": { - "is_formed=false,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=false,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive" - } - } - }, - "is_formed=true,recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/machine/template/cube_all/sided", - "textures": { - "all": "gtceu:block/casings/gcym/industrial_steam_casing", - "overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active", - "overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json deleted file mode 100644 index fdcbfef138..0000000000 --- a/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_food_oven.json b/kubejs/assets/tfg/models/block/machines/uv_food_oven.json deleted file mode 100644 index d213b4684d..0000000000 --- a/kubejs/assets/tfg/models/block/machines/uv_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_food_processor.json b/kubejs/assets/tfg/models/block/machines/uv_food_processor.json deleted file mode 100644 index 1f6ac4517d..0000000000 --- a/kubejs/assets/tfg/models/block/machines/uv_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json deleted file mode 100644 index 5e040aeebc..0000000000 --- a/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:uv_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/uv", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json deleted file mode 100644 index ca20004538..0000000000 --- a/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_aqueous_accumulator", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json b/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json deleted file mode 100644 index eb110cab32..0000000000 --- a/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_food_oven", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json b/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json deleted file mode 100644 index 11ec6b8f6c..0000000000 --- a/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_food_processor", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json deleted file mode 100644 index b3e4e1e301..0000000000 --- a/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "parent": "minecraft:block/block", - "loader": "gtceu:machine", - "machine": "tfg:zpm_gas_pressurizer", - "variants": { - "recipe_logic_status=idle": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=suspend": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" - } - } - }, - "recipe_logic_status=waiting": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - }, - "recipe_logic_status=working": { - "model": { - "parent": "gtceu:block/casings/voltage/zpm", - "textures": { - "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", - "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", - "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", - "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", - "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", - "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", - "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", - "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" - } - } - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/mars_ice.json b/kubejs/assets/tfg/models/block/mars_ice.json deleted file mode 100644 index b1203b72f0..0000000000 --- a/kubejs/assets/tfg/models/block/mars_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfg:block/mars_ice" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json deleted file mode 100644 index 6150d2d0a8..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json deleted file mode 100644 index e925a44f0b..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json deleted file mode 100644 index 9b827de3c4..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json deleted file mode 100644 index 1c661d81c0..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json deleted file mode 100644 index 9b01bab1fe..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json deleted file mode 100644 index b839faa4c6..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json deleted file mode 100644 index 1c64a68c79..0000000000 --- a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/black", - "texture": "tfc:block/sand/black" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json deleted file mode 100644 index 0528ddb5eb..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json deleted file mode 100644 index 95790ae19d..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json deleted file mode 100644 index a3a3ac7799..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json deleted file mode 100644 index 7899629b5a..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json deleted file mode 100644 index a9e8465bb9..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json deleted file mode 100644 index 93edd22eca..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json deleted file mode 100644 index 0d70e04f02..0000000000 --- a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/brown", - "texture": "tfc:block/sand/brown" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json deleted file mode 100644 index d84556f991..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json deleted file mode 100644 index 6f7ccfb558..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json deleted file mode 100644 index ba137e1c71..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json deleted file mode 100644 index 0b4bb4bdcc..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json deleted file mode 100644 index 78181bdb14..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json deleted file mode 100644 index 5779aea45f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json deleted file mode 100644 index 5e255ba86b..0000000000 --- a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/green", - "texture": "tfc:block/sand/green" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height10.json deleted file mode 100644 index 0195116746..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height12.json deleted file mode 100644 index a52a756eda..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height14.json deleted file mode 100644 index d76e9c5896..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height2.json deleted file mode 100644 index 2404a288dc..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height4.json deleted file mode 100644 index 583f4074ba..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height6.json deleted file mode 100644 index bab336bf9f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height8.json deleted file mode 100644 index d3c81f3d54..0000000000 --- a/kubejs/assets/tfg/models/block/pile/hematitic_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "minecraft:block/red_sand", - "texture": "minecraft:block/red_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json deleted file mode 100644 index 0de7aea87c..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json deleted file mode 100644 index 14d3ac5fbb..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json deleted file mode 100644 index 71aea26fa8..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json deleted file mode 100644 index d4e1c8bcf0..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json deleted file mode 100644 index 050895c4b4..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json deleted file mode 100644 index 6e7d5c6e28..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json deleted file mode 100644 index 6f6fbf5e59..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "ad_astra:block/mars_sand", - "texture": "ad_astra:block/mars_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height10.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height10.json deleted file mode 100644 index cc0161991e..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height12.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height12.json deleted file mode 100644 index 9b983e3895..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height14.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height14.json deleted file mode 100644 index 5d6ff41b6c..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2a.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2a.json deleted file mode 100644 index d206b6ed8f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2b.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2b.json deleted file mode 100644 index db0887a720..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfg:block/mars_snow_2", - "texture": "tfg:block/mars_snow_2" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2c.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2c.json deleted file mode 100644 index e19753aa76..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfg:block/mars_snow_3", - "texture": "tfg:block/mars_snow_3" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2d.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2d.json deleted file mode 100644 index c58d63e032..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height2d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfg:block/mars_snow_4", - "texture": "tfg:block/mars_snow_4" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height4.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height4.json deleted file mode 100644 index fe94ee1005..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height6.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height6.json deleted file mode 100644 index 5259c97279..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height8.json b/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height8.json deleted file mode 100644 index b2f3fda8e8..0000000000 --- a/kubejs/assets/tfg/models/block/pile/mars_snow/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfg:block/mars_snow_1", - "texture": "tfg:block/mars_snow_1" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json deleted file mode 100644 index d530f08fdf..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json deleted file mode 100644 index 9a224773a1..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json deleted file mode 100644 index bf32c12551..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json deleted file mode 100644 index 2bd3b10017..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json deleted file mode 100644 index 8bda8a708f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json deleted file mode 100644 index b5871d41ce..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json deleted file mode 100644 index 9ec84c112f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "ad_astra:block/moon_sand", - "texture": "ad_astra:block/moon_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json deleted file mode 100644 index dc6e447d11..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json deleted file mode 100644 index e90a111fdd..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json deleted file mode 100644 index 91a60c123c..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json deleted file mode 100644 index d8ee0b9b7a..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json deleted file mode 100644 index c7f33c7586..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json deleted file mode 100644 index 181b09f763..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json deleted file mode 100644 index f4280dd84f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/pink", - "texture": "tfc:block/sand/pink" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json deleted file mode 100644 index 6e02d6220f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json deleted file mode 100644 index 51f9f1e463..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json deleted file mode 100644 index 832e79d27d..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json deleted file mode 100644 index 486aeaba58..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json deleted file mode 100644 index 3c266aa5a5..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json deleted file mode 100644 index 8a9032dba3..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json deleted file mode 100644 index 84ae6ba1e3..0000000000 --- a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/red", - "texture": "tfc:block/sand/red" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json deleted file mode 100644 index 5eddf0a500..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json deleted file mode 100644 index a79f6c581b..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json deleted file mode 100644 index 7e7208a929..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json deleted file mode 100644 index e959ae9b7e..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json deleted file mode 100644 index 2beda4c8b7..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json deleted file mode 100644 index 6eeadc81bf..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json deleted file mode 100644 index 61db276ea1..0000000000 --- a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "ad_astra:block/venus_sand", - "texture": "ad_astra:block/venus_sand" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height10.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height10.json deleted file mode 100644 index 7aad8a3c52..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height12.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height12.json deleted file mode 100644 index 6bf32c7272..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height14.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height14.json deleted file mode 100644 index 6c760db717..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height2.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height2.json deleted file mode 100644 index 119ff312dc..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height4.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height4.json deleted file mode 100644 index 595ff167f9..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height6.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height6.json deleted file mode 100644 index 3b3b8b81d9..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height8.json b/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height8.json deleted file mode 100644 index dd568468aa..0000000000 --- a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfg:block/planets/venus/volcanic_ash", - "texture": "tfg:block/planets/venus/volcanic_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json deleted file mode 100644 index 372774cf0b..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json deleted file mode 100644 index fc2434b396..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json deleted file mode 100644 index b30cf2f7de..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json deleted file mode 100644 index 11275709ab..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json deleted file mode 100644 index 1a2b93d259..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json deleted file mode 100644 index d918ecda0e..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json deleted file mode 100644 index 103a3e7df6..0000000000 --- a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/white", - "texture": "tfc:block/sand/white" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json deleted file mode 100644 index 4af62c8595..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height10", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json deleted file mode 100644 index 6b0765acfb..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height12", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json deleted file mode 100644 index 4d922c93d0..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height14", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json deleted file mode 100644 index e2715aa79b..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height2", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json deleted file mode 100644 index 14986bdd52..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height4", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json deleted file mode 100644 index 89c7d28073..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height6", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json deleted file mode 100644 index 63a6a97c2f..0000000000 --- a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfg:block/ash_pile/ash_height8", - "textures": { - "particle": "tfc:block/sand/yellow", - "texture": "tfc:block/sand/yellow" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_block.json b/kubejs/assets/tfg/models/block/volcanic_ash.json similarity index 100% rename from kubejs/assets/tfg/models/block/pile/volcanic_ash/ash_block.json rename to kubejs/assets/tfg/models/block/volcanic_ash.json diff --git a/kubejs/assets/tfg/models/item/absorption_salvo.json b/kubejs/assets/tfg/models/item/absorption_salvo.json deleted file mode 100644 index 44e8ed81ad..0000000000 --- a/kubejs/assets/tfg/models/item/absorption_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/absorption_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/active_power_transformer.json b/kubejs/assets/tfg/models/item/active_power_transformer.json deleted file mode 100644 index b3073fdfff..0000000000 --- a/kubejs/assets/tfg/models/item/active_power_transformer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/active_power_transformer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/antipoison_pill.json b/kubejs/assets/tfg/models/item/antipoison_pill.json deleted file mode 100644 index c45f964dd2..0000000000 --- a/kubejs/assets/tfg/models/item/antipoison_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/antipoison_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/antipoison_tablet.json b/kubejs/assets/tfg/models/item/antipoison_tablet.json deleted file mode 100644 index 41b9bbd3c9..0000000000 --- a/kubejs/assets/tfg/models/item/antipoison_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/antipoison_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/artisan_table.json b/kubejs/assets/tfg/models/item/artisan_table.json deleted file mode 100644 index 403b73459b..0000000000 --- a/kubejs/assets/tfg/models/item/artisan_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/artisan_table" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ash_pile.json b/kubejs/assets/tfg/models/item/ash_pile.json deleted file mode 100644 index d09e4eb4be..0000000000 --- a/kubejs/assets/tfg/models/item/ash_pile.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfc:item/powder/wood_ash" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/bioculture_rotor_primary.json b/kubejs/assets/tfg/models/item/bioculture_rotor_primary.json deleted file mode 100644 index 7d410e5fad..0000000000 --- a/kubejs/assets/tfg/models/item/bioculture_rotor_primary.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/bioculture_rotor_primary" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/bioculture_rotor_primary_active.json b/kubejs/assets/tfg/models/item/bioculture_rotor_primary_active.json deleted file mode 100644 index 3b2149d675..0000000000 --- a/kubejs/assets/tfg/models/item/bioculture_rotor_primary_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/bioculture_rotor_primary_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/bioculture_rotor_secondary.json b/kubejs/assets/tfg/models/item/bioculture_rotor_secondary.json deleted file mode 100644 index 11b7547ac8..0000000000 --- a/kubejs/assets/tfg/models/item/bioculture_rotor_secondary.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/bioculture_rotor_secondary" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/bioculture_rotor_secondary_active.json b/kubejs/assets/tfg/models/item/bioculture_rotor_secondary_active.json deleted file mode 100644 index 5aa33a043f..0000000000 --- a/kubejs/assets/tfg/models/item/bioculture_rotor_secondary_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/bioculture_rotor_secondary_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/bioreactor.json b/kubejs/assets/tfg/models/item/bioreactor.json deleted file mode 100644 index 3da90f5bd6..0000000000 --- a/kubejs/assets/tfg/models/item/bioreactor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/bioreactor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/cooling_tower.json b/kubejs/assets/tfg/models/item/cooling_tower.json deleted file mode 100644 index 87f1fd1ad5..0000000000 --- a/kubejs/assets/tfg/models/item/cooling_tower.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/cooling_tower" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/dry_ice.json b/kubejs/assets/tfg/models/item/dry_ice.json deleted file mode 100644 index 3e14fce897..0000000000 --- a/kubejs/assets/tfg/models/item/dry_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/dry_ice" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/egh_planter.json b/kubejs/assets/tfg/models/item/egh_planter.json deleted file mode 100644 index e7d849abcd..0000000000 --- a/kubejs/assets/tfg/models/item/egh_planter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/egh_planter/egh_planter_inactive" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/electric_greenhouse.json b/kubejs/assets/tfg/models/item/electric_greenhouse.json deleted file mode 100644 index ac707342aa..0000000000 --- a/kubejs/assets/tfg/models/item/electric_greenhouse.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/electric_greenhouse" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/electromagnetic_accelerator.json b/kubejs/assets/tfg/models/item/electromagnetic_accelerator.json deleted file mode 100644 index a9144b2a5f..0000000000 --- a/kubejs/assets/tfg/models/item/electromagnetic_accelerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/electromagnetic_accelerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/ev_aqueous_accumulator.json deleted file mode 100644 index 5d6b40db86..0000000000 --- a/kubejs/assets/tfg/models/item/ev_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ev_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_food_oven.json b/kubejs/assets/tfg/models/item/ev_food_oven.json deleted file mode 100644 index ee84b41b63..0000000000 --- a/kubejs/assets/tfg/models/item/ev_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ev_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_food_processor.json b/kubejs/assets/tfg/models/item/ev_food_processor.json deleted file mode 100644 index 264a0fd80f..0000000000 --- a/kubejs/assets/tfg/models/item/ev_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ev_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_food_refrigerator.json b/kubejs/assets/tfg/models/item/ev_food_refrigerator.json deleted file mode 100644 index 9565200e25..0000000000 --- a/kubejs/assets/tfg/models/item/ev_food_refrigerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ev_food_refrigerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_gas_pressurizer.json b/kubejs/assets/tfg/models/item/ev_gas_pressurizer.json deleted file mode 100644 index d11321cc60..0000000000 --- a/kubejs/assets/tfg/models/item/ev_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ev_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/ev_railgun_item_loader_in.json deleted file mode 100644 index c7e9ea5df1..0000000000 --- a/kubejs/assets/tfg/models/item/ev_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/ev_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ev_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/ev_railgun_item_loader_out.json deleted file mode 100644 index 9438691ad8..0000000000 --- a/kubejs/assets/tfg/models/item/ev_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/ev_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/evaporation_tower.json b/kubejs/assets/tfg/models/item/evaporation_tower.json deleted file mode 100644 index f9f4db95eb..0000000000 --- a/kubejs/assets/tfg/models/item/evaporation_tower.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/evaporation_tower" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fire_resistance_salvo.json b/kubejs/assets/tfg/models/item/fire_resistance_salvo.json deleted file mode 100644 index c94e842f38..0000000000 --- a/kubejs/assets/tfg/models/item/fire_resistance_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/fire_resistance_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fish_roe.json b/kubejs/assets/tfg/models/item/fish_roe.json deleted file mode 100644 index 9e63137686..0000000000 --- a/kubejs/assets/tfg/models/item/fish_roe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/fish_roe_0", - "layer1": "tfg:item/fish_roe_0", - "layer2": "tfg:item/fish_roe_1", - "layer3": "tfg:item/fish_roe_2" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/glacian_wool.json b/kubejs/assets/tfg/models/item/glacian_wool.json deleted file mode 100644 index ec0ee6a1e7..0000000000 --- a/kubejs/assets/tfg/models/item/glacian_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/glacian_wool" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/mars_clay_dirt.json b/kubejs/assets/tfg/models/item/grass/mars_clay_dirt.json deleted file mode 100644 index cb3511aca9..0000000000 --- a/kubejs/assets/tfg/models/item/grass/mars_clay_dirt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/grass/mars_clay_dirt" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/mars_dirt.json b/kubejs/assets/tfg/models/item/grass/mars_dirt.json deleted file mode 100644 index 4839b278c5..0000000000 --- a/kubejs/assets/tfg/models/item/grass/mars_dirt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/grass/mars_dirt" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/mars_farmland.json b/kubejs/assets/tfg/models/item/grass/mars_farmland.json deleted file mode 100644 index e9b59dcbab..0000000000 --- a/kubejs/assets/tfg/models/item/grass/mars_farmland.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/grass/mars_farmland" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grass/mars_path.json b/kubejs/assets/tfg/models/item/grass/mars_path.json deleted file mode 100644 index 01a94bba0d..0000000000 --- a/kubejs/assets/tfg/models/item/grass/mars_path.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/grass/mars_path" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/grow_light.json b/kubejs/assets/tfg/models/item/grow_light.json deleted file mode 100644 index 3a593c0cac..0000000000 --- a/kubejs/assets/tfg/models/item/grow_light.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/egh_planter/grow_light_inactive" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/growth_chamber.json b/kubejs/assets/tfg/models/item/growth_chamber.json deleted file mode 100644 index 0d8710c8ef..0000000000 --- a/kubejs/assets/tfg/models/item/growth_chamber.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/growth_chamber" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/haste_pill.json b/kubejs/assets/tfg/models/item/haste_pill.json deleted file mode 100644 index 78f50953e9..0000000000 --- a/kubejs/assets/tfg/models/item/haste_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/haste_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/haste_tablet.json b/kubejs/assets/tfg/models/item/haste_tablet.json deleted file mode 100644 index f9c391d9f4..0000000000 --- a/kubejs/assets/tfg/models/item/haste_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/haste_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/heat_battery_mk1.json b/kubejs/assets/tfg/models/item/heat_battery_mk1.json deleted file mode 100644 index 7139bdd098..0000000000 --- a/kubejs/assets/tfg/models/item/heat_battery_mk1.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/heat_battery_mk1" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/hv_aqueous_accumulator.json deleted file mode 100644 index dddbd12e55..0000000000 --- a/kubejs/assets/tfg/models/item/hv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_food_oven.json b/kubejs/assets/tfg/models/item/hv_food_oven.json deleted file mode 100644 index 77fc5f0b9a..0000000000 --- a/kubejs/assets/tfg/models/item/hv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_food_processor.json b/kubejs/assets/tfg/models/item/hv_food_processor.json deleted file mode 100644 index d4f8b72de0..0000000000 --- a/kubejs/assets/tfg/models/item/hv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_food_refrigerator.json b/kubejs/assets/tfg/models/item/hv_food_refrigerator.json deleted file mode 100644 index 87c44e81d3..0000000000 --- a/kubejs/assets/tfg/models/item/hv_food_refrigerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hv_food_refrigerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/hv_gas_pressurizer.json deleted file mode 100644 index b60f4cb009..0000000000 --- a/kubejs/assets/tfg/models/item/hv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/hv_railgun_item_loader_in.json deleted file mode 100644 index ae16ea48cd..0000000000 --- a/kubejs/assets/tfg/models/item/hv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/hv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/hv_railgun_item_loader_out.json deleted file mode 100644 index 5a0c627b73..0000000000 --- a/kubejs/assets/tfg/models/item/hv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/hv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hydroponics_facility.json b/kubejs/assets/tfg/models/item/hydroponics_facility.json deleted file mode 100644 index 833ffb6b8a..0000000000 --- a/kubejs/assets/tfg/models/item/hydroponics_facility.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/hydroponics_facility" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/instant_health_salvo.json b/kubejs/assets/tfg/models/item/instant_health_salvo.json deleted file mode 100644 index ce53f77de3..0000000000 --- a/kubejs/assets/tfg/models/item/instant_health_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/instant_health_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/interplanetary_item_launcher.json b/kubejs/assets/tfg/models/item/interplanetary_item_launcher.json deleted file mode 100644 index 61b8bec3a2..0000000000 --- a/kubejs/assets/tfg/models/item/interplanetary_item_launcher.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/interplanetary_item_launcher" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/interplanetary_item_receiver.json b/kubejs/assets/tfg/models/item/interplanetary_item_receiver.json deleted file mode 100644 index 742ff97a39..0000000000 --- a/kubejs/assets/tfg/models/item/interplanetary_item_receiver.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/interplanetary_item_receiver" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/interplanetary_logistics_monitor.json b/kubejs/assets/tfg/models/item/interplanetary_logistics_monitor.json deleted file mode 100644 index 125c7b2a4d..0000000000 --- a/kubejs/assets/tfg/models/item/interplanetary_logistics_monitor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/interplanetary_logistics_monitor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/invisibility_salvo.json b/kubejs/assets/tfg/models/item/invisibility_salvo.json deleted file mode 100644 index 21b5ce0d69..0000000000 --- a/kubejs/assets/tfg/models/item/invisibility_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/invisibility_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json deleted file mode 100644 index dbb94dd368..0000000000 --- a/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/iv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_oven.json b/kubejs/assets/tfg/models/item/iv_food_oven.json deleted file mode 100644 index e8209881a2..0000000000 --- a/kubejs/assets/tfg/models/item/iv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/iv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_processor.json b/kubejs/assets/tfg/models/item/iv_food_processor.json deleted file mode 100644 index cc431f3689..0000000000 --- a/kubejs/assets/tfg/models/item/iv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/iv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_refrigerator.json b/kubejs/assets/tfg/models/item/iv_food_refrigerator.json deleted file mode 100644 index 8a5905cbe5..0000000000 --- a/kubejs/assets/tfg/models/item/iv_food_refrigerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/iv_food_refrigerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json deleted file mode 100644 index 27d67efb99..0000000000 --- a/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/iv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/iv_railgun_item_loader_in.json deleted file mode 100644 index 3b6b190899..0000000000 --- a/kubejs/assets/tfg/models/item/iv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/iv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/iv_railgun_item_loader_out.json deleted file mode 100644 index 4c7648f37a..0000000000 --- a/kubejs/assets/tfg/models/item/iv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/iv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luck_salvo.json b/kubejs/assets/tfg/models/item/luck_salvo.json deleted file mode 100644 index 600e33637c..0000000000 --- a/kubejs/assets/tfg/models/item/luck_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/luck_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_chorus_flower.json b/kubejs/assets/tfg/models/item/lunar_chorus_flower.json deleted file mode 100644 index dc807298fb..0000000000 --- a/kubejs/assets/tfg/models/item/lunar_chorus_flower.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/chorus_flower" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_chorus_plant.json b/kubejs/assets/tfg/models/item/lunar_chorus_plant.json deleted file mode 100644 index b0741a699a..0000000000 --- a/kubejs/assets/tfg/models/item/lunar_chorus_plant.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/chorus_plant" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json deleted file mode 100644 index 8296680dfe..0000000000 --- a/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/luv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_food_oven.json b/kubejs/assets/tfg/models/item/luv_food_oven.json deleted file mode 100644 index 17ce5e51fb..0000000000 --- a/kubejs/assets/tfg/models/item/luv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/luv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_food_processor.json b/kubejs/assets/tfg/models/item/luv_food_processor.json deleted file mode 100644 index f24b74800e..0000000000 --- a/kubejs/assets/tfg/models/item/luv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/luv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json deleted file mode 100644 index 1918175776..0000000000 --- a/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/luv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/luv_railgun_item_loader_in.json deleted file mode 100644 index df0f2bef2c..0000000000 --- a/kubejs/assets/tfg/models/item/luv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/luv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/luv_railgun_item_loader_out.json deleted file mode 100644 index f0139fdae2..0000000000 --- a/kubejs/assets/tfg/models/item/luv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/luv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/lv_aqueous_accumulator.json deleted file mode 100644 index c799a76116..0000000000 --- a/kubejs/assets/tfg/models/item/lv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/lv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_food_oven.json b/kubejs/assets/tfg/models/item/lv_food_oven.json deleted file mode 100644 index e892a6cda9..0000000000 --- a/kubejs/assets/tfg/models/item/lv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/lv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_food_processor.json b/kubejs/assets/tfg/models/item/lv_food_processor.json deleted file mode 100644 index 9bb0c1721e..0000000000 --- a/kubejs/assets/tfg/models/item/lv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/lv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/lv_gas_pressurizer.json deleted file mode 100644 index ba74ba5ff7..0000000000 --- a/kubejs/assets/tfg/models/item/lv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/lv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/lv_railgun_item_loader_in.json deleted file mode 100644 index 5dfe69ecdf..0000000000 --- a/kubejs/assets/tfg/models/item/lv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/lv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/lv_railgun_item_loader_out.json deleted file mode 100644 index 59d789aa40..0000000000 --- a/kubejs/assets/tfg/models/item/lv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/lv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_aluminium_plated_steel.json b/kubejs/assets/tfg/models/item/machine_casing_aluminium_plated_steel.json deleted file mode 100644 index 34ca5c4637..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_aluminium_plated_steel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_aluminium_plated_steel" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_bioculture.json b/kubejs/assets/tfg/models/item/machine_casing_bioculture.json deleted file mode 100644 index 08f56c0bdf..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_bioculture.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_bioculture" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_bioculture_glass.json b/kubejs/assets/tfg/models/item/machine_casing_bioculture_glass.json deleted file mode 100644 index 52a14400fa..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_bioculture_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_bioculture_glass" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_egh.json b/kubejs/assets/tfg/models/item/machine_casing_egh.json deleted file mode 100644 index c5ffeaec45..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_egh.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_egh" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_egh_active.json b/kubejs/assets/tfg/models/item/machine_casing_egh_active.json deleted file mode 100644 index bd4aa3466b..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_egh_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_egh_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_power_casing.json b/kubejs/assets/tfg/models/item/machine_casing_power_casing.json deleted file mode 100644 index a77205b251..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_power_casing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_power_casing" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes.json b/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes.json deleted file mode 100644 index 67c2cd71ce..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_sterilizing_pipes" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes_active.json b/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes_active.json deleted file mode 100644 index 4d44724083..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_sterilizing_pipes_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_sterilizing_pipes_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_ultraviolet.json b/kubejs/assets/tfg/models/item/machine_casing_ultraviolet.json deleted file mode 100644 index 42e9878e36..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_ultraviolet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_ultraviolet" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/machine_casing_ultraviolet_active.json b/kubejs/assets/tfg/models/item/machine_casing_ultraviolet_active.json deleted file mode 100644 index 274893c381..0000000000 --- a/kubejs/assets/tfg/models/item/machine_casing_ultraviolet_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/machine_casing_ultraviolet_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mars_ice.json b/kubejs/assets/tfg/models/item/mars_ice.json deleted file mode 100644 index 14f420372e..0000000000 --- a/kubejs/assets/tfg/models/item/mars_ice.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/mars_ice" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/mv_aqueous_accumulator.json deleted file mode 100644 index 79fe5ceb6d..0000000000 --- a/kubejs/assets/tfg/models/item/mv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/mv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_food_oven.json b/kubejs/assets/tfg/models/item/mv_food_oven.json deleted file mode 100644 index 2918a19880..0000000000 --- a/kubejs/assets/tfg/models/item/mv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/mv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_food_processor.json b/kubejs/assets/tfg/models/item/mv_food_processor.json deleted file mode 100644 index d5cf7ddf43..0000000000 --- a/kubejs/assets/tfg/models/item/mv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/mv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_food_refrigerator.json b/kubejs/assets/tfg/models/item/mv_food_refrigerator.json deleted file mode 100644 index 1022703518..0000000000 --- a/kubejs/assets/tfg/models/item/mv_food_refrigerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/mv_food_refrigerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/mv_gas_pressurizer.json deleted file mode 100644 index 96749074d6..0000000000 --- a/kubejs/assets/tfg/models/item/mv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/mv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/mv_railgun_item_loader_in.json deleted file mode 100644 index 106a14bc32..0000000000 --- a/kubejs/assets/tfg/models/item/mv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/mv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/mv_railgun_item_loader_out.json deleted file mode 100644 index d592c0dc0c..0000000000 --- a/kubejs/assets/tfg/models/item/mv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/mv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/night_vision_pill.json b/kubejs/assets/tfg/models/item/night_vision_pill.json deleted file mode 100644 index 9326a59ebc..0000000000 --- a/kubejs/assets/tfg/models/item/night_vision_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/night_vision_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/night_vision_tablet.json b/kubejs/assets/tfg/models/item/night_vision_tablet.json deleted file mode 100644 index b1cd8fd859..0000000000 --- a/kubejs/assets/tfg/models/item/night_vision_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/night_vision_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/nuclear_turbine.json b/kubejs/assets/tfg/models/item/nuclear_turbine.json deleted file mode 100644 index e0d7d0ab44..0000000000 --- a/kubejs/assets/tfg/models/item/nuclear_turbine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/nuclear_turbine" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ostrum_linear_accelerator.json b/kubejs/assets/tfg/models/item/ostrum_linear_accelerator.json deleted file mode 100644 index 88514629b5..0000000000 --- a/kubejs/assets/tfg/models/item/ostrum_linear_accelerator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ostrum_linear_accelerator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/paracetamol_pill.json b/kubejs/assets/tfg/models/item/paracetamol_pill.json deleted file mode 100644 index 845b7dea0e..0000000000 --- a/kubejs/assets/tfg/models/item/paracetamol_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "gtceu:item/paracetamol_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/piglin_disguise.json b/kubejs/assets/tfg/models/item/piglin_disguise.json deleted file mode 100644 index 7aa85aec49..0000000000 --- a/kubejs/assets/tfg/models/item/piglin_disguise.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/piglin_disguise_block" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/piglin_disguise_block.json b/kubejs/assets/tfg/models/item/piglin_disguise_block.json deleted file mode 100644 index 7aa85aec49..0000000000 --- a/kubejs/assets/tfg/models/item/piglin_disguise_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/piglin_disguise_block" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/black_sand.json b/kubejs/assets/tfg/models/item/pile/black_sand.json deleted file mode 100644 index 71dc654c82..0000000000 --- a/kubejs/assets/tfg/models/item/pile/black_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/black" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/brown_sand.json b/kubejs/assets/tfg/models/item/pile/brown_sand.json deleted file mode 100644 index eb7b2128a2..0000000000 --- a/kubejs/assets/tfg/models/item/pile/brown_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/brown" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/green_sand.json b/kubejs/assets/tfg/models/item/pile/green_sand.json deleted file mode 100644 index 4e91fee98a..0000000000 --- a/kubejs/assets/tfg/models/item/pile/green_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/green" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/hematitic_sand.json b/kubejs/assets/tfg/models/item/pile/hematitic_sand.json deleted file mode 100644 index 84b6a18bab..0000000000 --- a/kubejs/assets/tfg/models/item/pile/hematitic_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/red_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/hematitic_sand_covering.json b/kubejs/assets/tfg/models/item/pile/hematitic_sand_covering.json deleted file mode 100644 index 84b6a18bab..0000000000 --- a/kubejs/assets/tfg/models/item/pile/hematitic_sand_covering.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/red_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/mars_sand.json b/kubejs/assets/tfg/models/item/pile/mars_sand.json deleted file mode 100644 index 7d82204767..0000000000 --- a/kubejs/assets/tfg/models/item/pile/mars_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ad_astra:block/mars_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/mars_sand_covering.json b/kubejs/assets/tfg/models/item/pile/mars_sand_covering.json deleted file mode 100644 index dbb02a0b11..0000000000 --- a/kubejs/assets/tfg/models/item/pile/mars_sand_covering.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ad_astra:block/mars_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/mars_snow_covering.json b/kubejs/assets/tfg/models/item/pile/mars_snow_covering.json deleted file mode 100644 index a47ad0e83f..0000000000 --- a/kubejs/assets/tfg/models/item/pile/mars_snow_covering.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/pile/mars_snow" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/moon_sand.json b/kubejs/assets/tfg/models/item/pile/moon_sand.json deleted file mode 100644 index e9d6e0aa3f..0000000000 --- a/kubejs/assets/tfg/models/item/pile/moon_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ad_astra:block/moon_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/pink_sand.json b/kubejs/assets/tfg/models/item/pile/pink_sand.json deleted file mode 100644 index 91c009c3d5..0000000000 --- a/kubejs/assets/tfg/models/item/pile/pink_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/pink" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/red_sand.json b/kubejs/assets/tfg/models/item/pile/red_sand.json deleted file mode 100644 index 9a0cb6c47f..0000000000 --- a/kubejs/assets/tfg/models/item/pile/red_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/red" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/venus_sand.json b/kubejs/assets/tfg/models/item/pile/venus_sand.json deleted file mode 100644 index 36b263dd96..0000000000 --- a/kubejs/assets/tfg/models/item/pile/venus_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ad_astra:block/venus_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/venus_sand_covering.json b/kubejs/assets/tfg/models/item/pile/venus_sand_covering.json deleted file mode 100644 index 36b263dd96..0000000000 --- a/kubejs/assets/tfg/models/item/pile/venus_sand_covering.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ad_astra:block/venus_sand" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/volcanic_ash.json b/kubejs/assets/tfg/models/item/pile/volcanic_ash.json deleted file mode 100644 index 9d59a55c33..0000000000 --- a/kubejs/assets/tfg/models/item/pile/volcanic_ash.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/pile/volcanic_ash/ash_block" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/white_sand.json b/kubejs/assets/tfg/models/item/pile/white_sand.json deleted file mode 100644 index 0c24dd3d9f..0000000000 --- a/kubejs/assets/tfg/models/item/pile/white_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/white" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pile/yellow_sand.json b/kubejs/assets/tfg/models/item/pile/yellow_sand.json deleted file mode 100644 index 3aa5e7a09b..0000000000 --- a/kubejs/assets/tfg/models/item/pile/yellow_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfc:block/sand/yellow" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pisciculture_core.json b/kubejs/assets/tfg/models/item/pisciculture_core.json deleted file mode 100644 index 23c229771b..0000000000 --- a/kubejs/assets/tfg/models/item/pisciculture_core.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/pisciculture_core" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pisciculture_core_active.json b/kubejs/assets/tfg/models/item/pisciculture_core_active.json deleted file mode 100644 index 04803c454e..0000000000 --- a/kubejs/assets/tfg/models/item/pisciculture_core_active.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/pisciculture_core_active" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/pisciculture_fishery.json b/kubejs/assets/tfg/models/item/pisciculture_fishery.json deleted file mode 100644 index e8cc711751..0000000000 --- a/kubejs/assets/tfg/models/item/pisciculture_fishery.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/pisciculture_fishery" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/poison_pill.json b/kubejs/assets/tfg/models/item/poison_pill.json deleted file mode 100644 index 541236b03a..0000000000 --- a/kubejs/assets/tfg/models/item/poison_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/poison_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/poison_tablet.json b/kubejs/assets/tfg/models/item/poison_tablet.json deleted file mode 100644 index 5e13ef48ac..0000000000 --- a/kubejs/assets/tfg/models/item/poison_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/poison_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/progenitor_cells.json b/kubejs/assets/tfg/models/item/progenitor_cells.json deleted file mode 100644 index 2c664165b1..0000000000 --- a/kubejs/assets/tfg/models/item/progenitor_cells.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/progenitor_cells_0", - "layer1": "tfg:item/progenitor_cells_1", - "layer2": "tfg:item/progenitor_cells_2" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/rad_away_pill.json b/kubejs/assets/tfg/models/item/rad_away_pill.json deleted file mode 100644 index aaec1fa825..0000000000 --- a/kubejs/assets/tfg/models/item/rad_away_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "gtceu:item/rad_away_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/railgun_ammo_loader.json b/kubejs/assets/tfg/models/item/railgun_ammo_loader.json deleted file mode 100644 index 4449cc5d9e..0000000000 --- a/kubejs/assets/tfg/models/item/railgun_ammo_loader.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/railgun_ammo_loader" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/railgun_ammo_shell.json b/kubejs/assets/tfg/models/item/railgun_ammo_shell.json deleted file mode 100644 index 6728715b8d..0000000000 --- a/kubejs/assets/tfg/models/item/railgun_ammo_shell.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/railgun_ammo_shell" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/reflector.json b/kubejs/assets/tfg/models/item/reflector.json deleted file mode 100644 index c2c7224822..0000000000 --- a/kubejs/assets/tfg/models/item/reflector.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/reflector_night" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/regeneration_pill.json b/kubejs/assets/tfg/models/item/regeneration_pill.json deleted file mode 100644 index 5a4e8026ec..0000000000 --- a/kubejs/assets/tfg/models/item/regeneration_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/regeneration_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/regeneration_tablet.json b/kubejs/assets/tfg/models/item/regeneration_tablet.json deleted file mode 100644 index 27fb807c71..0000000000 --- a/kubejs/assets/tfg/models/item/regeneration_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/regeneration_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/resistance_salvo.json b/kubejs/assets/tfg/models/item/resistance_salvo.json deleted file mode 100644 index 2b4bba5a4f..0000000000 --- a/kubejs/assets/tfg/models/item/resistance_salvo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/resistance_salvo" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/rnr_plow.json b/kubejs/assets/tfg/models/item/rnr_plow.json deleted file mode 100644 index 1e6c78b958..0000000000 --- a/kubejs/assets/tfg/models/item/rnr_plow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/rnr_plow_item" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/rotten_voiding_cover.json b/kubejs/assets/tfg/models/item/rotten_voiding_cover.json deleted file mode 100644 index c4bbc38462..0000000000 --- a/kubejs/assets/tfg/models/item/rotten_voiding_cover.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfg:item/rotten_voiding_cover" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/single_itemstack_bus.json b/kubejs/assets/tfg/models/item/single_itemstack_bus.json deleted file mode 100644 index a8228de2be..0000000000 --- a/kubejs/assets/tfg/models/item/single_itemstack_bus.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/single_itemstack_bus" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/slowness_pill.json b/kubejs/assets/tfg/models/item/slowness_pill.json deleted file mode 100644 index 5b66f6a7b7..0000000000 --- a/kubejs/assets/tfg/models/item/slowness_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/slowness_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/slowness_tablet.json b/kubejs/assets/tfg/models/item/slowness_tablet.json deleted file mode 100644 index 61af42074c..0000000000 --- a/kubejs/assets/tfg/models/item/slowness_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/slowness_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/smr_generator.json b/kubejs/assets/tfg/models/item/smr_generator.json deleted file mode 100644 index 1d79809a30..0000000000 --- a/kubejs/assets/tfg/models/item/smr_generator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/smr_generator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/sniffer_egg.json b/kubejs/assets/tfg/models/item/sniffer_egg.json deleted file mode 100644 index ee27e4927e..0000000000 --- a/kubejs/assets/tfg/models/item/sniffer_egg.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "minecraft:item/sniffer_egg" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/sniffer_wool.json b/kubejs/assets/tfg/models/item/sniffer_wool.json deleted file mode 100644 index ce0429cbd5..0000000000 --- a/kubejs/assets/tfg/models/item/sniffer_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/sniffer_wool" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json b/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json deleted file mode 100644 index fff64c3325..0000000000 --- a/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:item/template_spawn_egg" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/moon_rabbit.json b/kubejs/assets/tfg/models/item/spawn_egg/moon_rabbit.json deleted file mode 100644 index fff64c3325..0000000000 --- a/kubejs/assets/tfg/models/item/spawn_egg/moon_rabbit.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:item/template_spawn_egg" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json b/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json deleted file mode 100644 index fff64c3325..0000000000 --- a/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:item/template_spawn_egg" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/surfer.json b/kubejs/assets/tfg/models/item/spawn_egg/surfer.json deleted file mode 100644 index fff64c3325..0000000000 --- a/kubejs/assets/tfg/models/item/spawn_egg/surfer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:item/template_spawn_egg" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json b/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json deleted file mode 100644 index fff64c3325..0000000000 --- a/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:item/template_spawn_egg" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/speed_pill.json b/kubejs/assets/tfg/models/item/speed_pill.json deleted file mode 100644 index faa19459c6..0000000000 --- a/kubejs/assets/tfg/models/item/speed_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/speed_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/speed_tablet.json b/kubejs/assets/tfg/models/item/speed_tablet.json deleted file mode 100644 index 881364bd11..0000000000 --- a/kubejs/assets/tfg/models/item/speed_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/speed_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/steam_bloomery.json b/kubejs/assets/tfg/models/item/steam_bloomery.json deleted file mode 100644 index f37cc19e8c..0000000000 --- a/kubejs/assets/tfg/models/item/steam_bloomery.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/steam_bloomery" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/steam_fuser.json b/kubejs/assets/tfg/models/item/steam_fuser.json deleted file mode 100644 index 421b4d1ca8..0000000000 --- a/kubejs/assets/tfg/models/item/steam_fuser.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/steam_fuser" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/steam_presser.json b/kubejs/assets/tfg/models/item/steam_presser.json deleted file mode 100644 index 5588b3d45e..0000000000 --- a/kubejs/assets/tfg/models/item/steam_presser.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/steam_presser" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/steam_squasher.json b/kubejs/assets/tfg/models/item/steam_squasher.json deleted file mode 100644 index e44a2bda65..0000000000 --- a/kubejs/assets/tfg/models/item/steam_squasher.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/steam_squasher" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/steam_thermal_centrifuge.json b/kubejs/assets/tfg/models/item/steam_thermal_centrifuge.json deleted file mode 100644 index 7854ac2af8..0000000000 --- a/kubejs/assets/tfg/models/item/steam_thermal_centrifuge.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/steam_thermal_centrifuge" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/superconductor_coil_large.json b/kubejs/assets/tfg/models/item/superconductor_coil_large.json deleted file mode 100644 index 45199ae81f..0000000000 --- a/kubejs/assets/tfg/models/item/superconductor_coil_large.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/superconductor_coil_large" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/superconductor_coil_small.json b/kubejs/assets/tfg/models/item/superconductor_coil_small.json deleted file mode 100644 index a099653041..0000000000 --- a/kubejs/assets/tfg/models/item/superconductor_coil_small.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/casings/superconductor_coil_small" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_in.json deleted file mode 100644 index 4f36ea159b..0000000000 --- a/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/uhv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_out.json deleted file mode 100644 index e1f86af7d8..0000000000 --- a/kubejs/assets/tfg/models/item/uhv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/uhv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_in.json deleted file mode 100644 index f714bf6c6f..0000000000 --- a/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/ulv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_out.json deleted file mode 100644 index f282d1b18c..0000000000 --- a/kubejs/assets/tfg/models/item/ulv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/ulv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json deleted file mode 100644 index 69628c0edf..0000000000 --- a/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/uv_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_food_oven.json b/kubejs/assets/tfg/models/item/uv_food_oven.json deleted file mode 100644 index ab8b6e79b1..0000000000 --- a/kubejs/assets/tfg/models/item/uv_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/uv_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_food_processor.json b/kubejs/assets/tfg/models/item/uv_food_processor.json deleted file mode 100644 index 91aa6746f1..0000000000 --- a/kubejs/assets/tfg/models/item/uv_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/uv_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json deleted file mode 100644 index d8db0dce15..0000000000 --- a/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/uv_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/uv_railgun_item_loader_in.json deleted file mode 100644 index a8ccb9ce8d..0000000000 --- a/kubejs/assets/tfg/models/item/uv_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/uv_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/uv_railgun_item_loader_out.json deleted file mode 100644 index 4df8f87efb..0000000000 --- a/kubejs/assets/tfg/models/item/uv_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/uv_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_smr_fluid_import_hatch.json b/kubejs/assets/tfg/models/item/uv_smr_fluid_import_hatch.json deleted file mode 100644 index 195e11671b..0000000000 --- a/kubejs/assets/tfg/models/item/uv_smr_fluid_import_hatch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/uv_smr_fluid_import_hatch" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/volcanic_ash.json b/kubejs/assets/tfg/models/item/volcanic_ash.json new file mode 100644 index 0000000000..c279af6eb2 --- /dev/null +++ b/kubejs/assets/tfg/models/item/volcanic_ash.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/volcanic_ash" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/water_breathing_pill.json b/kubejs/assets/tfg/models/item/water_breathing_pill.json deleted file mode 100644 index 5d8919992d..0000000000 --- a/kubejs/assets/tfg/models/item/water_breathing_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/water_breathing_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/water_breathing_tablet.json b/kubejs/assets/tfg/models/item/water_breathing_tablet.json deleted file mode 100644 index 0417d1a21c..0000000000 --- a/kubejs/assets/tfg/models/item/water_breathing_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/water_breathing_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/weakness_pill.json b/kubejs/assets/tfg/models/item/weakness_pill.json deleted file mode 100644 index c39e145a47..0000000000 --- a/kubejs/assets/tfg/models/item/weakness_pill.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/weakness_pill" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/weakness_tablet.json b/kubejs/assets/tfg/models/item/weakness_tablet.json deleted file mode 100644 index 811a696a28..0000000000 --- a/kubejs/assets/tfg/models/item/weakness_tablet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/weakness_tablet" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/wireless_card.json b/kubejs/assets/tfg/models/item/wireless_card.json deleted file mode 100644 index 57a71b7cb1..0000000000 --- a/kubejs/assets/tfg/models/item/wireless_card.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/wireless_card/wireless_card_base", - "layer1": "tfg:item/wireless_card/wireless_card_layer1", - "layer2": "tfg:item/wireless_card/wireless_card_layer2" - } -} diff --git a/kubejs/assets/tfg/models/item/wraptor_egg.json b/kubejs/assets/tfg/models/item/wraptor_egg.json deleted file mode 100644 index 787da8b8a0..0000000000 --- a/kubejs/assets/tfg/models/item/wraptor_egg.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "species:item/wraptor_egg" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/wraptor_wool.json b/kubejs/assets/tfg/models/item/wraptor_wool.json deleted file mode 100644 index bad6819a29..0000000000 --- a/kubejs/assets/tfg/models/item/wraptor_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "tfg:item/wraptor_wool" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json deleted file mode 100644 index 69e0de4c5c..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/zpm_aqueous_accumulator" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_food_oven.json b/kubejs/assets/tfg/models/item/zpm_food_oven.json deleted file mode 100644 index 1bc502636f..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_food_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/zpm_food_oven" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_food_processor.json b/kubejs/assets/tfg/models/item/zpm_food_processor.json deleted file mode 100644 index bffcb91879..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_food_processor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/zpm_food_processor" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json b/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json deleted file mode 100644 index f3ffa362aa..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/zpm_gas_pressurizer" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_in.json b/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_in.json deleted file mode 100644 index 04912a934c..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_in.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/zpm_railgun_item_loader_in" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_out.json b/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_out.json deleted file mode 100644 index 6cc40b5b62..0000000000 --- a/kubejs/assets/tfg/models/item/zpm_railgun_item_loader_out.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfg:block/machines/ports/zpm_railgun_item_loader_out" -} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png new file mode 100644 index 0000000000..5c0e087879 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png.mcmeta b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png.mcmeta new file mode 100644 index 0000000000..fc875b813a --- /dev/null +++ b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh.png.mcmeta @@ -0,0 +1,5 @@ +{ + "ldlib": { + "connection": "tfg:block/casings/machine_casing_egh_ctm" + } +} diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm.png new file mode 100644 index 0000000000..6a2818a12e Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_n.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_n.png new file mode 100644 index 0000000000..206d93753d Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_n.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_s.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_s.png new file mode 100644 index 0000000000..63e78928cb Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_ctm_s.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_n.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_n.png new file mode 100644 index 0000000000..b77416ed2b Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_n.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_s.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_s.png new file mode 100644 index 0000000000..e525e45644 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_egh_s.png differ diff --git a/kubejs/assets/tfg/textures/block/planets/venus/volcanic_ash.png b/kubejs/assets/tfg/textures/block/volcanic_ash.png similarity index 100% rename from kubejs/assets/tfg/textures/block/planets/venus/volcanic_ash.png rename to kubejs/assets/tfg/textures/block/volcanic_ash.png diff --git a/kubejs/assets/tfg/textures/item/rnr_plow_item.png b/kubejs/assets/tfg/textures/item/rnr_plow.png similarity index 100% rename from kubejs/assets/tfg/textures/item/rnr_plow_item.png rename to kubejs/assets/tfg/textures/item/rnr_plow.png diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 5b90b5ea36..24ed0371cd 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -119,7 +119,7 @@ const registerTooltips = (event) => { text.add(1, Text.translate('gtceu.tooltip.machine.coal_liquefaction_tower_1')); text.add(2, Text.translate('gtceu.tooltip.machine.coal_liquefaction_tower_2')); text.add(3, Text.translate('tfg.tooltip.machine.coil_speed_discount')); - text.add(4, Text.translate('tfg.tooltip.machine.two_energy_hatch')); + text.add(4, Text.translate('tfg.tooltip.machine.two_energy_hatches')); }) event.addAdvanced(['tfg:hydroponics_facility'], (item, advanced, text) => { text.add(1, Text.translate('tfg.tooltip.machine.hydroponics_facility_1')); diff --git a/kubejs/data/tfg/loot_tables/blocks/artisan_table.json b/kubejs/data/tfg/loot_tables/blocks/artisan_table.json deleted file mode 100644 index 59792a68bc..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/artisan_table.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:artisan_table" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json b/kubejs/data/tfg/loot_tables/blocks/ash_pile.json deleted file mode 100644 index b7b16c0a16..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfc:powder/wood_ash" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/dry_ice.json b/kubejs/data/tfg/loot_tables/blocks/dry_ice.json deleted file mode 100644 index d1d48cc84e..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/dry_ice.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:dry_ice" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/electromagnetic_accelerator.json b/kubejs/data/tfg/loot_tables/blocks/electromagnetic_accelerator.json deleted file mode 100644 index f51d33ec91..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/electromagnetic_accelerator.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:electromagnetic_accelerator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json deleted file mode 100644 index 077c8a603c..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:clay_ball", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json deleted file mode 100644 index 4ce1779c2d..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfc:kaolin_clay", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/amber_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/amber_mycelium.json deleted file mode 100644 index 01040dcf21..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/amber_mycelium.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:grass/mars_dirt" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json b/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json deleted file mode 100644 index 077c8a603c..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:clay_ball", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/mars_dirt.json b/kubejs/data/tfg/loot_tables/blocks/grass/mars_dirt.json deleted file mode 100644 index 01040dcf21..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/mars_dirt.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:grass/mars_dirt" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json b/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json deleted file mode 100644 index 01040dcf21..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:grass/mars_dirt" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json deleted file mode 100644 index 077c8a603c..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:clay_ball", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json deleted file mode 100644 index 4ce1779c2d..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfc:kaolin_clay", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_mycelium.json deleted file mode 100644 index 01040dcf21..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_mycelium.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:grass/mars_dirt" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json deleted file mode 100644 index 077c8a603c..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:clay_ball", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json deleted file mode 100644 index 4ce1779c2d..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfc:kaolin_clay", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_mycelium.json deleted file mode 100644 index 01040dcf21..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_mycelium.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:grass/mars_dirt" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json deleted file mode 100644 index c1e0b0905b..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/machine_casing_aluminium_plated_steel.json b/kubejs/data/tfg/loot_tables/blocks/machine_casing_aluminium_plated_steel.json deleted file mode 100644 index 3f6436b440..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/machine_casing_aluminium_plated_steel.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:machine_casing_aluminium_plated_steel" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json b/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json deleted file mode 100644 index fbf0b95379..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:piglin_disguise" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/reflector.json b/kubejs/data/tfg/loot_tables/blocks/reflector.json deleted file mode 100644 index ad8be401a2..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/reflector.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:reflector" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_large.json b/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_large.json deleted file mode 100644 index 31a379c4bf..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_large.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:superconductor_coil_large" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_small.json b/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_small.json deleted file mode 100644 index ceb24944dc..0000000000 --- a/kubejs/data/tfg/loot_tables/blocks/superconductor_coil_small.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:superconductor_coil_small" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/server_scripts/tfg/worldgen/tags.general_worldgen.js b/kubejs/server_scripts/tfg/worldgen/tags.general_worldgen.js index 0505b00953..3fb1f7f970 100644 --- a/kubejs/server_scripts/tfg/worldgen/tags.general_worldgen.js +++ b/kubejs/server_scripts/tfg/worldgen/tags.general_worldgen.js @@ -20,7 +20,6 @@ function registerTFGGeneralWorldgenItemTags(event) { event.add('c:hidden_from_recipe_viewers', 'tfg:pile/mars_sand_covering') event.add('c:hidden_from_recipe_viewers', 'tfg:pile/venus_sand_covering') event.add('c:hidden_from_recipe_viewers', 'tfg:pile/hematitic_sand_covering') - event.add('c:hidden_from_recipe_viewers', 'tfg:pile/mars_snow_covering') event.add('minecraft:wart_blocks', 'ad_astra:aeronos_cap') event.add('minecraft:wart_blocks', 'ad_astra:strophar_cap') @@ -96,6 +95,7 @@ function registerTFGGeneralWorldgenBlockTags(event) { event.add('minecraft:mineable/shovel', 'tfg:pile/mars_sand_covering') event.add('minecraft:mineable/shovel', 'tfg:pile/venus_sand_covering') event.add('minecraft:mineable/shovel', 'tfg:pile/hematitic_sand_covering') + event.add('minecraft:mineable/shovel', 'tfg:pile/volcanic_ash') event.add('minecraft:replaceable', 'tfg:ash_pile') event.add('minecraft:replaceable', 'tfg:pile/black_sand') @@ -112,6 +112,7 @@ function registerTFGGeneralWorldgenBlockTags(event) { event.add('minecraft:replaceable', 'tfg:pile/mars_sand_covering') event.add('minecraft:replaceable', 'tfg:pile/venus_sand_covering') event.add('minecraft:replaceable', 'tfg:pile/hematitic_sand_covering') + event.add('minecraft:replaceable', 'tfg:pile/volcanic_ash') event.add('minecraft:replaceable', '#tfc:loose_rocks') } diff --git a/kubejs/startup_scripts/tfg/blocks.casings.js b/kubejs/startup_scripts/tfg/blocks.casings.js deleted file mode 100644 index a1b073fe22..0000000000 --- a/kubejs/startup_scripts/tfg/blocks.casings.js +++ /dev/null @@ -1,286 +0,0 @@ -"use strict"; - -function registerTFGCasingBlocks(event) { - - global.TFG_MACHINE_CASINGS.forEach(type => { - event.create(`tfg:casings/${type}`) - .translationKey(`block.tfg.casings.${type}`) - .model(`tfg:block/casings/${type}`) - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_light_gray') - }) - - event.create(`tfg:casings/machine_casing_stainless_evaporation`) - .translationKey(`block.tfg.casings.machine_casing_stainless_evaporation`) - .model(`tfg:block/casings/machine_casing_stainless_evaporation`) - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_light_gray') - - event.create('tfg:casings/machine_casing_vacuum_engine_intake', 'gtceu:active') - .translationKey('block.tfg.casings.machine_casing_vacuum_engine_intake') - .soundType('metal') - .resistance(6).hardness(5) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .requiresTool(true) - .mapColor('color_light_gray') - - event.create('tfg:casings/machine_casing_bioculture') - .translationKey('block.tfg.casings.machine_casing_bioculture') - .model('tfg:block/casings/machine_casing_bioculture') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_red') - - event.create('tfg:casings/machine_casing_bioculture_glass') - .translationKey('block.tfg.casings.machine_casing_bioculture_glass') - .model('tfg:block/casings/machine_casing_bioculture_glass') - .soundType('glass') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfc:mineable_with_glass_saw') - .tagBoth('tfg:casings') - .mapColor('color_orange') - .defaultTranslucent() - - event.create('tfg:casings/bioculture_rotor_primary', 'tfg:active_particle_emitter') - .translationKey('block.tfg.casings.bioculture_rotor_primary') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('color_light_gray') - .activeParticles(a => a - .range(1.6, 2, 1.6) - .velocity(0, 0, 0) - .particle('minecraft:landing_lava') - .count(10) - .forced(false)) - - event.create('tfg:casings/bioculture_rotor_secondary', 'gtceu:active') - .translationKey('block.tfg.casings.bioculture_rotor_secondary') - .model('tfg:block/casings/bioculture_rotor_secondary') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('color_light_gray') - - event.create('tfg:casings/machine_casing_ultraviolet', 'gtceu:active') - .translationKey('block.tfg.casings.machine_casing_ultraviolet') - .soundType('glass') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_light_gray') - - event.create('tfg:casings/heat_pipe_casing') - .translationKey('block.tfg.casings.heat_pipe_casing') - .model('tfg:block/casings/heat_pipe_casing') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_black') - - event.create('tfg:sample_rack', 'tfg:active_cardinal') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('color_light_gray') - .notSolid() - .renderType('cutout') - .opaque(false) - - event.create('tfg:growth_monitor', 'tfg:active_cardinal') - .soundType('copper') - .hardness(5) - .resistance(6) - .lightLevel(0.8) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('color_light_gray') - .notSolid() - .renderType('cutout') - .opaque(false) - - event.create('tfg:casings/machine_casing_sterilizing_pipes', 'tfg:active_cardinal') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_brown') - - event.create('tfg:cultivation_monitor', 'tfg:active_cardinal') - .soundType('copper') - .hardness(5) - .resistance(6) - .lightLevel(0.8) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('color_light_gray') - .notSolid() - .noCollision() - .renderType('cutout') - .opaque(false); - - event.create('tfg:egh_planter', 'tfg:active_particle_emitter') - .translationKey('block.tfg.egh_planter') - .soundType('copper') - .hardness(5) - .resistance(6) - .notSolid() - .activeLight(12) - .inactiveLight(0) - .renderType('cutout') - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('grass') - .activeParticles(a => a - .range(0.2, 0.0, 0.2) - .velocity(0.0, 0.0, 0.0) - .position(0.5, -0.1, 0.5) - .count(1) - .particle('minecraft:dripping_water') - .forced(false)) - .hasTicker(true) - .emitDelay(200) - .tagBlock('tfc:tree_grows_on') - .tagBlock('tfc:bush_plantable_on') - .tagBlock('tfc:wild_crop_grows_on') - .tagBlock('tfc:spreading_fruit_grows_on') - .tagBlock('tfc:grass_plantable_on') - .tagBlock('tfc:creeping_plantable_on') - .tagBlock('minecraft:mushroom_grow_block') - .tagBlock('minecraft:bamboo_plantable_on') - .tagBoth('tfc:farmland'); - - event.create('tfg:grow_light', 'tfg:active_particle_emitter') - .translationKey('block.tfg.grow_light') - .soundType('copper') - .hardness(5) - .resistance(6) - .notSolid() - .box(0, 12, 0, 16, 16, 16, true) - .activeLight(12) - .inactiveLight(0) - .renderType('cutout') - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .mapColor('grass') - .activeParticles(a => a - .range(0.2, 0.0, 0.2) - .velocity(0.0, 0.0, 0.0) - .position(0.5, 0.5, 0.5) - .count(1) - .particle('minecraft:dripping_water') - .forced(false)) - .hasTicker(true) - .emitDelay(200); - - event.create('tfg:pisciculture_core', 'tfg:active_particle_emitter') - .translationKey('block.tfg.pisciculture_core') - .soundType('copper') - .hardness(5) - .resistance(6) - .activeLight(12) - .inactiveLight(0) - .renderType('cutout') - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .activeParticles(a => a - .particle('tfg:fish_school') - .position(0.5, 1.5, 0.5) - .range(0.0, 2.0, 0.0) - .velocity(0.0, 0.0, 0.0) - .count(5) - .forced(false)) - .activeParticles(a => a - .particle('minecraft:current_down') - .position(0.0, 3.8, 0.0) - .range(5.0, 0.0, 5.0) - .velocity(0.0, 0.1, 0.0) - .count(5) - .forced(false)) - .activeParticles(a => a - .particle('minecraft:current_down') - .position(0.0, 3.8, 0.0) - .range(0.5, 0.0, 0.5) - .velocity(0.0, 0.1, 0.0) - .count(5) - .forced(false)) - .hasTicker(true) - .emitDelay(20); - - event.create('tfg:casings/machine_casing_egh', 'gtceu:active') - .translationKey('block.tfg.casings.machine_casing_egh') - .soundType('metal') - .hardness(5) - .resistance(6) - .tagBlock('gtceu:mineable/pickaxe_or_wrench') - .tagBoth('tfg:casings') - .mapColor('color_light_gray'); - - /** - * @type {string[]} - Tier names of greenhouse casings. - */ - const greenhouse_tiers = ['treated_wood', 'copper', 'iron', 'stainless']; - - greenhouse_tiers.forEach(tier => { - for (let i = 0; i <= 4; i++) { - - let r = event.create(`tfg:casings/greenhouse/${tier}_greenhouse_casing_${i}`) - .translationKey(`block.tfg.casings.greenhouse.${tier}_greenhouse_casing_${i}`) - .hardness(0.3) - .resistance(0.3) - .soundType('glass') - .requiresTool(true) - .tagBoth('tfg:casings') - .tagBoth('tfc:mineable_with_glass_saw') - .tagBoth('firmalife:greenhouse') - .tagBoth('firmalife:greenhouse_full_walls') - .tagBoth('tfg:all_greenhouse_casings') - - // Exception of shame V - if (tier === 'stainless') { - r.tagBoth(`firmalife:${tier}_steel_greenhouse`) - r.tagBoth(`tfg:${tier}_steel_greenhouse_casings`) - r.tagBlock(`firmalife:all_${tier}_steel_greenhouse`) - } else { - r.tagBoth(`firmalife:${tier}_greenhouse`) - r.tagBoth(`tfg:${tier}_greenhouse_casings`) - r.tagBlock(`firmalife:all_${tier}_greenhouse`) - }; - - if (tier === 'treated_wood') { - r.tagBlock('minecraft:mineable/axe') - } else { - r.tagBlock('minecraft:mineable/pickaxe') - }; - - if (i > 2) { - r.defaultTranslucent() - } else { - r.defaultCutout() - }; - }; - }); - - event.create('tfg:casings/test_casing') - .soundType('copper') - .hardness(5) - .resistance(6) - .tagBoth('c:hidden_from_recipe_viewers') - -} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.js b/kubejs/startup_scripts/tfg/blocks.js index 68aa954ed2..d6e802c48d 100644 --- a/kubejs/startup_scripts/tfg/blocks.js +++ b/kubejs/startup_scripts/tfg/blocks.js @@ -16,7 +16,6 @@ const registerTFGBlocks = (event) => { registerTFGWorldGenVenusDecoBlocks(event) registerTFGWorldGenEuropaDecoBlocks(event) - registerTFGCasingBlocks(event) registerTFGNuclearBlocks(event) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 84d16156d5..8951db3b37 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -92,22 +92,6 @@ global.VENUS_BIOMES = [ 'tfg:venus/scorching_volcanoes' ] -/** - * @type {string[]} - Block Names - */ -global.TFG_MACHINE_CASINGS = [ - 'machine_casing_clean_stainless_steel_desh', - 'machine_casing_desh_ptfe', - 'machine_casing_iron_desh', - 'machine_casing_ptfe_desh', - 'machine_casing_stainless_steel_desh', - 'machine_casing_blue_solar_panel', - 'machine_casing_green_solar_panel', - 'machine_casing_red_solar_panel', - 'machine_casing_mars', - 'machine_casing_ostrum_carbon' -]; - /** * @type {string[]} - Circuit Tiers */