Skip to content

Commit b471b47

Browse files
Crazyman503LuziferSenpai
authored andcommitted
fixed dragon breath softlock
1 parent f95a4a8 commit b471b47

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

kubejs/server_scripts/common/systems/draco_infusion.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ ServerEvents.recipes(event => {
1919
event.remove({id: 'minecraft:popped_chorus_fruit'});
2020
event.replaceInput({ input: 'minecraft:popped_chorus_fruit' },'minecraft:popped_chorus_fruit','minecraft:chorus_fruit');
2121
event.recipes.gtceu.assembly_line(id('true_absolute_chorus'))
22-
.itemInputs('kubejs:voidic_core', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit',
23-
'64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit',
24-
'64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit',
25-
'64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit', '64x minecraft:popped_chorus_fruit')
26-
.inputFluids('gtceu:dragon_breath 1500')
22+
.itemInputs('kubejs:voidic_core', '1024x minecraft:popped_chorus_fruit')
23+
.inputFluids('gtceu:ender_air 5000000')
2724
.itemOutputs('kubejs:true_absolute_chorus')
2825
.duration(12000)
2926
.stationResearch(

0 commit comments

Comments
 (0)