Altar works
This commit is contained in:
parent
352c6b9e5f
commit
a6d329cf98
12 changed files with 266 additions and 110 deletions
|
@ -65,7 +65,10 @@ public class BlockAltar extends BlockContainer {
|
|||
}
|
||||
}
|
||||
|
||||
Utils.insertItemToTile(altar, player);
|
||||
if (Utils.insertItemToTile(altar, player))
|
||||
altar.startCycle();
|
||||
else
|
||||
altar.setActive();
|
||||
|
||||
world.markBlockForUpdate(pos);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue