Disabled BCLib test data
This commit is contained in:
parent
54c2701153
commit
833fa2d028
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class BCLib implements ModInitializer {
|
|||
public static final boolean RUNS_NULLSCAPE = FabricLoader.getInstance()
|
||||
.getModContainer("nullscape")
|
||||
.isPresent();
|
||||
public static final boolean ADD_TEST_DATA = true;
|
||||
public static final boolean ADD_TEST_DATA = false;
|
||||
|
||||
private void onDatagen() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue