Add blast furnace tips entry

This commit is contained in:
CaptainGold1 2025-01-12 20:46:57 -06:00
parent 8741d77147
commit 637712ae01

View file

@ -0,0 +1,29 @@
{
"name": "Blast Furnace Tips",
"icon": "tfc:blast_furnace",
"category": "tfc:tfg_tips",
"read_by_default": true,
"pages":
[
{
"type": "patchouli:text",
"title": "TerraFirmaCraft Blast Furnace Tips",
"text": "So, you finally found that $(item)Kaolinite$() and are probably feeling pretty excited about making a 5-level $(thing)Blast Furnace$(). Here are some tips before you go wild!"
},
{
"type": "patchouli:spotlight",
"item": "gtceu:compressed_fireclay",
"text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can create fire bricks out of only clay, through $(item)Compressed Fireclay$() (you'll need steam machines for the clay dust). This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()."
},
{
"type": "patchouli:spotlight",
"title": "Automation",
"item": "create:mechanical_pump",
"text": "You'll need lots of $(item)Steel$() for the $(thing)Steam$() and $(thing)LV$() ages. Lots of steel. The $(thing)Electric Blast Furnace$() is far off, so maybe think about optimizing your steel production."
},
{
"type": "patchouli:text",
"text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation! You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more $(thing)fuel$()."
}
]
}