@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/inventory/CrafterMenu.java
|
||||
+++ b/net/minecraft/world/inventory/CrafterMenu.java
|
||||
@@ -9,8 +9,27 @@
|
||||
@@ -10,8 +10,27 @@
|
||||
import net.minecraft.world.level.World;
|
||||
import net.minecraft.world.level.block.CrafterBlock;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
protected static final int SLOT_COUNT = 9;
|
||||
private static final int INV_SLOT_START = 9;
|
||||
private static final int INV_SLOT_END = 36;
|
||||
@@ -117,6 +136,7 @@
|
||||
@@ -118,6 +137,7 @@
|
||||
|
||||
@Override
|
||||
public boolean stillValid(EntityHuman entityhuman) {
|
||||
|
||||
Reference in New Issue
Block a user