mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-18 12:24:57 +00:00
11 lines
283 B
Diff
11 lines
283 B
Diff
--- a/net/minecraft/server/ItemReed.java
|
|
+++ b/net/minecraft/server/ItemReed.java
|
|
@@ -2,7 +2,7 @@
|
|
|
|
public class ItemReed extends Item {
|
|
|
|
- private final Block a;
|
|
+ public final Block a; // PAIL: private->public
|
|
|
|
public ItemReed(Block block) {
|
|
this.a = block;
|