DimensionalOres

DimensionalOres

28.3k Downloads

[1.18.2+] Should ores be based on OreBlock instead of Block class?

kwpugh opened this issue ยท 3 comments

commented

Hi,

A player brought up an issue that my ore vein enchantment does not work on dim ores. I noticed that you extend Block rather than OreBlock. Not sure if that was intended or not. using OreBlock would help with mod compatibility. My enchantment code filters on instanceof OreBlock to only break nearby ores.

Regards,

Kevin

commented

Hi Kevin thanks for bringing this to my attention, I never realised there was an OreBlock class, I'll fix this as soon as I can

Cheers
Blaze

commented

Fixed