Issue Summary
Pack version 0.13.5.
Boilers are disabled in Expert mode:
|
global.doBoilers = packMode == "Normal" || packMode == "Hard"; |
|
// If not doing boilers, nuke them. |
|
if (!global.doBoilers) { |
|
global.itemNukeList.push( |
|
"systeams:stirling_boiler", |
|
"systeams:compression_boiler", |
|
"systeams:gourmand_boiler", |
|
"systeams:magmatic_boiler", |
|
"systeams:numismatic_boiler", |
|
); |
|
} |
This removes their crafting recipes, but the in-world interaction still works.
Reproduction steps
- Enter expert mode.
- Place down a Steam Dynamo
- While holding a Steam Pipe in your hand, sneak-click the Dynamo.
The dynamo converts into a boiler.
Relevant log output
Issue Summary
Pack version 0.13.5.
Boilers are disabled in Expert mode:
Monifactory/kubejs/startup_scripts/_packmode.js
Line 101 in f2f1821
Monifactory/kubejs/startup_scripts/nukeLists/item.js
Lines 513 to 522 in f2f1821
This removes their crafting recipes, but the in-world interaction still works.
Reproduction steps
The dynamo converts into a boiler.
Relevant log output