NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/book.json

18 lines
559 B
JSON
Raw Normal View History

2018-10-25 19:23:20 +02:00
{
"name": "item.naturesaura.book.name",
"landing_text": "info.naturesaura.book.landing",
"advancement_namespaces": [
"naturesaura"
2018-10-26 02:56:38 +02:00
],
"creative_tab": "naturesaura",
"advancements_tab": "naturesaura",
"book_texture": "naturesaura:textures/gui/book",
2018-10-26 21:37:08 +02:00
"filler_texture": "naturesaura:textures/gui/book_filler",
"model": "naturesaura:book",
2018-10-31 13:50:12 +01:00
"subtitle": "info.naturesaura.book.subtitle",
2018-10-26 21:37:08 +02:00
"macros": {
2018-10-26 22:40:24 +02:00
"$(thing)": "$(#ff6600)",
"$(item)": "$(#ad09e2)",
2018-10-26 21:37:08 +02:00
"$(aura)": "$(#419600)Aura$()"
}
2018-10-25 19:23:20 +02:00
}