Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2024-01-27 10:08:06 -05:00
5 changed files with 16 additions and 5 deletions

View File

@@ -382,7 +382,7 @@ public class Block extends UnlockableContent implements Senseable{
/** Dump timer ID.*/
protected final int timerDump = timers++;
/** How often to try dumping items in ticks, e.g. 5 = 12 times/sec*/
protected final int dumpTime = 5;
public int dumpTime = 5;
public Block(String name){
super(name);