Improve how the fluix material is handled

This commit is contained in:
htmlcsjs
2025-12-26 11:36:04 +00:00
parent c770a68d34
commit 950b04a56f
3 changed files with 12 additions and 10 deletions

View File

@@ -375,14 +375,6 @@ ServerEvents.recipes((event) => {
.duration(100)
.EUt(24);
greg
.lathe("fluix_lathing")
.itemInputs("ae2:fluix_crystal")
.itemOutputs("gtceu:fluix_rod")
.duration(200)
.EUt(8);
// Logic Processor
event.remove({ id: "ae2:inscriber/logic_processor" });
greg