Alchemy Table now supports new recipe API
This commit is contained in:
parent
562e62725c
commit
106532061d
21 changed files with 167 additions and 309 deletions
|
@ -76,7 +76,8 @@ public class TileBase extends TileEntity {
|
|||
}
|
||||
|
||||
public void notifyUpdate() {
|
||||
getWorld().notifyBlockUpdate(getPos(), getWorld().getBlockState(getPos()), getWorld().getBlockState(getPos()), 3);
|
||||
IBlockState state = getWorld().getBlockState(getPos());
|
||||
getWorld().notifyBlockUpdate(getPos(), state, state, 3);
|
||||
}
|
||||
|
||||
// Data syncing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue