diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/boats.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/boats.json new file mode 100644 index 000000000..82647e1e1 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/boats.json @@ -0,0 +1,12 @@ +{ + "name": "Why did my boat sink?", + "icon": "firmalife:canoe_paddle", + "category": "tfc:tfg_faqs", + "pages": + [ + { + "type": "patchouli:text", + "text": "Build your boat on land, then push it or use a $(item)Lead$() to launch it. If it's already sunk, too bad, make another one." + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/yeast_starter.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/yeast_starter.json new file mode 100644 index 000000000..505678d8f --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs/yeast_starter.json @@ -0,0 +1,12 @@ +{ + "name": "How do I make yeast starter?", + "icon": "tfc:food/flour", + "category": "tfc:tfg_faqs", + "pages": + [ + { + "type": "patchouli:text", + "text": "Make sure you dry the fruit first using a $(item)Drying Mat$(). Then follow the rest of the steps in $(l:firmalife/bread#yeast)FIXME$()." + } + ] +} \ No newline at end of file