mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
283 B
Diff
12 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;
|