
Mod includes test shield and enchantment
Draylar opened this issue ยท 3 comments
Unless I'm missing something or looking at the wrong branch, Fabric Shield Lib is shipping a test shield, test enchantment, and test event in and outside development environments. These calls should be wrapped in a FabricLoader.getInstance().isDevelopmentEnvironment()
call so they are not registered in production (= outside an IDE, when users play the game).
I considered doing this but I decided against it to mitigate possible client server desync
The issue is dev env vs. production env, not client vs. server. Prod clients do not connect to dev servers.