Skip to content

Commit

Permalink
Forgot debug option......yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieHDGaming committed Oct 2, 2018
1 parent 49419cf commit 3811159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dimdev/jeid/JEID.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class JEID {
private static final boolean DEBUG_BLOCK_IDS = false;
private static final boolean DEBUG_ITEM_IDS = false;
private static final boolean DEBUG_BIOME_IDS = false;
private static final boolean DEBUG_POTION_IDS = true;
private static final boolean DEBUG_POTION_IDS = false;
public static final Biome errorBiome = new BiomeVoid(new Biome.BiomeProperties("A mod doesn't support extended biome IDs -- report to JEID"))
.setRegistryName("jeid:error_biome");

Expand Down

0 comments on commit 3811159

Please sign in to comment.