rwtema / DenseOres

53 stars 51 forks source link

Exponential dense ore #85

Open Wolf68k opened 9 years ago

Wolf68k commented 9 years ago

Not sure if this was intended or not but it's possible to make dense ore dense. So for example take iron ore: Default config.... gives 3 iron ore block_0 { S:baseBlock=minecraft:iron_ore I:baseBlockMeta=0 S:baseBlockTexture=iron_ore D:denseOreProbability=1.0 I:renderType=0 I:retroGenId=1 S:underlyingBlock=stone }

Creates: Dense Dense Iron Ore gives 9 iron ore block_X { S:baseBlock=denseores:block0 I:baseBlockMeta=0 S:baseBlockTexture=iron_ore D:denseOreProbability=1 I:renderType=0 I:retroGenID=1 S:underlyingBlock=stone }

I went further making Dense Dense Dense Iron Ore which gives 27 iron ore. I'm sure it can go further.

If this as intended then please for give me for this report. Just trying to help out.