Natura

Natura

55M Downloads

Leaf block ore dictionary crash

Reignofmagic opened this issue ยท 3 comments

commented

Here is where I discovered the issue. My guess is you have the leaves oredictionaried with a wildcard which is not good.

ReikaKalseki/Reika_Mods_Issues#660 (comment)

commented

Is there a way to get the name of this wildcard block, so we can use MineTweaker to remove it from the ore dictionary?

commented

The name is already known, it registers actual leaves but also some non-existent metadata.

@Reignofmagic: worse. Natura is registering leaves with Short.MAX_VALUE instead of OreDictionary.WILDCARD_VALUE or actually valid amount.

The code solution is to replace Short.MAX_VALUE with a loop registering actual leaves correctly, the in-game MT solution is to blanket-remove OD from Natura leaves and only re-add existent ones.

commented

closing duplicate