Skip to content

Commit

Permalink
lang file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereo528 committed Aug 4, 2023
1 parent dc68125 commit 01f94a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.ajoberstar.grgit' version '5.2.0'
}

archivesBaseName = "${project.archives_base_name}+mc${libs.versions.minecraft.get()}"
archivesBaseName = "${project.archives_base_name}-mc${libs.versions.minecraft.get()}"
version = "${project.mod_version}+${getVersion()}"
group = project.maven_group

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/moue_milkshakes/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"item.moue_milkshakes.chocolate_shake": "Chocolate Shake",
"item.moue_milkshakes.vanilla_shake": "Vanilla Shake",
"item.moue_milkshakes.moue_shake": "Moue Shake",
"item.moue_milkshakes.nether_star_shake": "Nether Star Shake",
"item.moue_milkshakes.carrot_smoothie": "Carrot Smoothie",
"item.moue_milkshakes.golden_carrot_smoothie": "Golden Carrot Smoothie",
"item.moue_milkshakes.partially_filled_shake_cup": "Partially Full Shake Cup",
Expand Down

0 comments on commit 01f94a9

Please sign in to comment.