formatting
This commit is contained in:
@@ -48,8 +48,7 @@ public class Crafter extends Block{
|
||||
}
|
||||
|
||||
// crafter full - it has to be emptied before it can craft again.
|
||||
if(tile.entity.getItem(result) >= capacity)
|
||||
{
|
||||
if(tile.entity.getItem(result) >= capacity){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user