Skip to content

Commit

Permalink
🛠️ Refactor: Improved Coke Oven Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtpokeBr committed Mar 31, 2024
1 parent 6163a43 commit f2140ee
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/ftbquests/normal/chapters/c536615c/218cb735.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"",
"- It may actually stay §brelevant trough the Pack§f, since it has 1 special recipe, §3Charcoal§f → §9Coke§f.",
"",
"§8§o~ 1 of this Multiblock should be enough to power a Bronze Boiler! just make sure that you have a decent wood production tho.§f"
"§8§o~ 3 of this Multiblock should be enough to power a Bronze Boiler! just make sure that you have a decent wood production tho.§f"
],
dependencies: [
"7e379f4f"
Expand Down
5 changes: 2 additions & 3 deletions config/ftbquests/normal/chapters/c536615c/22c4c8cb.snbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
title: "Ramping up your Steam Production!",
icon: "gregtech:machine 1 1013",
x: -4.036904761904772d,
y: -15.557142857142864d,
x: -4.5d,
y: -14.7d,
description: "A Huge Bronze Boiler!",
text: [
"This §6Boiler§f has a true potential, it can produce up to §9800L/t§f when working at §e100% Efficiency§f.",
Expand All @@ -18,7 +18,6 @@
dependencies: [
"218cb735"
],
size: 1.5d,
min_width: 300,
tasks: [{
uid: "0068fad5",
Expand Down
33 changes: 33 additions & 0 deletions config/ftbquests/normal/chapters/c536615c/7b653d8d.snbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
title: "Congrats! You've fully automated Steam!",
icon: "ic2:superheated_steam",
x: -4.5d,
y: -15.6d,
shape: "rsquare",
description: "Kinda Expansive but very rewarding right?",
text: [
"If you've finished this Setup correctly you'll have the following:",
"",
"- §21§f §6ICO§f making §22§f §3Charcoal's§f out of §3Logs§f every §b1 Seconds§f (§21§f §3Charcoal§f every §b0.5 Seconds§f);",
"",
"- §22§f §6ICO's§f making §3Coke's§f out of §21§f §3Charcoal§f each, every §b2 Seconds§f;",
"",
"- A §6LBB§f Running at §2100% Efficiency§f and with some extra §3Coke§f sitting in the §9Input Bus§f;",
"",
"- You'll also end up with Excess §9Creosote§f so you may use it to also power your boiler, or store it for other processes down the line.",
"",
"§8§o(ICO = Improved Coke Oven & LBB = Large Bronze Boiler)§r§f",
"",
"§8§o~ Developer Note: It was really Hard to come with a Balanced way to automate this process this way... FTB Interactions is Weird Sometimes.§r§f"
],
dependencies: [
"22c4c8cb"
],
size: 0.75d,
optional: true,
min_width: 370,
tasks: [{
uid: "4e69a1cd",
type: "checkmark"
}]
}
10 changes: 5 additions & 5 deletions config/multiblocked/recipe_map/improved_coke_oven.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gtce_energy": [
{
"chance": 1.0,
"content": 2
"content": 12
}
]
}
Expand All @@ -63,7 +63,7 @@
"chance": 1.0,
"content": {
"amount": 1,
"ore": "gemCoke"
"ore": "gemCharcoal"
}
}
],
Expand All @@ -78,7 +78,7 @@
"gtce_energy": [
{
"chance": 1.0,
"content": 2
"content": 12
}
]
}
Expand Down Expand Up @@ -118,7 +118,7 @@
"gtce_energy": [
{
"chance": 1.0,
"content": 2
"content": 12
}
]
}
Expand Down Expand Up @@ -158,7 +158,7 @@
"gtce_energy": [
{
"chance": 1.0,
"content": 2
"content": 12
}
]
}
Expand Down

0 comments on commit f2140ee

Please sign in to comment.