forked from Shurgent/TFCTech
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7df16b2
commit 13e2ea7
Showing
3 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+21.9 MB
...erraFirmaCraft-MC1.12-1.2.1.144-deobf.jar → ...raFirmaCraft-MC1.12.2-1.6.1.157-deobf.jar
Binary file not shown.
56 changes: 56 additions & 0 deletions
56
...main/resources/assets/tfc/patchouli_books/book/en_us/entries/getting_started/logging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"name": "Water and Fire", | ||
"icon": "tfc:textures/items/food/cooked_venison.png", | ||
"category": "getting_started", | ||
"advancement": "tfc:main/logging", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "text", | ||
"text": "You're probably pretty thirsty by now. That's no problem. Just $(4)right-click$() on a fresh water source block to drink." | ||
}, | ||
{ | ||
"type": "text", | ||
"text": "In order to prepare food and light up your starting hut at night, you will want to build a $(thing)firepit$().$(br2)To build a firepit you'll first want a firestarter, which you can make from two sticks." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "tfc:firestarter", | ||
"text": "The firestarter has small durability, but works just like a $(l:advanced_metalworking/steel)flint and steel$()." | ||
}, | ||
{ | ||
"type": "text", | ||
"text": "To build a campfire, throw at least $(item)one log, three sticks, and up to three$() $(l:getting_started/basic_materials)straw$() on the ground. The straw are optional, but increase your chances of lighting. Hold $(4)right-click$() with your firestarter to start the fire. It may take several tries. The firepit will cook food, and make torches from sticks, but you must feed it logs or it will go out." | ||
}, | ||
{ | ||
"type": "multiblock", | ||
"enable_visualize": false, | ||
"text": "The firepit will let you cook foods, but it'll burn you if you step on it.", | ||
"name": "Firepit", | ||
"multiblock": { | ||
"mapping": { | ||
"P": "tfc:firepit[lit=true]" | ||
}, | ||
"pattern": [ | ||
["P"], ["0"] | ||
], | ||
"symmetrical": true | ||
} | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:torch", | ||
"text": "The firepit operates with $(l:reference/heating_recipes)heating recipes$(), which are essentially TFC's version of smelting recipes. As a device such as a firepit heats up using fuel, it can turn its ingredient into a product at a certain temperature. Firepits don't get very hot, but you can use them to make torches, as well as cook meat." | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:terracotta", | ||
"text": "Firing terracotta works just like vanilla!" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:cooked_beef", | ||
"text": "Eating raw meat is bad, so you should cook it." | ||
} | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
...in/resources/assets/tfc/patchouli_books/book/en_us/entries/reference/heating_recipes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "Heating Recipes", | ||
"icon": "tfc:textures/items/food/cooked_beef.png", | ||
"category": "reference", | ||
"advancement": "tfc:main/logging", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:unfired_vessel", | ||
"text": "Same goes for any clay item." | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:cooked_pheasant", | ||
"text": "Any meat or dough (including eggs) can be cooked" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:unfired_brick" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:unfired_fire_brick" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:unfired_flower_pot" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:terracotta" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:lime_glazed_terracotta" | ||
}, | ||
{ | ||
"type": "tfc:heat_recipe", | ||
"recipe": "tfc:unfired_spindle" | ||
} | ||
] | ||
} |