mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 06:15:08 +01:00
fix: invalid identifier crash in Sodium compat
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### CullLeaves v4.1.1.1
|
||||
- Fix crash due to invalid identifier in new Sodium compat
|
||||
|
||||
## CullLeaves v4.1.1
|
||||
- Port to 1.21.11 (Mounts of Mayhem)
|
||||
- Add support for Sodium 0.8.0
|
||||
|
||||
@@ -7,7 +7,7 @@ org.gradle.parallel=false
|
||||
#org.gradle.configureondemand=true
|
||||
|
||||
# Mod properties
|
||||
mod.version=4.1.1
|
||||
mod.version=4.1.1.1
|
||||
mod.group=eu.midnightdust
|
||||
mod.id=cullleaves
|
||||
mod.name=CullLeaves
|
||||
|
||||
@@ -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