RCXcrafter / TweakersConstruct

https://minecraft.curseforge.com/projects/tweakers-construct
2 stars 2 forks source link

Changing configs in the server does not apply them on the client #43

Closed Snivine closed 3 years ago

Snivine commented 3 years ago

I installed the mod to tweak a material that had an OP trait but it seems that the mod disabled the mending moss

I tried to readd the mending moss modifier but it didn't work, not even removing the mod did, is there a way to fix this?

Snivine commented 3 years ago

seems to be related with #25, I'm gonna do some testing

Snivine commented 3 years ago

yes it is related to #25, I'm going to leave it open so it is addressed

RCXcrafter commented 3 years ago

How is it related, did you remove mending moss from the client config while it was still set in the config on the server?

Snivine commented 3 years ago

no, I set mending moss as available in the server config, but it didn't updated in the client config so I couldn't use it, after changing it in the client config I could use it

RCXcrafter commented 3 years ago

I see, there's not really anything I can do about that. Tweakers construct makes most of its tweaks when minecraft starts up, so when joining a server most of the tweaked things are already set in stone. It would be technically possible to change things after that but it would be diffucult and tinkers construct does not expect that to happen so it would probably cause a whole bunch of bugs that I don't want to fix. Anyway, since you figured out why it wasn't working I'll close this issue.