EXTER7 / OreDictionaryConverter

Minecraft mod that adds an item/block that converts between different versions of the same ore using the Forge Ore Dictionary
GNU Lesser General Public License v3.0
14 stars 7 forks source link

Dense ores #4

Closed Staegrin closed 9 years ago

Staegrin commented 9 years ago

First, great mod and keep up the good work. Second, the mod is currently not compatible with dense ores from RWTema. If possible could it be made compatible? If not thanks anyway.

EXTER7 commented 9 years ago

You can add dense ore support by adding ^denseore.* to the whitelist in the config file (fodc.cfg) The entry should look something like ^ore.*,^ingot.*,^dust.*,^block.*,^denseore.*.

Staegrin commented 9 years ago

Changed the last line to S:whitelist=^ore.,^ingot.,^dust.,^block.,^denseore.*. }

Works great, thanks.