ME Requester

ME Requester

27M Downloads

Request config value server side issue.

SapphireMH opened this issue ยท 1 comments

commented

Minecraft Version

1.21.1 FTB evolution 1.13.0

Mod Version

v1.21.1-1.1.8

Describe the bug!

Changing the requests value in the merequester-common.toml server sided has no effect unless it's also edited for the client side config.

Steps to reproduce:

  • Change server side config from 5 to 10.
  • Player still sees 5 upon opening the requester UI.
  • Change client side config from 5 to 10.
  • Player sees 10 slots upon opening the requester UI.

Expected behaviour:

  • Server side changes should apply without changing client side config.

See also: #23 & #33

Crash Report

Log

Additions and Modifications

Yes

Additions and Modifications Description

I've edited the base modpack, however nothing related to AE2 or this mod was changed.

Did the issue happen in singleplayer or on a server?

Server

commented

The forge config system isn't synced automatically. You have to change it on client and server. Duplicate of #23.