field guide
This commit is contained in:
parent
cdbc2e74bc
commit
589ed9cf23
2 changed files with 58 additions and 0 deletions
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"name": "Oil Crops",
|
||||
"category": "tfc:tfg_tips",
|
||||
"icon": "tfg:sunflower_product",
|
||||
"read_by_default": false,
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "$(thing)TerraFirmaGreg$() adds a few new crops that can yield a large amount of $(item)Seed Oil$(). This can both be used as Lamp Fuel, as well as $(thing)Bio Diesel$() later on."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:multiblock",
|
||||
"multiblock": {
|
||||
"pattern": [
|
||||
[
|
||||
"Y"
|
||||
],
|
||||
[
|
||||
"X"
|
||||
],
|
||||
[
|
||||
"0"
|
||||
]
|
||||
],
|
||||
"mapping": {
|
||||
"Y": "tfg:sunflower_wild[mature=true,part=top]",
|
||||
"X": "tfg:sunflower_wild[mature=true,part=bottom]"
|
||||
}
|
||||
},
|
||||
"name": "Wild Sunflower",
|
||||
"text": "$(thing)Sunflowers$() grow between 5 and 40C, and 100 to 400mm of rainfall. Their seeds can also be roasted and eaten!",
|
||||
"enable_visualize": false
|
||||
},
|
||||
{
|
||||
"type": "patchouli:multiblock",
|
||||
"multiblock": {
|
||||
"pattern": [
|
||||
[
|
||||
"Y"
|
||||
],
|
||||
[
|
||||
"X"
|
||||
],
|
||||
[
|
||||
"0"
|
||||
]
|
||||
],
|
||||
"mapping": {
|
||||
"Y": "tfg:rapeseed_wild[mature=true,part=top]",
|
||||
"X": "tfg:rapeseed_wild[mature=true,part=bottom]"
|
||||
}
|
||||
},
|
||||
"name": "Wild Rapeseed",
|
||||
"text": "$(thing)Rapeseed$(), also known as $(thing)Canola$(), grows between -5 and 25C, and 50 to 250mm of rainfall.",
|
||||
"enable_visualize": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue