Minecraft Mods

Better Dungeon Loot

  • 8,307 views, 7 today
  • 607 downloads, 0 today
  • 6
  • 2
  • 17
aeoidvnsldf's Avatar aeoidvnsldf
Level 38 : Artisan Dolphin
26
This mod will not change already loaded dungeons. To be sure it works, you will have to make a new map.

So I was bored.

Me + 15 Minutes + Idea + GoingQuantum = Better Dungeon Loot Mod

You will immediately notice FAR BETTER dungeon loot.
This mod idea came from me deciding to create it after a random forum topic here:
http://www.planetminecraft.com/forums/what-you-think-about-current-dungeon-loot-t36911.html

Source that I edited in the WorldGenDungeon.java:

private ItemStack pickCheckLootItem(Random random)
{
int i = random.nextInt(13);
if(i == 0)
{
return new ItemStack(Item.blazeRod, random.nextInt(5) + 1);
}
if(i == 1 && random.nextInt(4) == 0)
{
return new ItemStack(Item.diamond, random.nextInt(4) + 1);
}
if(i == 2)
{
return new ItemStack(Item.slimeBall, random.nextInt(5) + 1);
}
if(i == 3)
{
return new ItemStack(Item.bread, random.nextInt(6) + 1);
}
if(i == 4)
{
return new ItemStack(Item.arrow, random.nextInt(31) + 1);
}
if(i == 5)
{
return new ItemStack(Item.ingotIron, random.nextInt(10) + 1);
}
if(i == 6)
{
return new ItemStack(Block.blockGold, random.nextInt(3) + 1);
}
if(i == 7 && random.nextInt(1) == 0)
{
return new ItemStack(Item.appleGold, random.nextInt(6) + 1);
}
if(i == 8 && random.nextInt(3) == 0)
{
return new ItemStack(Item.potion, 2, 16428);
}
if(i == 9)
{
return new ItemStack(Item.potion, 2, 8229);
}
if(i == 10)
{
return new ItemStack(Block.tnt, 2);
} else
if(i == 11)
{
return new ItemStack(Item.beefCooked, random.nextInt(7) + 1);
}
if(i == 12)
{
return new ItemStack(Item.cake);
}
{
return null;
}
}
Creditum...me?
Progress100% complete
Game VersionMinecraft 1.0
Tags

Create an account or sign in to comment.

1
01/03/2012 9:05 pm
Level 12 : Journeyman Explorer
blrblr
blrblr's Avatar
I wub you.... Manly way, like wub wub dubstep? xD I also approve
1
12/30/2011 9:18 am
Level 11 : Journeyman Mage
fishman12345
fishman12345's Avatar
Cool!Stuff that I need(Not like Saddles that r only good for one use)
1
12/30/2011 3:14 am
Level 39 : Artisan Toast
SoulStealer
SoulStealer's Avatar
Temporarily disabled the submission. Changes are required. In-Game Screenshots required
1
12/30/2011 2:08 am
Level 27 : Expert Dragon
nanights
nanights's Avatar
how do i install it to my .minecraft?
1
12/30/2011 2:13 am
Level 38 : Artisan Dolphin
aeoidvnsldf
aeoidvnsldf's Avatar
1
12/30/2011 2:12 am
Level 38 : Artisan Dolphin
aeoidvnsldf
aeoidvnsldf's Avatar
Go to /appdata/roaming/.minecraft/bin

Then right click on minecraft.jar --> Open with --> WinRar

(You need winrar for that http://www.win-rar.com/download.html)

Drag the acj.class into the minecraft.jar

Delete the folder in your minecraft.jar called "META-INF"
1
12/30/2011 2:25 am
Level 27 : Expert Dragon
nanights
nanights's Avatar
Thank you i donated and upvoted
1
12/30/2011 2:26 am
Level 27 : Expert Dragon
nanights
nanights's Avatar
Download i mean not donated sorry i cant edit it
1
12/30/2011 2:27 am
Level 38 : Artisan Dolphin
aeoidvnsldf
aeoidvnsldf's Avatar
Lol ok, I was like DONATE!?? WHAT!?!!?!?!? THANK YOU!?!?!?!?!?! oh wait...
1
12/30/2011 2:32 am
Level 27 : Expert Dragon
nanights
nanights's Avatar
lol sorry i just got scammed so im broke i will when i get money cuz i love it so much!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome