You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
energyPerUse: The amount of AE energy consumed per use
entropyManipulatorInWorldSmelting : Enables the ability of the Entropy Manipulator to smelt blocks in-world
entropyManipulatorFlintAndSteelEffect : Enables the ability of the Entropy Manipulator to act as a flint-and-steel when in heat mode and no other recipes are found
Reasons why it should be considered
Im making a modpack and want to have the Entropy Manipulator be a starting tool.
While i can modify and add recipes easily i can’t disable these functionalities
Additional details
Example of the confgs (should propably be in common)
I am surprised the energyPerUse isn't already configurable.
As for the other two options, I think it would make more sense to turn those into recipes too, rather than adding config options for that.
Describe the feature
energyPerUse: The amount of AE energy consumed per use
entropyManipulatorInWorldSmelting : Enables the ability of the Entropy Manipulator to smelt blocks in-world
entropyManipulatorFlintAndSteelEffect : Enables the ability of the Entropy Manipulator to act as a flint-and-steel when in heat mode and no other recipes are found
Reasons why it should be considered
Im making a modpack and want to have the Entropy Manipulator be a starting tool.
While i can modify and add recipes easily i can’t disable these functionalities
Additional details
Example of the confgs (should propably be in common)
"general": {
"entropyManipulatorInWorldSmelting": true
"entropyManipulatorFlintAndSteelEffect": true
}
"entropyManipulator":{
"energyPerUse": 1600
}
The text was updated successfully, but these errors were encountered: