removed redundant super
This commit is contained in:
@@ -3,7 +3,6 @@ package kaptainwutax.seedcracker.finder;
|
||||
public class DefaultFinderConfig extends FinderConfig {
|
||||
|
||||
public DefaultFinderConfig() {
|
||||
super();
|
||||
this.typeStates.put(Type.DIAMOND_ORE, false);
|
||||
this.typeStates.put(Type.INFESTED_STONE_ORE, false);
|
||||
this.typeStates.put(Type.IGLOO, false);
|
||||
|
||||
Reference in New Issue
Block a user