Um...
Golden Apples are the most difficult to obtain, but most beneficial Food item. They are extremely rarely found in Dungeon, Stronghold, Abandoned Mine Shaft chests, and by smashing Leaves out of some trees. though they can also be obtained by crafting a red apple and eight gold blocks together. Eating one heals , and grants enhanced regeneration for 30 seconds, regardless of hunger level. They are considered to be very valuable to players and are often kept as a kind of trophy. When in your inventory, Golden Apples shine purple.
From the wiki.
0
0
0
0
0
0
public class mod_SuperFoods extends BaseMod
{
public String Version()
{
return "1.0.0";
}
private mod_SuperFoods()
{
HealOrb.iconIndex = ModLoader.addOverride("/gui/items.png", "/hp.png");
ModLoader.AddName(HealOrb, "HealOrb");
ModLoader.AddRecipe(new ItemStack(HealOrb, 1), new Object[] {
"111", "111", "444 ", Character.valueOf('1'), Block.obsidian, Character.valueOf('2'), Item.wheat, Character.valueOf('3'), Item.bucketMilk, Character.valueOf('4'), Item.egg
});
}
public static Item HealOrb = (new ItemFood(31415, 8, 1F, false)).setItemName("HealOrb");
@Override
public String getVersion() {
return null;
}
@Override
public void load() {
}
}
_______________________________________-----
It freezes at the mojang logo when I tested it.
D: No views.
:/
0
I use Notepad++
0
Golden Apples are the most difficult to obtain, but most beneficial Food item. They are extremely rarely found in Dungeon, Stronghold, Abandoned Mine Shaft chests, and by smashing Leaves out of some trees. though they can also be obtained by crafting a red apple and eight gold blocks together. Eating one heals , and grants enhanced regeneration for 30 seconds, regardless of hunger level. They are considered to be very valuable to players and are often kept as a kind of trophy. When in your inventory, Golden Apples shine purple.
From the wiki.
0
0
Wait do chests always have random items?
0
The seed is: 2924808357977011521
Coordinates:
X: -137.556
Y: 39.82
Z: 280.596
GOLDEN APPLE DUNGEON!
0
IN MCP! HELP PLEASE!
0
0
I'm still working on this...someone help?
0