fix syncID issues, should fix a lot of issues with the inv handing.
This commit is contained in:
parent
50c13bafdc
commit
7f8674f1ca
83 changed files with 209 additions and 211 deletions
|
@ -44,8 +44,8 @@ public class GuiAutoCrafting extends GuiBase {
|
|||
boolean showGui = true;
|
||||
TileAutoCraftingTable tileAutoCraftingTable;
|
||||
|
||||
public GuiAutoCrafting(PlayerEntity player, TileAutoCraftingTable tile) {
|
||||
super(player, tile, tile.createContainer(player));
|
||||
public GuiAutoCrafting(int syncID, PlayerEntity player, TileAutoCraftingTable tile) {
|
||||
super(player, tile, tile.createContainer(syncID, player));
|
||||
this.tileAutoCraftingTable = tile;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue