GriefDefender icon indicating copy to clipboard operation
GriefDefender copied to clipboard

Add override to version check to run in IDE with Client

Open Dockter opened this issue 5 years ago • 1 comments

@bloodmc please consider adding this to your version check:

https://github.com/AlmuraDev/GriefPrevention/blob/master/src/main/java/me/ryanhamshire/griefprevention/GriefPreventionPlugin.java#L402

This allows me to run the mod as a plugin to the Almura client while in development mode.

Dockter avatar Jul 31 '20 02:07 Dockter

I see you've started to add support for this; this is starting to load but stop during pre-init; likely because of this:

https://github.com/bloodmc/GriefDefender/blob/master/sponge/src/main/java/com/griefdefender/GriefDefenderPlugin.java#L545

Should probably not check either of those if de obfuscated environment detected. Also would be helpful if you could add some debug to that check so we can tell locally why the reason is doesn't load even if someone attempts to load this on the client in production mode (obfuscated).

Dockter avatar Aug 03 '20 01:08 Dockter