mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Update CraftBukkit to Minecraft 1.4(.2).
This commit is contained in:
@@ -35,7 +35,7 @@ public class BlockNetherWart extends BlockFlower {
|
||||
return j >= 3 ? this.textureId + 2 : (j > 0 ? this.textureId + 1 : this.textureId);
|
||||
}
|
||||
|
||||
public int b() {
|
||||
public int d() {
|
||||
return 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user