mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
huh
This commit is contained in:
parent
2aeb2dc7e0
commit
d8eab0ffb4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public class Crafter extends Block{
|
|||
@Override
|
||||
public void update(Tile tile){
|
||||
|
||||
if(tile.entity.timer.get(timerDump, 20) && tile.entity.hasItem(result)){
|
||||
if(tile.entity.timer.get(timerDump, 15) && tile.entity.hasItem(result)){
|
||||
tryDump(tile, -1, result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue