mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-02 20:37:44 -05:00
c0e5481f61
* use knownPack to avoid syncing mod data packs. * remove empty class * checkstyle and licenses * move debug logging from testmod into main module * fix knownPackInfo not working for build-in data packs. * make bundled data packs not required for client, and don't auto enable * improve testmod with added builtin data pack + better error message * Increase max known packs in C2S packet * validate size before sending * changeable with system property * change mixin from ModifyConstant to ModifyArg to be more clear. * Apply suggestions from code review Co-authored-by: modmuss <modmuss50@gmail.com> * store list of knownPacks as server start avoids desync on pack change (since registries aren't reloaded) * be extra safe: only request knownPacks that were enabled at server start and still are. Doesn't rely on the fact that registries aren't synced anymore. --------- Co-authored-by: modmuss <modmuss50@gmail.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle |