mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -2,7 +2,7 @@ package net.minecraft.server;
|
||||
|
||||
import org.bukkit.craftbukkit.block.CraftBlockState; // CraftBukkit
|
||||
|
||||
public class ItemWaterLily extends ItemColoredBlock {
|
||||
public class ItemWaterLily extends ItemWithAuxData {
|
||||
|
||||
public ItemWaterLily(int i) {
|
||||
super(i, false);
|
||||
@@ -23,7 +23,7 @@ public class ItemWaterLily extends ItemColoredBlock {
|
||||
return itemstack;
|
||||
}
|
||||
|
||||
if (!entityhuman.d(i, j, k)) {
|
||||
if (!entityhuman.e(i, j, k)) {
|
||||
return itemstack;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user