PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Registering ores with mod items in their loot tables crashes on 1.16.3 #104

Closed clockler closed 3 years ago

clockler commented 3 years ago

Registering the OSV blocks causes the ore's loot tables to be loaded immediately, which will fail if the loot table contains any modded items. Changing the loot table in question to drop a vanilla item rather than a modded one allows the loot table to load, so my assumption is that modded items aren't registered yet, since the item in question definitely eventually exists.

Crash log: crash-2020-11-19_19.57.21-fml.txt

What I've tried:

PersonTheCat commented 3 years ago

Presets now get loaded even later than they previously were in 5.11, which should mitigate this issue even more. I'm gonna go ahead and close it.