missed some stuff
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user