diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cce9d..204b0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# You're in Grave Danger 2.4.7 + +### Fixes +* Added translation for enabling soulbound enchantment in the configs + +--- + # You're in Grave Danger 2.4.6 ### Fixes diff --git a/gradle.properties b/gradle.properties index 6595f4e..3579531 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.parallel=true loader_version=0.15.11 # Mod Properties - mod_version = 2.4.6 + mod_version = 2.4.7 maven_group = com.b1n_ry.yigd archives_base_name = youre-in-grave-danger-fabric diff --git a/src/main/resources/assets/yigd/lang/en_us.json b/src/main/resources/assets/yigd/lang/en_us.json index e36cef0..01f4c93 100644 --- a/src/main/resources/assets/yigd/lang/en_us.json +++ b/src/main/resources/assets/yigd/lang/en_us.json @@ -233,11 +233,7 @@ "text.autoconfig.yigd.option.graveRendering.useGlowingEffect": "Glowing Outline Enabled?", "text.autoconfig.yigd.option.graveRendering.glowingDistance": "Glowing Outline Distance", "text.autoconfig.yigd.option.extraFeatures": "Extra Features", - "text.autoconfig.yigd.option.extraFeatures.soulboundEnchant": "YiGD Soulbound Enchant", - "text.autoconfig.yigd.option.extraFeatures.soulboundEnchant.enabled": "Should load?", - "text.autoconfig.yigd.option.extraFeatures.soulboundEnchant.isTreasure": "Generate on loot?", - "text.autoconfig.yigd.option.extraFeatures.soulboundEnchant.isAvailableForEnchantedBookOffer": "Possible trade offer?", - "text.autoconfig.yigd.option.extraFeatures.soulboundEnchant.isAvailableForRandomSelection": "Find in enchantment table + on loot items?", + "text.autoconfig.yigd.option.extraFeatures.enableSoulbound": "Enable Soulbound Enchant", "text.autoconfig.yigd.option.extraFeatures.deathSightEnchant": "Death Sight Enchant", "text.autoconfig.yigd.option.extraFeatures.deathSightEnchant.enabled": "Should Load?", "text.autoconfig.yigd.option.extraFeatures.deathSightEnchant.isTreasure": "Generate on loot?",