GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
196 stars 58 forks source link

Actually add ores instead of generic blocks #495

Open NoudZandbergen opened 1 year ago

NoudZandbergen commented 1 year ago

I've been using the Conjuring soul alloy pickaxe, which has an ability to dig connected ores, but it does it by checking if they're an instance of OreBlock. Currently most ores added by Industrial revolution are regular blocks, which that pickaxe does not recognise as ores. This would fix that.