Ceiling Torch

Ceiling Torch

3M Downloads

[1.14.4] Loot Table warning when missing supported mod

Wynadorn opened this issue ยท 2 comments

commented

Hey bl4ckscor3,

When not using I Like Wood or Bone Torch an error shows up.

22:00:50 [ERROR] [minecraft/LootTableManager] Couldn't parse loot table ceilingtorch:blocks/bonetorch_bonetorch
22:00:50 com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'bonetorch:bonetorch'

https://paste.ubuntu.com/p/yH7yvdw3FK/

minecraft_server.1.14.4.jar
forge-1.14.4-28.1.1.jar
ceilingtorch-1.14.4-v1.2.2.jar

commented

There's not really much I can do about this since Minecraft apparently tries to load loot tables even if their corresponding blocks are not present. I could circumvent this by not using loot tables, but that would defeat the purpose of using them (cannot be overridden by datapacks). I'm indifferent.

The error itself isn't really that major, it only logs that a loot table has failed to load. It doesn't impact gameplay.

commented

All right, thank you for having a look at it either way.