ae2 script fix
- fix uncraftable singularity - ONE formatting fix
This commit is contained in:
@@ -322,8 +322,10 @@ ServerEvents.recipes((event) => {
|
||||
.duration(200)
|
||||
.EUt(24);
|
||||
|
||||
greg.lathe("fluix_lathing")
|
||||
greg
|
||||
.lathe("fluix_lathing")
|
||||
.itemInputs("ae2:fluix_crystal")
|
||||
.itemOutputs("gtceu:fluix_rod")
|
||||
.duration(200).EUt(8)
|
||||
.duration(200)
|
||||
.EUt(8);
|
||||
});
|
||||
|
||||
@@ -6,7 +6,6 @@ ServerEvents.recipes((event) => {
|
||||
event.remove({ output: itemName });
|
||||
event.remove({ input: itemName });
|
||||
};
|
||||
event.remove({ type: "ae2:transform" });
|
||||
event.remove({ type: "ae2:entropy" });
|
||||
event.remove({ type: "ae2:charger" });
|
||||
event.remove({ type: "ae2:inscriber" });
|
||||
|
||||
Reference in New Issue
Block a user