mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 15:06:14 +03:00
12 lines
366 B
Diff
12 lines
366 B
Diff
--- ../src-base/minecraft/net/minecraft/inventory/Slot.java
|
|
+++ ../src-work/minecraft/net/minecraft/inventory/Slot.java
|
|
@@ -10,7 +10,7 @@
|
|
|
|
public class Slot
|
|
{
|
|
- private final int slotIndex;
|
|
+ public final int slotIndex; // CraftBukkit - private -> public
|
|
public final IInventory inventory;
|
|
public int slotNumber;
|
|
public int xDisplayPosition;
|