Skip to content

Can't remove fuels from Thermal Expansion's steam dynamos, all other dynamos from TE can remove fuels fine #336

Description

@DestructionMaker

Using command
mods.thermalexpansion.steam.removeByInput(item('minecraft:coal'))

Nothing happens, coal burns in it and gives default value.

mods.thermalexpansion.steam.removeAll() also doesn't change anything.

It is however possible to instead set their fuel value to 1 but not to 0, setting it to 0 causes same thing as trying to remove it: defaults to original value.

Example command: mods.thermalexpansion.steam.add(item('minecraft:coal'), 1) -> works fine and only generates 1 RF
Example command: mods.thermalexpansion.steam.add(item('minecraft:coal'), 0) -> defaults back to 16000 RF

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmod compatRelating to compatability with a mod or features of a mod

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions