Skip to content

Commit

Permalink
Fix typo, update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Apr 6, 2024
1 parent 0494bf0 commit 698dd3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
modImplementation("mod.azure.azurelibarmor:azurelibarmor-fabric-${project.azure_mc_version}:${project.azure_lib_version}")

modImplementation("maven.modrinth:spell-engine:${project.spell_engine_version}")
modImplementation("maven.modrinth:spell-power:${project.spell_power_version}-fabric")
modImplementation("maven.modrinth:spell-power:${project.spell_power_version}")
modImplementation("maven.modrinth:runes:${project.runes_version}-fabric")
// modImplementation(files("run/mods/dev/spell_engine-${project.spell_engine_version}.jar"))
// modImplementation(files("run/mods/dev/spell_power-fabric-${project.spell_power_version}.jar"))
// modImplementation(files("run/mods/dev/spell_power-${project.spell_power_version}.jar"))
// modImplementation(files("run/mods/dev/runes-fabric-${project.runes_version}.jar"))
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/paladins/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"item.paladins.golden_claymore": "Golden Claymore",
"item.paladins.diamond_claymore": "Diamond Claymore",
"item.paladins.netherite_claymore": "Netherite Claymore",
"item.paladins.aeternium_claymore": "Aeterinum Claymore",
"item.paladins.aeternium_claymore": "Aeternium Claymore",

"item.paladins.wooden_great_hammer": "Wooden Great Hammer",
"item.paladins.stone_great_hammer": "Stone Great Hammer",
Expand Down

0 comments on commit 698dd3a

Please sign in to comment.