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
03:00:01 [WARN] [Mantle] Task #2587862 for Mantle v1.2.0 generated an exception
java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R1.block.CraftBlockState cannot be cast to org.bukkit.inventory.InventoryHolder
at us.corenetwork.mantle.restockablechests.RestockableChest.createChest(RestockableChest.java:231) ~[?:?]
at us.corenetwork.mantle.regeneration.RegenerationUtil.finishRegenerateStructure(RegenerationUtil.java:145) ~[?:?]
at us.corenetwork.mantle.CachedSchematic$2.run(CachedSchematic.java:693) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709) [spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8-dev.jar:git-Spigot-35348a5-ee6d0fa]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
The text was updated successfully, but these errors were encountered:
I think it is somehow related to some (very rarely) villages regenerating half way through. It can leave some wrong data about chest location in given village, and when this village is regenerated again it will try to check for chest where there is none.
If I'm not wrong, then I'm leaving this error till I refactor the generation/regeneration stuff :P (soon!)
The text was updated successfully, but these errors were encountered: