a new mod that adds 2 items. gold ore and iron ore. what? there are already these ores in the game! well see, thats where you're wrong. Notch put it to where every Gold or Iron block you broke, gave you a block instead of an item. and my mod allows you to break the block and it can give you 1, 2 or even 3 ores in return. "umm you still haven't answered me" ok, lemme spell it out for you. I didn't want anyone to take advantage of this mod by breaking 1 block and getting 3 in return. and infinitely placing more and more down and tripling your income. BUT you cant place items and break them
To them I say, and you could quote me if you wanted:
"Mate, I can take a stroll and mine out iron ore and get three stacks of iron before sundown. Iron is easy to come by. Only getting one ingot maximum from from an entire ore vein block isn't within bounds of believability. Also, gold is tough as e, so it doesn't matter if you get a lot of it. Diamonds are rare enough to still be very valuable; and if you're lucky enough to get an unbalanced amount of diamonds with or without this mod, you deserve them. Redstone is essentially useless unless you're into gadgets and alchemy, and isn't rare anyway. I need not comment on coal, since (char)coal is an infinitely and easily reproduced resource. It isn't like this mod changes the spawn rate of ores so that you trip over resources every other step, and if you turned on a metal detector you'd go deaf. It's the player's choice if they want to combine this mod with a mod that makes resources more common." -RamiroRacynami
_____________________________________________________________
Since Fortune III is a random 1-3 drop multiplier and Ores Drop Mores is a 1-3 drop multiplier, when you're mining ores, you will get between 1-3 ores without the Fortune, and 1-9 with fortune.
This doesn't work with Redstone, I'm not sure if it's because Ores Drop Mores doesn't affect redstone, but it only drops 4-7 with Fortune. -Zach_H
______________________________________________________________
Requires Risugami's Modloader
COMPATIBLE WITH TECHNIC PACK!
DOWNLOAD
older versions
EDP(extra drop package) 1.1 DOWNLOAD
_________________________________
[1.2.3] Ores Drop Mores V1.8
Download Ores Drop Mores for 1.2.3 HERE
EDP(extra drop package) 1.2.3 DOWNLOAD
_________________________________
", cursive">FIXED THE BLOCK DROP BUG (sorry for not seeing it sooner!)
DOWNLOAD Ores Drop Mores for 1.2.4 HERE
download EDP for 1.2.4 here
______________________________________
Download Ores Drop Mores for 1.2.5
Download Ores Drop Mores's EDP for 1.2.5
Download Ores Drop Mores for 1.3.1
Download Ores Drop Mores for 1.3.2
NOW WORKS WITH EMERALDS
EXTRA DROP PACKAGE DOWNLOAD for 1.3.2!
_________________________________
unfortunately, Ores Drop Mores will be discontinued. the code is almost complete jibberish, and gets worse every update. this version seems to only drop 3 of the ore, instead of 1 to 3. that was my favorite feature, but i can't fix it. i apologize for this. (CODERS ONLY: scroll down if you think you know why this method isnt letting me drop a random 1 to 3 ratio. (bottom of post))
download 1.4.2 version of Ores Drop Mores at http://adf.ly/ECYt3
EDP will not be included until i figure out whats the deal with the code.
EDP = Exra Drop Package
(fixed link)
ALTERNATE TEXTURES (click to download) (any version)
includes:
- Creative One's Mediaval Pack 64x64
- Doku Craft 32x32
- Featherlight 32x32
- jjjjjason's FancyCraft 64x64
- Painterly 16x16
- Photo Realism 32x32
- retroNES 16x16
- Sphax PureBDcraft 32x32
- Derivation 32x32
- Fiftynine Craft 32x32
- Goodmorning Craft 16x16
- Johnsmith 64x64
- Runescape 64x64
- Summerfield 32x32
Don't know how to install the ODM EDP? Watch this video!
Thanks to roxicodine for these screenshots
you start with this
and end up with this
1.8.1 working proof!
________________________________________________________________________________
and KaijHatesCurse was kind enough to supply an amazing video showing off my mod
NOTE: also gives you the ability to mine redstone and obsidian faster. and gives you the ability to harvest ores with one less powerful pickaxe.
Think this mod is awesome, like my avatar, or ya think I'm awesome? Rate up this post!
And if you think You're awesome, leave a comment to keep my mod known to the public, and maybe future add ons like a config file are in store for you!
BANNERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[url="http://www.minecraftforum.net/topic/351935-181-ores-drop-mores-v14/page__p__5210944__fromsearch__1#entry5210944"][img]http://img27.imageshack.us/img27/3865/odmd.png[/img][/url]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[url="http://www.minecraftforum.net/topic/351935-181-ores-drop-mores-v14/page__p__5210944__fromsearch__1#entry5210944"][img]http://img210.imageshack.us/img210/8885/bannervo.png[/img][/url]
visit my About Me page for more mods that I've created!
here is the code i think is the main problem.
note: var3 is a public int.
public int quantityDroppedWithBonus(int par1, Random par2Random) { if (par1 > 0 && this.blockID != this.idDropped(0, par2Random, par1)) { var3 = par2Random.nextInt(par1 + 2) - 1;[/size][/color] [color=#696969][size=small] if (var3 < 0) { var3 = 0; }[/size][/color] [color=#696969][size=small] return this.quantityDropped(par2Random) * (var3 + 1); } else { return this.quantityDropped(par2Random) * (var3 + 3); } }
1
7
1
+1
1
2
2
this can change redstone forever, a must haver mod i think.
(NOTCH! add this mod to vanilla XD):iapprove: