Skip to content

Commit

Permalink
Added translation for enabling soulbound enchant in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
B1n-ry committed Aug 21, 2024
1 parent 1583932 commit 24cb790
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/assets/yigd/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 24cb790

Please sign in to comment.