Structure File Path error causing server stall
brisingraerowing opened this issue ยท 1 comments
Relevant log entries (from Blame):
[20:39:43] [Worker-Main75/ERROR] [co.te.bl.Blame/]:
****************** Blame Report 1.9.2 ******************
Failed to load structure nbt file from: minecraft:empty
The path represented by this is: data/minecraft/structures/empty.nbt
The calling Template Pool is: stoneholm:hallways/hallway_x
Most common cause is that there is a typo in this path to the nbt file.
Please let the mod author know about this so they can double check to make sure the path is correct.
A common mistake is putting the structure nbt file in the asset folder when it needs to go in data/structures folder.
[20:39:43] [Worker-Main75/ERROR] [co.te.bl.Blame/]:
****************** Blame Report 1.9.2 ******************
Failed to load structure nbt file from: stoneholm:abandoned_poi/inn
The path represented by this is: data/stoneholm/structures/abandoned_poi/inn.nbt
The calling Template Pool is: stoneholm:abandoned_hallways/hallway_t
Most common cause is that there is a typo in this path to the nbt file.
Please let the mod author know about this so they can double check to make sure the path is correct.
A common mistake is putting the structure nbt file in the asset folder when it needs to go in data/structures folder.
There might be other files with similar issues, as I've seen hangs when generating Stoneholm villages in older mod versions.