cooling tower blocks (#1909)

This commit is contained in:
GameStar 2025-09-26 21:47:54 -05:00 committed by GitHub
parent 79cd42e428
commit 04fa4cd9db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1 @@
{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_ostrum_carbon"}}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/polished_titanium_concrete"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/titanium_concrete"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

View file

@ -0,0 +1,5 @@
{
"ldlib": {
"connection": "tfg:block/casings/machine_casing_ostrum_carbon_ctm"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -113,7 +113,8 @@ global.TFG_MACHINE_CASINGS = [
'machine_casing_blue_solar_panel',
'machine_casing_green_solar_panel',
'machine_casing_red_solar_panel',
'machine_casing_mars'
'machine_casing_mars',
'machine_casing_ostrum_carbon'
];
/**