Brass sifter configuration bug
JondorTheBrinkinator opened this issue ยท 1 comments
Describe the Bug
In both the Minecraft 1.19 and 1.20 version of this mod, the brass sifter configuration uses "outputCapacity" for both the output inventory capacity and items per cycle configuration values, meaning that they cannot be configured separately.
Reproduction Steps
- Visit https://github.com/oierbravo/createsifter/blob/mc1.19/dev/src/main/java/com/oierbravo/createsifter/content/contraptions/components/brasss_sifter/BrassSifterConfig.java (The main MC 1.19 branch is linked, but the bug exists in both 1.19 and 1.20)
- View lines 21 and 24
- Observe the duplicated string "outputCapacity" in both configuration variables
Expected Result
I expected both parameters to be configurable separately.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 10
Mod Version
1.20.1-1.8.1.e-22
Minecraft Version
1.20.1
Forge Version
47.2.0
Other Mods
No response
Additional Context
No response