Untitled
unknown
plain_text
3 months ago
25 kB
258
Indexable
-- Input label: INPUT
-- Infusion core label: CORE
-- Infusion injectors label: INJECTORS
-- Me pattern provider label: SYSTEM
every 60 ticks do
if "INPUT" has >= 7 * and "CORE" has = 0 * and every "INJECTORS" has = 0 * then
-- 4x AWAKENED DRACONIUM BLOCK
if "INPUT" has >= 1 draconicevolution:dragon_heart -- KEY
and "INPUT" has >= 4 draconicevolution:draconium_block
and "INPUT" has >= 6 draconicevolution:draconium_core then
input 1 draconicevolution:dragon_heart, 6 draconicevolution:draconium_core from "INPUT"
output to "INJECTORS"
input 4 draconicevolution:draconium_block from "INPUT"
output to "CORE"
-- CHAOTIC STAFF OF POWER
-- USING DRACONIC STAFF OF POWER
else if "INPUT" has >= 1 draconicevolution:draconic_staff -- KEY
and "INPUT" has >= 3 draconicevolution:chaotic_energy_core
and "INPUT" has >= 2 draconicevolution:awakened_core
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 2 draconicevolution:large_chaos_frag
and "INPUT" has >= 2 draconicevolution:medium_chaos_frag then -- why medium is named small (╯°□°)╯︵ ┻━┻
input 3 draconicevolution:chaotic_energy_core, 2 draconicevolution:awakened_core,
1 draconicevolution:chaotic_core, 2 draconicevolution:large_chaos_frag,
2 draconicevolution:medium_chaos_frag from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_staff from "INPUT"
output to "CORE"
-- CHAOTIC STAFF OF POWER
-- USING CHAOTIC TOOLS
else if "INPUT" has >= 1 draconicevolution:chaotic_picaxe -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_shovel
and "INPUT" has >= 1 draconicevolution:chaotic_sword
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 6 draconicevolution:medium_chaos_frag then
input 1 draconicevolution:chaotic_picaxe, 1 draconicevolution:chaotic_shovel,
1 draconicevolution:chaotic_sword, 1 draconicevolution:chaotic_energy_core,
6 draconicevolution:medium_chaos_frag from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:chaotic_core from "INPUT"
output to "CORE"
else if "INPUT" has >= 4 draconicevolution:awakened_draconium_ingot then
-- DRACONIC CORE
if "INPUT" has >= 1 minecraft:nether_star -- KEY
and "INPUT" has >= 4 draconicevolution:wyvern_core then
input 4 draconicevolution:wyvern_core, 4 draconicevolution:awakened_draconium_ingot from "INPUT"
output to "INJECTORS"
input 1 minecraft:nether_star from "INPUT"
output to "CORE"
-- DRACOIC REACTOR CORE
else if "INPUT" has >= 1 draconicevolution:chaos_shard -- KEY
and "INPUT" has >= 3 draconicevolution:draconium_ingot
and "INPUT" has >= 2 draconicevolution:large_chaos_frag then
input 3 draconicevolution:draconium_ingot, 4 draconicevolution:awakened_draconium_ingot,
2 draconicevolution:large_chaos_frag from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:chaos_shard from "INPUT"
output to "CORE"
-- DRACNIC CAPACITOR
else if "INPUT" has >= 1 draconicevolution:wyvern_capacitor -- KEY
and "INPUT" has >= 1 draconicevolution:awakened_core
and "INPUT" has >= 3 draconicevolution:draconic_energy_core then
input 4 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:awakened_core,
3 draconicevolution:draconic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_capacitor from "INPUT"
output to "CORE"
-- CHAOTIC CAPACITOR
else if "INPUT" has >= 1 draconicevolution:draconic_capacitor -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 3 draconicevolution:chaotic_energy_core then
input 4 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
3 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_capacitor from "INPUT"
output to "CORE"
end -- "INPUT" has >= 1 minecraft:nether_star -- KEY
else if "INPUT" has >= 1 draconicevolution:wyvern_core then
-- WYVERN FUSION CRAFTING INJECTOR
if "INPUT" has >= 1 draconicevolution:basic_crafting_injector -- KEY
and "INPUT" has >= 1 draconicevolution:draconium_block
and "INPUT" has >= 4 minecraft:diamond
and "INPUT" has >= 2 draconicevolution:draconium_core then
input 1 draconicevolution:wyvern_core, 4 minecraft:diamond, 2 draconicevolution:draconium_core,
1 draconicevolution:draconium_block from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:basic_crafting_injector from "INPUT"
output to "CORE"
end -- "INPUT" has >= 1 draconicevolution:basic_crafting_injector -- KEY
if "INPUT" has >= 4 draconicevolution:draconium_ingot then
-- ADVANCED DISLOCATOR
if "INPUT" has >= 1 draconicevolution:dislocator -- KEY
and "INPUT" has >= 4 draconicevolution:draconium_ingot
and "INPUT" has >= 3 minecraft:ender_pearl then
input 4 draconicevolution:draconium_ingot, 1 draconicevolution:wyvern_core, 1 minecraft:ender_pearl from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:dislocator from "INPUT"
output to "CORE"
-- REACTOR ENERGY INJECTOR
else if "INPUT" has >= 4 draconicevolution:reactor_prt_in_rotor -- KEY
and "INPUT" has >= 4 draconicevolution:draconium_ingot
and "INPUT" has >= 2 minecraft:iron_ingot then
input 4 draconicevolution:reactor_prt_in_rotor, 4 draconicevolution:draconium_ingot,
2 minecraft:iron_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_core from "INPUT"
output to "CORE"
end -- "INPUT" has >= 1 draconicevolution:dislocator -- KEY
end -- "INPUT" has >= 4 draconicevolution:draconium_ingot then
if "INPUT" has >= 1 draconicevolution:draconic_energy_core then
-- DRACONIC BOW
if "INPUT" has >= 1 draconicevolution:wyvern_bow -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 2 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 2 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_bow from "INPUT"
output to "CORE"
-- REACTOR STABILIZER
else if "INPUT" has >= 1 draconicevolution:reactor_stabilizer_frame -- KEY
and "INPUT" has >= 3 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 1 draconicevolution:large_chaos_frag
and "INPUT" has >= 1 draconicevolution:reactor_prt_focus_ring
and "INPUT" has >= 1 draconicevolution:reactor_prt_rotor_full
and "INPUT" has >= 1 minecraft:chaotic_core then
input 3 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:draconic_energy_core,
1 draconicevolution:large_chaos_frag, 1 draconicevolution:reactor_prt_focus_ring,
1 draconicevolution:reactor_prt_rotor_full, 1 minecraft:chaotic_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:reactor_stabilizer_frame from "INPUT"
output to "CORE"
-- DRACONIC SWORD
else if "INPUT" has >= 1 draconicevolution:wyvern_sword -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_sword from "INPUT"
output to "CORE"
-- DRACONIC PICKAXE
else if "INPUT" has >= 1 draconicevolution:wyvern_pickaxe -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_pickaxe from "INPUT"
output to "CORE"
-- DRACONIC SHOVEL
else if "INPUT" has >= 1 draconicevolution:wyvern_shovel -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_shovel from "INPUT"
output to "CORE"
-- DRACONIC AXE
else if "INPUT" has >= 1 draconicevolution:wyvern_axe -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_axe from "INPUT"
output to "CORE"
-- DRACONIC CHESTPIECE
else if "INPUT" has >= 1 draconicevolution:wyvern_chestpiece -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_chestpiece from "INPUT"
output to "CORE"
-- DRACONIC HOE
else if "INPUT" has >= 1 draconicevolution:wyvern_hoe -- KEY
and "INPUT" has >= 2 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 4 minecraft:netherite_ingot then
input 2 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:wyvern_core,
1 draconicevolution:draconic_energy_core, 4 minecraft:netherite_ingot from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_hoe from "INPUT"
output to "CORE"
-- DRACONIC ENERGY RELAY CRYSTAL
else if "INPUT" has >= 4 draconicevolution:wyvern_relay_crystal -- KEY
and "INPUT" has >= 4 draconicevolution:wyvern_energy_core
and "INPUT" has >= 1 draconicevolution:wyvern_core
and "INPUT" has >= 4 minecraft:diamond then
input 4 draconicevolution:wyvern_energy_core, 1 draconicevolution:wyvern_core, 4 minecraft:diamond from "INPUT"
output to "INJECTORS"
input 4 draconicevolution:wyvern_relay_crystal from "INPUT"
output to "CORE"
end -- if "INPUT" has >= 1 draconicevolution:wyvern_bow -- KEY
end -- if "INPUT" has >= 1 draconicevolution:draconic_energy_core then
else if "INPUT" has >= 6 draconicevolution:awakened_draconium_ingot then
-- CHAOTIC BOW
if "INPUT" has >= 1 draconicevolution:draconic_bow -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_bow from "INPUT"
output to "CORE"
-- CHAOTIC AXE
else if "INPUT" has >= 1 draconicevolution:draconic_axe -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_axe from "INPUT"
output to "CORE"
-- CHAOTIC CHESTPIECE
else if "INPUT" has >= 1 draconicevolution:draconic_chestpiece -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_chestpiece from "INPUT"
output to "CORE"
-- CHAOTIC HOE
else if "INPUT" has >= 1 draconicevolution:draconic_hoe -- KEY
and "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_hoe from "INPUT"
output to "CORE"
end -- if "INPUT" has >= 1 draconicevolution:draconic_bow -- KEY
else if "INPUT" has >= 2 draconicevolution:basic_relay_crystal
and "INPUT" has >= 2 draconicevolution:draconium_ingot
and "INPUT" has >= 1 draconicevolution:draconium_core
and "INPUT" has >= 1 draconicevolution:wyvern_energy_core then
-- WYVERN BOW
if "INPUT" has >= 1 minecraft:bow -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
2 draconicevolution:basic_relay_crystal, 1 draconicevolution:wyvern_energy_core from "INPUT"
output to "INJECTORS"
input 1 minecraft:bow from "INPUT"
output to "CORE"
-- WYVERN SWORD
else if "INPUT" has >= 1 minecraft:diamond_sword -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_sword from "INPUT"
output to "CORE"
-- WYVERN PICKAXE
else if "INPUT" has >= 1 minecraft:diamond_pickaxe -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_pickaxe from "INPUT"
output to "CORE"
-- WYVERN SHOVEL
else if "INPUT" has >= 1 minecraft:diamond_shovel -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_shovel from "INPUT"
output to "CORE"
-- WYVERN AXE
else if "INPUT" has >= 1 minecraft:diamond_axe -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_axe from "INPUT"
output to "CORE"
-- WYVERN CHESTPIECE
else if "INPUT" has >= 1 minecraft:diamond_chestplate -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_chestplate from "INPUT"
output to "CORE"
-- WYVERN HOE
else if "INPUT" has >= 1 minecraft:diamond_hoe -- KEY
then
input 2 draconicevolution:draconium_ingot, 1 draconicevolution:draconium_core,
1 draconicevolution:wyvern_energy_core, 2 draconicevolution:basic_relay_crystal from "INPUT"
output to "INJECTORS"
input 1 minecraft:diamond_hoe from "INPUT"
output to "CORE"
end -- if "INPUT" has >= 1 minecraft:bow -- KEY
end -- if "INPUT" has >= 1 draconicevolution:dragon_heart -- KEY
-- Just to be sure that it wont craft things you dont want to be crafted
else if "INPUT" has >= 1 draconicevolution:chaotic_picaxe
or "INPUT" has >= 1 draconicevolution:chaotic_shovel
or "INPUT" has >= 1 draconicevolution:chaotic_sword
or "INPUT" has >= 1 draconicevolution:draconic_staff
or "INPUT" has >= 4 draconicevolution:wyvern_relay_crystal
or "INPUT" has >= 1 draconicevolution:dislocator
or "INPUT" has >= 1 draconicevolution:draconic_hoe
or "INPUT" has >= 1 draconicevolution:wyvern_hoe
or "INPUT" has >= 1 minecraft:diamond_hoe
or "INPUT" has >= 1 draconicevolution:draconic_capacitor
or "INPUT" has >= 1 draconicevolution:wyvern_capacitor
or "INPUT" has >= 1 draconicevolution:draconic_chestpiece
or "INPUT" has >= 1 draconicevolution:wyvern_chestpiece
or "INPUT" has >= 1 minecraft:diamond_chestplate
or "INPUT" has >= 1 draconicevolution:draconic_axe
or "INPUT" has >= 1 draconicevolution:wyvern_axe
or "INPUT" has >= 1 minecraft:diamond_axe
or "INPUT" has >= 1 draconicevolution:wyvern_shovel
or "INPUT" has >= 1 minecraft:diamond_shovel
or "INPUT" has >= 1 draconicevolution:wyvern_pickaxe
or "INPUT" has >= 1 minecraft:diamond_pickaxe
or "INPUT" has >= 1 draconicevolution:wyvern_sword
or "INPUT" has >= 1 minecraft:diamond_sword
or "INPUT" has >= 1 draconicevolution:draconic_bow
or "INPUT" has >= 1 draconicevolution:wyvern_bow
or "INPUT" has >= 1 minecraft:bow
or "INPUT" has >= 1 draconicevolution:reactor_stabilizer_frame
or "INPUT" has >= 1 draconicevolution:reactor_prt_focus_ring
or "INPUT" has >= 1 draconicevolution:reactor_prt_rotor_full
or "INPUT" has >= 4 draconicevolution:reactor_prt_in_rotor
or "INPUT" has >= 2 minecraft:iron_ingot
or "INPUT" has >= 1 draconicevolution:chaos_shard
or "INPUT" has >= 1 draconicevolution:basic_crafting_injector
or "INPUT" has >= 1 minecraft:nether_star
or "INPUT" has >= 1 draconicevolution:dragon_heart
or "INPUT" has >= 3 minecraft:ender_pearl then
-- DO NOTHING
else
if "INPUT" has >= 1 draconicevolution:chaotic_core
and "INPUT" has >= 1 draconicevolution:chaotic_energy_core
and "INPUT" has >= 6 draconicevolution:awakened_draconium_ingot then
-- CHAOTIC SWORD
if "INPUT" has >= 1 draconicevolution:draconic_sword then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_sword from "INPUT"
output to "CORE"
-- CHAOTIC PICKAXE
else if "INPUT" has >= 1 draconicevolution:draconic_pickaxe then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_pickaxe from "INPUT"
output to "CORE"
-- CHAOTIC SHOVEL
else if "INPUT" has >= 1 draconicevolution:draconic_shovel then
input 6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:chaotic_core,
1 draconicevolution:chaotic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:draconic_shovel from "INPUT"
output to "CORE"
end -- if "INPUT" has >= 1 draconicevolution:draconic_sword then
end -- if "INPUT" has >= 1 draconicevolution:chaotic_core
-- CHAOTIC CORE
if "INPUT" has >= 4 draconicevolution:awakened_core -- "awakened_core" scheisse, mierda
and "INPUT" has >= 4 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 5 draconicevolution:large_chaos_frag then
input 4 draconicevolution:awakened_core, 4 draconicevolution:awakened_draconium_ingot,
4 draconicevolution:large_chaos_frag from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:large_chaos_frag from "INPUT"
output to "CORE"
-- WYVERN CAPACITOR
else if "INPUT" has >= 4 draconicevolution:draconium_ingot
and "INPUT" has >= 4 draconicevolution:wyvern_energy_core
and "INPUT" has >= 1 draconicevolution:wyvern_core then
input 4 draconicevolution:draconium_ingot, 4 draconicevolution:wyvern_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:wyvern_core from "INPUT"
output to "CORE"
-- DRACONIC STAFF OF POWER
else if "INPUT" has >= 1 draconicevolution:draconic_pickaxe
and "INPUT" has >= 1 draconicevolution:draconic_sword
and "INPUT" has >= 1 draconicevolution:draconic_shovel
and "INPUT" has >= 6 draconicevolution:awakened_draconium_ingot
and "INPUT" has >= 1 draconicevolution:awakened_core
and "INPUT" has >= 1 draconicevolution:draconic_energy_core then
input 1 draconicevolution:draconic_pickaxe, 1 draconicevolution:draconic_pickaxe, 1 draconicevolution:draconic_shovel,
6 draconicevolution:awakened_draconium_ingot, 1 draconicevolution:draconic_energy_core from "INPUT"
output to "INJECTORS"
input 1 draconicevolution:awakened_core from "INPUT"
output to "CORE"
end -- if "INPUT" has >= 1 draconicevolution:dragon_heart -- KEY
end -- if "INPUT" has >= 7 * and "CORE" has = 0 * and every "INJECTORS" has = 0 * then
if "CORE" has > 0 * then
input from "CORE"
output to "SYSTEM"
end -- if "CORE" has > 0 * then
end -- every 60 ticks doEditor is loading...
Leave a Comment