neuralgia/kubejs/assets/tfg/models/block/machines/electric_greenhouse.json
Redeix 900e1de8e9
The big green PR (#2694)
* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* firmalife gh stuff

* chloroplasts and brick regex

* gh recipes

* pisciculture fishery

* I am going insane

* more casings = more gooder

* rotten voiding cover

* greenhouse glory

* Is this it chat

* not needed

Signed-off-by: Redeix <redeix.m@gmail.com>

* missed in conflicts

Signed-off-by: Redeix <redeix.m@gmail.com>

* consumerism

* re-add tag import

* remove unused object map

* id normalizer function

---------

Signed-off-by: Redeix <redeix.m@gmail.com>
2026-01-10 19:30:46 -06:00

147 lines
No EOL
5.4 KiB
JSON

{
"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
]
]
}
]
}