quests+kubejs quick commit
quests and kjs arent finished but the pack should be playable lmk if anything is wildly broken
This commit is contained in:
@@ -4,21 +4,21 @@ ServerEvents.recipes(event => {
|
||||
event.remove({id: "ae2:inscriber/silicon_press"})
|
||||
greg.laser_engraver("gtceu:inscriber_silicon_press")
|
||||
.itemInputs("#forge:plates/steel")
|
||||
.notConsumable("gtceu:light_blue_glass_lens")
|
||||
.notConsumable("gtceu:sapphire_lens")
|
||||
.itemOutputs("ae2:silicon_press")
|
||||
.duration(500).EUt(120)
|
||||
// Logic
|
||||
event.remove({id: "ae2:inscriber/logic_press"})
|
||||
greg.laser_engraver("gtceu:inscriber_logic_press")
|
||||
.itemInputs("#forge:plates/steel")
|
||||
.notConsumable("gtceu:green_glass_lens")
|
||||
.notConsumable("gtceu:emerald_lens")
|
||||
.itemOutputs("ae2:logic_processor_press")
|
||||
.duration(500).EUt(120)
|
||||
// Engineering
|
||||
event.remove({id: "ae2:inscriber/engineering_press"})
|
||||
greg.laser_engraver("gtceu:inscriber_engineering_press")
|
||||
.itemInputs("#forge:plates/steel")
|
||||
.notConsumable("gtceu:red_glass_lens")
|
||||
.notConsumable("gtceu:ruby_lens")
|
||||
.itemOutputs("ae2:engineering_processor_press")
|
||||
.duration(500).EUt(120)
|
||||
// Calculation
|
||||
|
||||
Reference in New Issue
Block a user