mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 07:19:56 +03:00
12 lines
458 B
Diff
12 lines
458 B
Diff
--- ../src-base/minecraft/net/minecraft/block/BlockWorkbench.java
|
|
+++ ../src-work/minecraft/net/minecraft/block/BlockWorkbench.java
|
|
@@ -33,7 +33,7 @@
|
|
}
|
|
else
|
|
{
|
|
- playerIn.displayGui(new BlockWorkbench.InterfaceCraftingTable(worldIn, pos));
|
|
+ playerIn.displayGui(new InterfaceCraftingTable(worldIn, pos));
|
|
playerIn.addStat(StatList.CRAFTING_TABLE_INTERACTION);
|
|
return true;
|
|
}
|