NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/book.json
kappa-maintainer 203d664291
Update Chinese translation (#209)
* Update Chinese translation

* Use proper macro
2021-05-22 19:47:08 +02:00

22 lines
693 B
JSON

{
"name": "item.naturesaura.book.name",
"landing_text": "info.naturesaura.book.landing",
"advancement_namespaces": [
"naturesaura"
],
"creative_tab": "naturesaura",
"advancements_tab": "naturesaura",
"book_texture": "naturesaura:textures/gui/book.png",
"filler_texture": "naturesaura:textures/gui/book_filler.png",
"progress_bar_background": "d6f9a4",
"progress_bar_color": "6ab203",
"model": "naturesaura:book",
"subtitle": "info.naturesaura.book.subtitle",
"macros": {
"$(thing)": "$(#ff6600)",
"$(item)": "$(#ad09e2)",
"$(aura)": "$(#419600)Aura$()",
"$(aura-zh-cn)": "$(#419600)灵气$()"
}
}