Change Waterwheel Behavior & Model #5954
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Many changes to waterwheel behavior!
Waterwheel Changes
Mixin
One mixin is new, based on a similar one used in Create. This mixin has one function, and it is to tell fluids 'no, you cannot flow off the side of a waterwheel'. It's about four lines of actual code
Config TODO
Currently, the
dynamo_mult
config inIEServerConfig.java
is 3.0, compared to other multipliers which are 1.0. I made a todo note that on the next major version bump we should change the default to 1.0, and prepared a little for it: all that will need changing is the config default and a divisor inDynamoBlockEntity.java
.