[1.12]Item pipe config"TransporterPullAmount" is broken
mgdgfbhevdyeh opened this issue ยท 1 comments
Because of the individual needs, I try to change the configuration file for the item pipe
I:UltimateTransporterPullAmount=320 I:UltimateTransporterSpeed=50
But the pump rate still is the default
Version (make sure you are on the latest version before reporting):
**Forge:1.12 latest
**Mekanism:latest
**Other relevant version:some isseus in 1.11
Can confirm this is affecting 1.12 (haven't tested other versions)
Analysis:
Tier#loadConfig
isn't called on first load, only on world left.
This causes the config sync Tier#readConfig
and Tier#writeConfig
syncing the default values.
(SingelPlayer) Try and join a world, old default values. Rejoin world, new values apply.
Also setting an value of >64 for pullamount has no result, as it looks like it only looks for 1 full stack to transport.