Skip to content

Commit

Permalink
Added new translations for EMI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramen5914 committed Sep 14, 2024
1 parent ae80b44 commit 7f71cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ loader_version_range=[4,)
mod_id=ramensadditions
mod_name=Ramen's Additions
mod_license=GNU GPLv3
mod_version=0.0.5
mod_version=0.1.0
mod_group_id=net.ramen5914.ramensadditions
mod_authors=Omar Rahman (Ramen5914)
mod_description=A collection of small additions to Minecraft that I wish were in the game.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"block.ramensadditions.advanced_grindstone": "Advanced Grindstone",
"container.ramensadditions.advanced_grindstone_title": "Advanced Grindstone",
"itemgroup.ramensadditions.advanced_grindstone_tab": "Ramen's Additions"
"emi.category.ramensadditions.advanced_grindstone": "Advanced Grinding",
"itemgroup.ramensadditions.advanced_grindstone_tab": "Ramen's Additions",
"tag.item.ramensadditions.disenchanting_catalysts": "Items that can be used in the Advanced Grindstone to remove single enchants."
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ protected void addTranslations() {

add(String.format("container.%s.advanced_grindstone_title", RamensAdditions.MOD_ID), "Advanced Grindstone");
add(String.format("itemgroup.%s.advanced_grindstone_tab", RamensAdditions.MOD_ID), "Ramen's Additions");
add(String.format("tag.item.%s.disenchanting_catalysts", RamensAdditions.MOD_ID), "Items that can be used in the Advanced Grindstone to remove single enchants.");
add(String.format("emi.category.%s.advanced_grindstone", RamensAdditions.MOD_ID), "Advanced Grinding");
}
}

0 comments on commit 7f71cb4

Please sign in to comment.