rwtema / DenseOres

53 stars 51 forks source link

[Enhancement] Ore Dictionary for any Ores #7

Open cproo12 opened 10 years ago

cproo12 commented 10 years ago

It would be sweet if that is possible to do. ore you could just add in dense versions of Copper, Zinc, Tin, etc. but only have them activate and generate if "some mod" is installed.

drinfernoo commented 10 years ago

I agree, this should search the ore dictionary for loaded ores, somehow, maybe with a blacklist in the config.

For the time being, it looks like you have to not only know the name of the texture file used (easy to find in the mods .jar), but also the name of the block used in the code (not so easy, especially for mods with metadata ores, or closed source mods).

IACTU commented 10 years ago

If you install minetweaker 3, you can use the "/minetweaker hand" command. This gives you the unlocalized name of the item you are currently holding in your hand by posting something like "minecraft:iron_ingot" in chat. If the block has metadata (such as thermal foundation ores), then it will appear at the end, as with "ThermalFoundation:Ore:1" for tin ore.