Blueprint

Blueprint

57M Downloads

[1.16.5] Log spam processing recipes from server

Kaleidio opened this issue ยท 3 comments

commented

[14:34:41] [main/ERROR]: Couldn't parse loot table minecraft:blocks/brown_carpet
java.lang.NullPointerException: null
at com.minecraftabnormals.abnormals_core.common.loot.modification.LootModificationManager.onLootTableLoad(LootModificationManager.java:59) ~[?:3.3.0]

every single vanilla recipe is being output here when connecting to my modpack's server.

commented
[20:25:25] [Render thread/ERROR]: Couldn't parse loot table minecraft:blocks/warped_wart_block
java.lang.NullPointerException: Cannot invoke "com.minecraftabnormals.abnormals_core.common.loot.modification.LootModificationManager.getModifiers(net.minecraft.util.ResourceLocation)" because "com.minecraftabnormals.abnormals_core.common.loot.modification.LootModificationManager.INSTANCE" is null
	at com.minecraftabnormals.abnormals_core.common.loot.modification.LootModificationManager.onLootTableLoad(LootModificationManager.java:59) ~[abnormals_core:3.3.0]
commented

These errors are caused by other mods loading loot tables too early, and a fix for this got added in the latest version of Blueprint for 1.18.
A hotfix for this issue for 1.16.5 would be good.
See #132

commented

I confirm I get that log too. shoulda uploaded latest, apologies.