Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 919 Bytes

TooManyGodDamnOres

Utility mod for minecraft to help enforce the ore dictionary, so you don't have hundreds of types of the same ore.

Hooks into the HarvestDropsEvent which is fired when a block is harvested. It'll replace the dropped block with that of the mod specified in the configuration.

# Configuration file

####################
# general
####################

general {
    S:oreCopper=IC2
    S:oreTin=IC2
}

This basically makes it so that when a block is mined belong to the ore dictionary of either of those entries, it'll replace it with the block for the same ore dictionary entry belonging to the mod with modid specified, so IC2 (IndustrialCraft 2).

A better explanation and link to download is available on the minecraft forums post.