You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when testing i kept getting crashes, the world saves just before crashing effectively locking your world
The game crashed whilst exception in server tick loop
Error: java.lang.AbstractMethodError: Method com/harleyoconnor/dtnaturesaura/effect/DynamicLeavesDecayEffect.update(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/chunk/LevelChunk;Lde/ellpeck/naturesaura/api/aura/chunk/IAuraChunk;Lnet/minecraft/core/BlockPos;Ljava/lang/Integer;Lde/ellpeck/naturesaura/chunk/AuraChunk$DrainSpot;)V is abstract
i don't know if this helps but its the error i keep getting
The text was updated successfully, but these errors were encountered:
java.lang.AbstractMethodError: Receiver class com.harleyoconnor.dtnaturesaura.effect.DynamicLeavesDecayEffect does not define or inherit an implementation of the resolved method 'abstract void update(net.minecraft.world.level.Level, net.minecraft.world.level.chunk.LevelChunk, de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk, net.minecraft.core.BlockPos, java.lang.Integer, de.ellpeck.naturesaura.chunk.AuraChunk$DrainSpot)' of interface de.ellpeck.naturesaura.api.aura.chunk.IDrainSpotEffect.
when testing i kept getting crashes, the world saves just before crashing effectively locking your world
The game crashed whilst exception in server tick loop
Error: java.lang.AbstractMethodError: Method com/harleyoconnor/dtnaturesaura/effect/DynamicLeavesDecayEffect.update(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/chunk/LevelChunk;Lde/ellpeck/naturesaura/api/aura/chunk/IAuraChunk;Lnet/minecraft/core/BlockPos;Ljava/lang/Integer;Lde/ellpeck/naturesaura/chunk/AuraChunk$DrainSpot;)V is abstract
i don't know if this helps but its the error i keep getting
The text was updated successfully, but these errors were encountered: