hilburn / NotEnoughResources

Adds resources to NEI
Other
20 stars 17 forks source link

Add BluePower ore generation support #61

Closed FantasyTeddy closed 8 years ago

FantasyTeddy commented 8 years ago

My first commit (6a7d923) is an attempt to introduce a new distribution function in order to simplify most of the ore generation registration. Usually ore generation is done with four variables:

With the new function, those values can be passed directly and there is no additional calculation required.

The second commit (c8dad12) adds BluePower support for its ore generation (as suggested in Issue #46).

way2muchnoise commented 8 years ago

@FantasyTeddy Looks good, can't do anything wrong with adding more things

FantasyTeddy commented 8 years ago

Great, thanks for merging!

Btw, is there something that can be done for Jenkins to build successfully again?

way2muchnoise commented 8 years ago

Nope nothing you can do @jakimfett needs to do that

FantasyTeddy commented 8 years ago

Okay :smiley:

jakimfett commented 8 years ago

@FantasyTeddy @way2muchnoise I've been too busy the last couple of days to address the Jenkins build issues. I'll (hopefully) have time to fix it tomorrow or the next day.

FantasyTeddy commented 8 years ago

@jakimfett There's no hurry. I was just wondering if I could help somehow.