{
    "name": "Tkanie",
    "category": "tfc:mechanics",
    "icon": "tfc:spindle",
    "pages": [
        {
            "type": "patchouli:text",
            "text": "$(thing)Weaving$() is the process of combining different kinds of string into $(thing)Cloth$(). While the last step of weaving is done in a $(thing)Loom$(), some cloths such as $(thing)Wool$(), obtained from $(l:mechanics/animal_husbandry#wooly_animals)Wooly Animals$(), requires a $(thing)Spindle$() to obtain $(thing)Wool Yarn$() in order to be woven."
        },
        {
            "type": "tfc:knapping_recipe",
            "recipe": "tfc:clay_knapping/spindle_head",
            "text": "The $(thing)Unfired Spindle Head$() is knapped from clay. It can then be $(l:mechanics/heating)fired$() to make a $(thing)Spindle Head$(). To complete the spindle, craft it with a $(thing)Stick$()."
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfc:kjs/damage/shapeless/wool_yarn",
            "text": "Crafting $(thing)Wool$() with a Spindle yields $(thing)Wool Yarn$()."
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfc:crafting/wood/acacia_loom",
            "text": "The loom is crafted from just $(thing)Lumber$() and a $(thing)Stick$()."
        },
        {
            "type": "tfc:loom_recipe",
            "anchor": "wool_cloth",
            "recipe": "tfc:loom/wool_cloth",
            "text": "The recipe for $(thing)Wool Cloth$() takes 16 $(thing)Wool Yarn$(). Adding to the loom is done with $(item)$(k:key.use)$(). Then, hold down $(item)$(k:key.use)$() to begin working the loom. When it is done, press $(item)$(k:key.use)$() to retrieve the item."
        },
        {
            "type": "patchouli:image",
            "images": [
                "tfc:textures/gui/book/tutorial/loom_empty.png",
                "tfc:textures/gui/book/tutorial/loom_full.png",
                "tfc:textures/gui/book/tutorial/loom_working.png",
                "tfc:textures/gui/book/tutorial/loom_done.png"
            ],
            "text": "Etapy pracującego krosna.",
            "border": true
        },
        {
            "type": "tfc:loom_recipe",
            "recipe": "tfc:loom/wool_block",
            "text": "$(thing)Wool Cloth$() can be re-woven into $(thing)Wool Blocks$(). Wool blocks can be $(l:mechanics/dye)dyed$()."
        },
        {
            "type": "tfc:loom_recipe",
            "recipe": "tfc:loom/silk_cloth",
            "text": "$(thing)Silk Cloth$() can be made in the loom out of $(thing)String$(). It can be used as a wool cloth substitute in some cases."
        },
        {
            "type": "tfc:loom_recipe",
            "anchor": "burlap_cloth",
            "recipe": "tfc:loom/burlap_cloth",
            "text": "$(thing)Burlap Cloth$() does not have a use, but it can be made from $(l:mechanics/crops#jute)Jute Fiber$()."
        },
        {
            "type": "patchouli:crafting",
            "recipe": "tfc:crafting/vanilla/color/light_blue_bed",
            "recipe2": "tfc:crafting/vanilla/painting"
        }
    ],
    "read_by_default": true,
    "extra_recipe_mappings": {
        "tfc:spindle": 1,
        "tfc:wool": 2,
        "tag:tfc:looms": 3,
        "tfc:wool_cloth": 4,
        "minecraft:white_wool": 6,
        "tfc:silk_cloth": 7,
        "tfc:burlap_cloth": 8
    }
}