mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Updated to Minecraft version 1.4
This commit is contained in:
@@ -14,7 +14,6 @@ public class ItemDoor extends Item {
|
||||
public ItemDoor(int i, Material material) {
|
||||
super(i);
|
||||
this.a = material;
|
||||
this.durability = 64;
|
||||
this.maxStackSize = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user