This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
This thread was automatically marked as Locked.
Quote from Zartyzzo »Reality doesn't work that way. Not that Minecraft is very realistic but it still seems a little weird.
Quote from User »Craft it into LIGHTING BOMB OF MANLINESS. Then turn world into MANLY WORLD OF MANLY MANLINESS.
Quote from cole2 Pretty much just like the title says. Put dirt in a furnace, you get brown dye.
package net.minecraft.src; public class mod_DirtToCocoa extends BaseModMp { public void load() { ModLoader.addSmelting(Block.dirt.blockID, new ItemStack(Item.dyePowder, 1, 3)); } public String getVersion() { return "1.2.5"; } }
Put dirt in a furnace, you get brown dye.
- Friendly Community - 15+ Servers - Robust Ranking System - 24/7 Uptime - Biggest - Fastest -
Anyway, I'll help in educational purpuse. If you use ModLoaders, than you can just copy the script) Good luck!)
package net.minecraft.src; public class mod_DirtToCocoa extends BaseModMp { public void load() { ModLoader.addSmelting(Block.dirt.blockID, new ItemStack(Item.dyePowder, 1, 3)); } public String getVersion() { return "1.2.5"; } }P.S. Checked by self)