Skip to content

Commit

Permalink
📝 brick kiln guide book entry
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro committed Jul 17, 2024
1 parent da2b327 commit bf30651
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
"pages": [
{
"type": "patchouli:text",
"text": "-- First Bricks $(br)-- Making Kiln$(br)-- Kiln Usage"
"text": "The $(item)Brick Kiln$() is used for $(thing)Composite Smelting$() recipes to produce items from two ingredients."
},
{
"type": "patchouli:crafting",
"recipe": "ultramarine:brick_kiln",
"text": "However, to get your first $(thing)Cyan Bricks$() to make the kiln, you have to use the traditional method."
},
{
"type": "patchouli:spotlight",
"title": "Making Cyan Brick",
"item": "ultramarine:unfired_clay_brick,ultramarine:fired_brick,ultramarine:cyan_brick",
"text": "To make $(item)Cyan Brick$(), smelt $(item)Unfired Clay Brick$() into $(item)Fired Brick$(), then drop it into water and wait for 5 minutes.",
"link_recipe": true
},
{
"type": "patchouli:text",
"title": "Using Brick Kiln",
"text": "The $(item)Brick Kiln$() is similar to a furnace, but 2 input items are needed instead of one. Recipes can be looked up in JEI."
}
]
}

0 comments on commit bf30651

Please sign in to comment.