PolyacovYury

Results 16 comments of PolyacovYury

Well, it looks like 1.12.2 support has quietly come to an end, and all the work is focused on 1.16 now.

The issue was not fixed in newer versions of Sponge (as of writing this comment). You may try and clone/build my fork of SF which has some other fixes as...

> Run without Nucleus but with the JVM flag `-Dsponge.shouldFireAll=true`. Did just that, and verified that the property was actually applied with a breakpoint. The problem didn't manifest itself: the...

``` [Client thread/ERROR]: Exception getting recipe wrappers: java.lang.NullPointerException: null at team.chisel.common.integration.jei.ChiselRecipeRegistryPlugin.getRecipeWrappers(ChiselRecipeRegistryPlugin.java:73) [ChiselRecipeRegistryPlugin.class:?] at mezz.jei.recipes.RecipeRegistryPluginSafeWrapper.lambda$getRecipeWrappers$1(RecipeRegistryPluginSafeWrapper.java:30) [RecipeRegistryPluginSafeWrapper.class:?] at mezz.jei.recipes.RecipeRegistryPluginSafeWrapper$$Lambda$1350/0000000000000000.get(Unknown Source) [RecipeRegistryPluginSafeWrapper.class:?] at mezz.jei.recipes.RecipeRegistryPluginSafeWrapper.callPluginMethod(RecipeRegistryPluginSafeWrapper.java:42) [RecipeRegistryPluginSafeWrapper.class:?] at mezz.jei.recipes.RecipeRegistryPluginSafeWrapper.getRecipeWrappers(RecipeRegistryPluginSafeWrapper.java:30) [RecipeRegistryPluginSafeWrapper.class:?] at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:579) [RecipeRegistry.class:?] at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:557)...

Yes, there is. Check `File config/interfaces/Simple.py, in readCurrentSettings`. Long story short - if you extend Simple.ConfigInterface - you already have loadDataJson and writeDataJson methods, that read from/write to %(MOD_ID)s.json file....

Wait. Was this sarcastic or actually helpful?) I can always elaborate, if such need arises.

Check out https://github.com/PolyacovYury/PYmods/wiki/Home_EN, it has some links to compiled files. The rest can be deduced. You can also visit my KoreanRandom topic, it has all the info you'll ever need.

The mod is currently in a deprecated I-don't-want-to-update-this state, since, IMO, the Communication 2.0 provides the useful features that were originally added by the mod. Convince me otherwise.

The reason for the mod to not work is because the code for radial menu data provider was rewritten from scratch by WG. Alternative menus are just a matter of...

> Is WoT open source? How are modders even able to create mods? No, but game client's Python and ActionScript parts can be easily decompiled. > Is there a repository...