RFTools

RFTools

74M Downloads

Matter Transmitter does not obey config values.

IMarvinTPA opened this issue ยท 5 comments

commented

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

rftools.cfg.txt

commented

Single player or server? If server, did you modify the config files on both the server and client?

commented

Single Player

commented

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 ๐Ÿ‘

commented

My value of I:transmitterMaxRF=2000000000 is less than the maximum value of a signed integer.

.defineInRange("transmitterMaxRF", 200000, 0, Integer.MAX_VALUE);

I can't do the simple check:
NoConfigGuid

I have attached my config file to the original post.

Edit: Also I:rfStartTeleportDim=1000000000 isn't being respected.

commented

I'll investigate, thanks.