Skip to content

Commit

Permalink
Update NeatFiberConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Sep 18, 2024
1 parent 4414abf commit d9150fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fabric/src/main/java/vazkii/neat/NeatFiberConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ private static class Client implements NeatConfig.ConfigAccess {
private final PropertyMirror<Boolean> showEntityName = PropertyMirror.create(BOOLEAN);
private final PropertyMirror<Boolean> disableNameTag = PropertyMirror.create(BOOLEAN);
private final PropertyMirror<List<String>> blacklist = PropertyMirror.create(ConfigTypes.makeList(STRING));
private final PropertyMirror<MobCategory> mobCategoryBlacklist = PropertyMirror.create(ConfigTypes.makeEnum(MobCategory.class));

public ConfigTree configure(ConfigTreeBuilder builder) {
builder.beginValue("maxDistance", INTEGER, 24)
Expand Down

0 comments on commit d9150fe

Please sign in to comment.