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 new file mode 100644 index 000000000..51fb076f7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/casings/machine_casing_ostrum_carbon.json @@ -0,0 +1 @@ +{"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/concrete/polished_titanium_concrete.json b/kubejs/assets/tfg/models/block/concrete/polished_titanium_concrete.json new file mode 100644 index 000000000..1aa5fc507 --- /dev/null +++ b/kubejs/assets/tfg/models/block/concrete/polished_titanium_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "tfg:block/polished_titanium_concrete" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/concrete/titanium_concrete.json b/kubejs/assets/tfg/models/block/concrete/titanium_concrete.json new file mode 100644 index 000000000..8328c13fa --- /dev/null +++ b/kubejs/assets/tfg/models/block/concrete/titanium_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "tfg:block/titanium_concrete" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png new file mode 100644 index 000000000..1538c493e Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png.mcmeta b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png.mcmeta new file mode 100644 index 000000000..1d8dd341a --- /dev/null +++ b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon.png.mcmeta @@ -0,0 +1,5 @@ +{ + "ldlib": { + "connection": "tfg:block/casings/machine_casing_ostrum_carbon_ctm" + } +} diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon_ctm.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon_ctm.png new file mode 100644 index 000000000..20c32fcc3 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_ostrum_carbon_ctm.png differ diff --git a/kubejs/assets/tfg/textures/block/polished_titanium_concrete.png b/kubejs/assets/tfg/textures/block/polished_titanium_concrete.png new file mode 100644 index 000000000..185ff9e63 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/polished_titanium_concrete.png differ diff --git a/kubejs/assets/tfg/textures/block/titanium_concrete.png b/kubejs/assets/tfg/textures/block/titanium_concrete.png new file mode 100644 index 000000000..d2b2159cd Binary files /dev/null and b/kubejs/assets/tfg/textures/block/titanium_concrete.png differ diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 84bda4e36..33d6337ca 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -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' ]; /**