cooling tower blocks (#1909)
This commit is contained in:
parent
79cd42e428
commit
04fa4cd9db
9 changed files with 20 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_ostrum_carbon"}}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tfg:block/polished_titanium_concrete"
|
||||
}
|
||||
}
|
||||
|
|
@ -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 |
|
|
@ -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 |
BIN
kubejs/assets/tfg/textures/block/polished_titanium_concrete.png
Normal file
BIN
kubejs/assets/tfg/textures/block/polished_titanium_concrete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
kubejs/assets/tfg/textures/block/titanium_concrete.png
Normal file
BIN
kubejs/assets/tfg/textures/block/titanium_concrete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
|
|
@ -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'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue