diff --git a/config/ftbquests/quests/chapters/immersive_engineering.snbt b/config/ftbquests/quests/chapters/immersive_engineering.snbt index 41766fe518..90c49c8f2c 100644 --- a/config/ftbquests/quests/chapters/immersive_engineering.snbt +++ b/config/ftbquests/quests/chapters/immersive_engineering.snbt @@ -1157,7 +1157,7 @@ description: [ "Crude Oil by itself is terrible to burn, but with a bit of refinement it can be made into a powerfuel liquid fuel. This process requires an Distillation tower and a fair amount of energy. " "" - "Getting Diesel and other fluids out of the Distillation tower can be tricky at times. The simplest way is to let it automatically output into a short Immersive Engineering Fluid Pipe that branches off into different tanks, then pipe individual fluids from there." + "Getting fluids out of the Distillation tower can be tricky at times. The simplest way is to let it automatically output into a short Immersive Engineering Fluid Pipe that branches off into different tanks, then pipe individual fluids from there." "" "Note: Building Gadgets Patterns and Create Schematics are available in your Enigmatica 6 instance folder to assist with this multiblock." ] @@ -1167,7 +1167,7 @@ { id: "4B40C2072585A5BE" type: "item" - item: "immersivepetroleum:diesel_bucket" + item: "immersivepetroleum:diesel_sulfur_bucket" } { id: "23D0F4ECEEEB2BF9" @@ -1301,5 +1301,64 @@ player_command: false }] } + { + title: "Sulfur Recovery Unit" + icon: "immersivepetroleum:diesel_bucket" + x: -5.5d + y: 2.5d + description: [ + "The Sulfurized Diesel produced in the Distillation Tower contains some minor impurities that can be filtered out. By passing the fuel through a Sulfur Recovery Unit, the Sulfur may be collected and put to use elsewhere. Both Diesel and Sulfurized Diesel burn equally well." + "" + "Water inputs from the top and Sulfurized Diesel inputs from the side. " + "" + "Note: Building Gadgets Patterns and Create Schematics are available in your Enigmatica 6 instance folder to assist with this multiblock." + ] + dependencies: ["7A3633A43D7AB0F2"] + id: "083FA0F4798DB004" + tasks: [ + { + id: "77ECA1413ED192BB" + type: "item" + item: "immersivepetroleum:diesel_bucket" + } + { + id: "7F0822582FEA876F" + type: "item" + item: "immersiveengineering:steel_scaffolding_standard" + count: 10L + } + { + id: "5714B2F9CF70C81D" + type: "item" + item: "immersiveengineering:heavy_engineering" + count: 4L + } + { + id: "5D301DE5DBD9394E" + type: "item" + item: "immersiveengineering:sheetmetal_iron" + count: 15L + } + { + id: "60815F073AA151B2" + type: "item" + item: "immersiveengineering:rs_engineering" + } + { + id: "5DAE6B0A4A353636" + type: "item" + item: "immersiveengineering:light_engineering" + count: 2L + } + ] + rewards: [{ + id: "21679391A74BB3C7" + type: "command" + title: "Epic Immersive Engineering Loot Box" + icon: "kubejs:epic_lootbox" + command: "/execute at @p run loot spawn ~ ~1 ~ loot enigmatica:chests/quest_immersive_engineering_loot_epic" + player_command: false + }] + } ] } diff --git a/schematics/IE_coker.nbt b/schematics/IE_coker.nbt new file mode 100644 index 0000000000..f3bf95d7ef Binary files /dev/null and b/schematics/IE_coker.nbt differ diff --git a/schematics/IE_sulfur_recovery_unit.nbt b/schematics/IE_sulfur_recovery_unit.nbt new file mode 100644 index 0000000000..869373591f Binary files /dev/null and b/schematics/IE_sulfur_recovery_unit.nbt differ