Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by max ( 15 years ago )
package net.minecraft.src;
import java.util.Random;
public class BlockNewore extends Block
{
public BlockNewore(int i, int j)
{
super(i, j, Material.rock);
}
public int idDropped(int i, Random random)
{
return mod_Ore.newore.blockID;
}
}
Revise this Paste
Parent: 37385