Unprotect dumpTime (#9493)
This commit is contained in:
@@ -382,7 +382,7 @@ public class Block extends UnlockableContent implements Senseable{
|
|||||||
/** Dump timer ID.*/
|
/** Dump timer ID.*/
|
||||||
protected final int timerDump = timers++;
|
protected final int timerDump = timers++;
|
||||||
/** How often to try dumping items in ticks, e.g. 5 = 12 times/sec*/
|
/** 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){
|
public Block(String name){
|
||||||
super(name);
|
super(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user