iglee42 / CreateCasing

An addon of The Create Mod who makes Shaft/Cogwheels/Pipe encasable with all casings
http://iglee.fr
MIT License
6 stars 13 forks source link

[Bug] This mod with Universal Sawmill causes "Invalid Player Data" issue #80

Closed AndreAugustoDev closed 3 months ago

AndreAugustoDev commented 3 months ago

Describe the bug This mod with Universal Sawmill causes "Invalid Player Data" issue

To Reproduce Steps to reproduce the behavior:

  1. Launch Minecraft
  2. Try join server
  3. See error

Expected behavior Join server without issue

Desktop (please complete the following information):

Additional context latest.log https://github.com/MehVahdJukaar/sawmill/issues/39 https://github.com/gigaherz/Guidebook/issues/118 https://github.com/gigaherz/Guidebook/commit/aa00edc3e8012c68c938a5eefadb1adf73c4a395

Probably fix Add if (EffectiveSide.get().isServer()) return; at fr.iglee42.createcasing.registries.ModCreativeModeTabs#L50 https://github.com/iglee42/CreateCasing/blob/1071adc29140bf3c20559681439881fd5ea347d9/src/main/java/fr/iglee42/createcasing/registries/ModCreativeModeTabs.java#L50

iglee42 commented 3 months ago

Line 50 is empty are you sure that is the correct line

AndreAugustoDev commented 3 months ago

Yes, it is correct. There add the check similar to what was done in the mentioned issues.

AndreAugustoDev commented 3 months ago

latest.log from server See https://mclo.gs/PnOKkTj#L5387

iglee42 commented 3 months ago

The fix was commit but Curseforge is bugged so the update can't be pushed officially