missed some stuff

This commit is contained in:
htmlcsjs
2025-12-26 12:08:15 +00:00
parent 950b04a56f
commit 8b4767e316
2 changed files with 15 additions and 1 deletions

View File

@@ -375,6 +375,20 @@ ServerEvents.recipes((event) => {
.duration(100) .duration(100)
.EUt(24); .EUt(24);
// Fluix Plate
greg
.compressor("gtceu:fluix_plate_to_dust")
.itemInputs("#forge:dusts/fluix")
.itemOutputs(ChemicalHelper.get(TagPrefix.plate, GTMaterialRegistry.getMaterial("fluix"), 1))
.duration(400)
.EUt(2);
greg
.cutter("gtceu:fluix_block_to_plate")
.itemInputs("ae2:fluix_block")
.itemOutputs(ChemicalHelper.get(TagPrefix.plate, GTMaterialRegistry.getMaterial("fluix"), 4))
.duration(400)
.EUt(GTValues.VA[GTValues.LV]);
// Logic Processor // Logic Processor
event.remove({ id: "ae2:inscriber/logic_processor" }); event.remove({ id: "ae2:inscriber/logic_processor" });
greg greg

View File

@@ -5,7 +5,7 @@ GTCEuStartupEvents.registry("gtceu:material", (event) => {
.components("1x nether_quartz", "1x certus_quartz", "1x redstone") .components("1x nether_quartz", "1x certus_quartz", "1x redstone")
.color(0x8f5ccb) .color(0x8f5ccb)
.iconSet(GTMaterialIconSet.DULL) .iconSet(GTMaterialIconSet.DULL)
.flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR, GTMaterialFlags.FLAMMABLE); .flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR);
/* /*
event event