Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name "Draconic Fusion Crafting"
- Every tick do
- Input fe:: from EnderCell
- Output fe:: to Injector
- End
- -- Chaotic Core Crafting
- Every 20 ticks do
- If Barrel slots 0 has = 5 "large_chaos_frag" Then
- Input from Barrel slots 0
- Output 1 to Core slots 0
- Output 1 to each Injector
- forget
- end
- -- Move item to core
- Input from Barrel slots 0
- Output to Core slots 0
- forget
- -- Move item to injectors
- Input from Barrel slots 1-26
- Output 1 to each Injector
- forget
- -- Move core output to ME Interface
- Input from Core slots 1
- Output to Interface
- End
Add Comment
Please, Sign In to add comment