mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 22:25:09 +01:00
fix: invalid identifier crash in Sodium compat
This commit is contained in:
@@ -27,7 +27,7 @@ public class SodiumConfigEntryPoint implements ConfigEntryPoint {
|
||||
.setImpact(OptionImpact.MEDIUM)
|
||||
)
|
||||
.addOption(
|
||||
builder.createBooleanOption(Identifier.fromNamespaceAndPath(MOD_ID, "cullRoots"))
|
||||
builder.createBooleanOption(Identifier.fromNamespaceAndPath(MOD_ID, "cull_roots"))
|
||||
.setDefaultValue(true)
|
||||
.setName(Component.translatable("cullleaves.midnightconfig.cullRoots"))
|
||||
.setTooltip(Component.translatable("cullleaves.midnightconfig.cullRoots.tooltip"))
|
||||
|
||||
Reference in New Issue
Block a user