Skip to content
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