#Moonrise causes delete tool to fail
1 messages · Page 1 of 1 (latest)
what how
i was curious so decompiled the class which gave me an error and noticed this line of code in the erroring method, which caught my attention as moonrise (https://github.com/Tuinity/Moonrise) implements starlight
ohhhhhhh its a mod moonrise
yep
it's likely that it's causing some issue that previously fixed for starlight's standalone mod
the error said
com.moulberry.axiom.packets.AxiomServerboundSetBuffer.applyBlockBufferServer (Line 361) was unable to call method_51536 because method_12018 (getChunkSkyLight) returns null
i have some good news
i did a 'simple' patch to my jar to replace all strings that said "starlight" with "moonrise" and now the issue is no longer occurring
👍
if a dev gets around to this can you add check for presence of moonrise as well wherever you check for starlight in the next update thanks
actually nvm it crashed a minute after i said that, it was trying to access a class from starlight that has a different path in moonrise
i now have a fully working patched jar
all i changed was strings from "starlight" -> "moonrise"
and a few class+method references to point to moonrise's starlight methods
hope this info helps with fixing the incompatibility properly
Moonrise needs to add "provides": "starlight"
Moonrise not knowing how to fork mods doesn't make this an Axiom problem