From d7a47307c3ac0c2712e512c43591803ee276fa53 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 28 Jun 2025 00:57:50 +0100 Subject: [PATCH] removed the other ad astra material components (for now) --- kubejs/startup_scripts/ad_astra/materials.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index 8f6b53872..6c042c180 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -29,11 +29,9 @@ const registerAdAstraMaterials = (event) => { GTMaterialFlags.GENERATE_DENSE ) - // TODO: remove the components until we know what to put in them - // mars? event.create('ostrum') - .components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') + //.components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') .color(0xbd7980) .secondaryColor(0xA66C8D) .iconSet(GTMaterialIconSet.getByName('tfc_cassiterite')) @@ -46,7 +44,7 @@ const registerAdAstraMaterials = (event) => { // venus? event.create('calorite') - .components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') + //.components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') .color(0xC94D4E) .secondaryColor(0x9A296A) .iconSet(GTMaterialIconSet.getByName('tfc_copper')) @@ -59,7 +57,7 @@ const registerAdAstraMaterials = (event) => { // ??? event.create('etrium') - .components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') + //.components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') .color(0x7BFCD7) .secondaryColor(0x3582D2) .iconSet(GTMaterialIconSet.getByName('tfc_silver'))