MechOrigin / NTC2

9 stars 10 forks source link

Mekanism - Pump quest text contradicts mod configuration #11

Closed quietust closed 2 years ago

quietust commented 2 years ago

The text for the Mekanism Pump quest states "If pumping Water, it will not remove the source blocks.", but the mod itself is configured so that it does remove source blocks (and at least one comment on this modpack's CurseForge page confirms that this happens):

config/Mekanism/general.toml:

#Pump Settings
[general.pump]
...
        #If enabled makes Water and Heavy Water blocks be removed from the world on pump.
        pumpWaterSources = true
quietust commented 2 years ago

Of special note, the fact that Mekanism Pumps consume water source blocks means that running a Fusion reactor is much more complicated because they also consume water source blocks when harvesting Heavy Water.

There are workarounds available (such as using Integrated Dynamics to constantly place water source blocks in the world), but those methods result in large amounts of noise as well as lag due to constant block updates.

quietust commented 2 years ago

See #31.