initial faqs

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-10 18:05:15 +00:00 committed by GitHub
parent 11f97200d3
commit 522e15644b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

@ -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."
}
]
}

View file

@ -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$()."
}
]
}