Skip to content

[Bug]: Systeams Boilers obtainable in Expert via in-world interaction #2635

Description

@crumblbee

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

  1. Enter expert mode.
  2. Place down a Steam Dynamo
  3. While holding a Steam Pipe in your hand, sneak-click the Dynamo.

The dynamo converts into a boiler.

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions