Fork of Poseidon providing Bukkit #1060 to older Beta versions (b1.0-b1.7.3)
at develop 10 lines 165 B view raw
1package net.minecraft.server; 2 3public class ItemCoal extends Item { 4 5 public ItemCoal(int i) { 6 super(i); 7 this.a(true); 8 this.d(0); 9 } 10}