Matter Transmitter does not obey config values.
IMarvinTPA opened this issue ยท 5 comments
Issue description: Matter Transmitter is using default values. I have customized transmitterMaxRF to be 2BRF and rfStartTeleportDim to be 1BRF. But neither are being used. I'm uncertain of other values, but they may also be suffering from being ignored.
Steps to reproduce: Modify config file. Launch game.
Versions:
- Minecraft: 1.12.2
- Forge: 2838
- McJtyLib: 3.5.4
- RFTools: 7.72
Single player or server? If server, did you modify the config files on both the server and client?
This would infer an issue within the lib source but as this issue isn't present on any other devices / blocks. I can only assume that you've inputted an incorrect value to the file and the setting has been ignored (and thus default back). A simply way to check would be to go to the config gui in-game and check if the value you inputed in the config file is also present in the Gui. Let me know ๐
My value of I:transmitterMaxRF=2000000000 is less than the maximum value of a signed integer.
I have attached my config file to the original post.
Edit: Also I:rfStartTeleportDim=1000000000 isn't being respected.