From ee780882501c0fd95a2d8f0a75ae4d27bbe81f0d Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 17 Mar 2020 13:36:53 -0400 Subject: [PATCH] 1.1.14 Update Config Lang --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- src/main/resources/assets/sorcerycraft/lang/en_us.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee1dc5..0619087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +**1.1.14** +* Update Config Lang + **1.1.13** * Update Mappings * Improve ```/spell``` command diff --git a/gradle.properties b/gradle.properties index 3bfcab3..483484f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G fabric_loader_version = 0.7.8+build.187 # Mod Properties - mod_version = 1.1.13 + mod_version = 1.1.14 maven_group = com.thebrokenrail archives_base_name = sorcerycraft diff --git a/src/main/resources/assets/sorcerycraft/lang/en_us.json b/src/main/resources/assets/sorcerycraft/lang/en_us.json index 62dde7f..0f717e4 100644 --- a/src/main/resources/assets/sorcerycraft/lang/en_us.json +++ b/src/main/resources/assets/sorcerycraft/lang/en_us.json @@ -16,7 +16,7 @@ "stat.sorcerycraft.cast_spell": "Spells Cast", "text.autoconfig.sorcerycraft.title": "SorceryCraft Config", "text.autoconfig.sorcerycraft.option.failureChance": "Spell Failure Chance", - "text.autoconfig.sorcerycraft.option.limitCastingTable": "Limit Casting Table to discovered spells", + "text.autoconfig.sorcerycraft.option.limitCastingTable": "Limit Casting Table To Discovered Spells", "text.autoconfig.sorcerycraft.option.limitCastingTable.creative": "Creative Mode", "text.autoconfig.sorcerycraft.option.limitCastingTable.survival": "Survival Mode", "spell.sorcerycraft.damage_spell": "Damage",