TR root advancement fixed

This commit is contained in:
drcrazy 2019-12-23 22:13:13 +03:00
parent 0de4110f96
commit ecb63b5a6b
2 changed files with 3 additions and 2 deletions

View file

@ -720,6 +720,7 @@
"techreborn.manual.refundbtn": "Refund", "techreborn.manual.refundbtn": "Refund",
"_comment24": "Advancements", "_comment24": "Advancements",
"advancements.techreborn.root": "Mine It",
"advancements.techreborn.root.desc": "Now that you have acquired Tech Reborn ore, you might find a tree tap useful.", "advancements.techreborn.root.desc": "Now that you have acquired Tech Reborn ore, you might find a tree tap useful.",
"advancements.techreborn.treetap": "TreeTap", "advancements.techreborn.treetap": "TreeTap",
"advancements.techreborn.treetap.desc": "Now that you have crafted a tree tap you will want to use it on a sap spot on a rubber tree.", "advancements.techreborn.treetap.desc": "Now that you have crafted a tree tap you will want to use it on a sap spot on a rubber tree.",

View file

@ -4,12 +4,12 @@
"item": "techreborn:copper_ore" "item": "techreborn:copper_ore"
}, },
"title": { "title": {
"translate": "itemGroup.techreborn" "translate": "advancements.techreborn.root"
}, },
"description": { "description": {
"translate": "advancements.techreborn.root.desc" "translate": "advancements.techreborn.root.desc"
}, },
"background": "techreborn:textures/blocks/storage/lead_block.png", "background": "techreborn:textures/block/storage/lead_storage_block.png",
"show_toast": true, "show_toast": true,
"announce_to_chat": true "announce_to_chat": true
}, },