Mekanism

Mekanism

111M Downloads

[1.12]Item pipe config"TransporterPullAmount" is broken

mgdgfbhevdyeh opened this issue ยท 1 comments

commented

Because of the individual needs, I try to change the configuration file for the item pipe
2017-08-12_11 03 24
I:UltimateTransporterPullAmount=320 I:UltimateTransporterSpeed=50
2017-08-12_11 05 43
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

commented

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.