Skip to content

Commit

Permalink
added tadpole to default disabled entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Sep 15, 2024
1 parent 36606a3 commit 9fdbcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xplat/src/main/java/vazkii/neat/NeatConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface ConfigAccess {
List<String> blacklist();
}

public static final List<String> DEFAULT_DISABLED = List.of("minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish");
public static final List<String> DEFAULT_DISABLED = List.of("minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish", "minecraft:tadpole");

public static ConfigAccess instance;
}

0 comments on commit 9fdbcd2

Please sign in to comment.