Skip to content

Commit

Permalink
Removed configs with claim mods because they're not supported on the …
Browse files Browse the repository at this point in the history
…neoforge version of YiGD (yet at least)
  • Loading branch information
B1n-ry committed Aug 22, 2024
1 parent f6da585 commit c41e9bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/b1n_ry/yigd/config/YigdConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,10 @@ public static class BlockUnderGrave {
add(new MapEntry("minecraft:the_end", "minecraft:end_stone"));
add(new MapEntry("misc", "minecraft:dirt"));
}};
public boolean generateOnProtectedLand = false;
}
}

public static class CompatConfig {
@Comment("While PUT_IN_GRAVE, other drop rules will be prioritized")
@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.BUTTON)
public DropRule standardDropRuleInClaim = DropRule.PUT_IN_GRAVE;

public boolean enableAccessoriesCompat = true;
@Comment("While PUT_IN_GRAVE, other drop rules will be prioritized")
@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.BUTTON)
Expand Down

0 comments on commit c41e9bb

Please sign in to comment.