terrarium-earth / Chipped

Adds 10,000+ building blocks to Minecraft! Because every block needs a friend!
Other
73 stars 44 forks source link

[Bug]: Chipped and Every Wood Compat incompat looping #214

Closed Mysticpasta1 closed 1 year ago

Mysticpasta1 commented 1 year ago

Bug Description

https://www.curseforge.com/minecraft/mc-mods/chipped/files/4558849 is incompatible with https://www.curseforge.com/minecraft/mc-mods/every-compat/files/4616032 with can't fit X number into 3 (packet compression issue), this is caused only when a client with the same mods connect to either a dedicated server with them or to another players world using essentials. Nothing fixes the error, I think it is due to every wood compat load block vars from chipped then chipped loading those new block vars from every wood compat making new vars for it and so on in a loop. Tried to also disable this in the configs for every wood compat, doesn't fix the issue.

How to Reproduce?

Add chipped and every wood compat into a dedicated server and a client load client to server disconnect due to block vars looping and causing X number can't fit into 3

Expected Behavior

chipped shouldn't load extra variants for new block variants of every wood compat on client loading into world on a dedicated server

Version

2.1.5

Mod Loader Version

1.19.2-43.2.14

Mod Loader

Forge

Logs or additional context

No response

Code of Conduct

AlexNijjar commented 1 year ago

Duplicate of #195