Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
6a61d34ae6
3 changed files with 112 additions and 0 deletions
19
kubejs/assets/tfg/blockstates/nuclear_turbine.json
Normal file
19
kubejs/assets/tfg/blockstates/nuclear_turbine.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
90
kubejs/assets/tfg/models/block/machines/nuclear_turbine.json
Normal file
90
kubejs/assets/tfg/models/block/machines/nuclear_turbine.json
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/nuclear_turbine.json
Normal file
3
kubejs/assets/tfg/models/item/nuclear_turbine.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/machines/nuclear_turbine"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue