formatting

This commit is contained in:
Krzysztof Skrzętnicki
2018-01-02 23:38:45 +01:00
committed by GitHub
parent 9897e200a8
commit eed70fe63c
@@ -48,8 +48,7 @@ public class Crafter extends Block{
} }
// crafter full - it has to be emptied before it can craft again. // 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; return;
} }