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

ollieread/TooManyGodDamnOres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published