Added new recipes, fixed conveyor bug

This commit is contained in:
Anuken
2018-06-26 13:54:06 -04:00
parent e407ba3ad3
commit 24ac823f06
14 changed files with 113 additions and 62 deletions
@@ -90,6 +90,10 @@ public class TileEntity extends BaseEntity implements TargetTrait {
}
}
public boolean isSleeping(){
return sleeping;
}
public boolean isDead() {
return dead;
}