Juan Patricio

Results 38 comments of Juan Patricio

Mod source for the V26b version, saving it here so we can take a look what is causing the problem https://github.com/ReikaKalseki/DragonAPI/tree/adeebe4ce8740d55cf3e08fd400d1ecba8a0b14c

I'm not a core mod programmer, but from what I understand the coremod is trying to inject an event call after `chunk = this.currentChunkProvider.provideChunk(x,z)` but bukkit/caulron add a lot of...

This is the problematic patch call https://github.com/ReikaKalseki/DragonAPI/blob/adeebe4ce8740d55cf3e08fd400d1ecba8a0b14c/ASM/Patchers/Hooks/Event/World/Gen/ChunkGenerationEvent.java#L33 it's returning null.

I guess the best thing we can do in this case is disabling the coremod and replacing with our own coremod to call the hooks and events, I know thermos...

This may be the case we should make https://github.com/CrucibleMC/Grimoire part of crucible (after rewriting how it works), with the ability to replace tweakers of other mods, the two problems of...

I'll say here what I said on discord, since it has a very restrictive licence, I'll work in something to make it compatible, but will not be in my priority...

A fix is doable, but I would require some help maintaining it if the coremod gets update

There's not much we can do unless the plugin author uses MCP names for reflection. Cauldron reflection remaping has a lot of problems and it's on our todo list to...

I had implemented the oversized chunk fix a while ago (fab221161351720e6a16a442f389dc77fec275ce) but was unable to test because books where broken, so I guess the fix is just deleting the chunk...

It's an adapted version of terrainwax's fix, but I might have messed up something because of thermos ram chunk storage and the server differences.