Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pachouli book name can be translated #75

Open
wants to merge 1 commit into
base: 1.12
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/main/resources/assets/deepmoblearning/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ tile.deepmoblearning.infused_ingot_block.name=Glitch Infused Block
# Single items
#
item.deepmoblearning.book.name=Placeholder Guide (Install Patchouli)
item.deepmoblearning.guide_book.name=Deep Mob Learning
item.deepmoblearning.guide_book.subtitle=A comprehensive Guide
item.deepmoblearning.guide_book.desc=$(dml) adds new ways to acquire loot that normally drops from mobs, the intent is to remove the need for a big laggy mobfarm.$(br2)The mod is inspired by $(l:https://minecraft.curseforge.com/projects/soul-shards-respawn)Soul shards$() and $(l:https://minecraft.curseforge.com/projects/woot)Woot$().$(br2)This guide was written with $(l:https://minecraft.curseforge.com/projects/patchouli)Patchouli$(), a $(o)neat$() mod by $(l:https://twitter.com/Vazkii)Vazkii$().
item.deepmoblearning.polymer_clay.name=Polymer Clay
item.deepmoblearning.soot_covered_redstone.name=Soot-covered Redstone
item.deepmoblearning.soot_covered_plate.name=Soot-covered Plate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Deep Mob Learning",
"subtitle": "A comprehensive Guide",
"name": "item.deepmoblearning.guide_book.name",
"subtitle": "item.deepmoblearning.guide_book.subtitle",
"creative_tab": "deepmoblearning",
"book_texture": "deepmoblearning:textures/gui/patchouli/book_gray.png",
"crafting_texture": "deepmoblearning:textures/gui/patchouli/crafting.png",
Expand All @@ -11,7 +11,7 @@
"link_hover_color": "00FFC0",
"show_progress": false,
"model": "deepmoblearning:book",
"landing_text": "$(dml) adds new ways to acquire loot that normally drops from mobs, the intent is to remove the need for a big laggy mobfarm.$(br2)The mod is inspired by $(l:https://minecraft.curseforge.com/projects/soul-shards-respawn)Soul shards$() and $(l:https://minecraft.curseforge.com/projects/woot)Woot$().$(br2)This guide was written with $(l:https://minecraft.curseforge.com/projects/patchouli)Patchouli$(), a $(o)neat$() mod by $(l:https://twitter.com/Vazkii)Vazkii$().",
"landing_text": "item.deepmoblearning.guide_book.desc",
"macros": {
"$(primary)": "$(#16EFF7)",
"$(item)": "$(#ff8c00)",
Expand Down