{
  "__comment__": "This file was automatically created by mcresources",
  "name": "Sajt",
  "category": "tfc:firmalife",
  "icon": "firmalife:textures/item/food/gouda.png",
  "pages": [
    {
      "type": "patchouli:text",
      "text": "Making $(thing)cheese$() in Firmalife is a little more involved than in vanilla TFC. There are two new kinds of milk: $(thing)Yak Milk$(), and $(thing)Goat Milk$(). These are obtained from milking the $(l:mechanics/animal_husbandry#yak)Yak$() and $(l:mechanics/animal_husbandry#goat)Goat$(), respectively. Milking the $(l:mechanics/animal_husbandry#cow)Cow$() still produces the old kind of milk."
    },
    {
      "type": "patchouli:text",
      "text": "Like usual, milk must be $(thing)curdled$() first. To curdle milk, you need $(thing)Rennet$(). Rennet comes from the stomach of $(thing)Ruminant$() animals. This includes $(l:mechanics/animal_husbandry#yak)Yaks$(), $(l:mechanics/animal_husbandry#cow)Cows$(), $(l:mechanics/animal_husbandry#sheep)Sheep$(), $(l:mechanics/animal_husbandry#goat)Goats$(), and $(l:mechanics/animal_husbandry#musk_ox)Musk Oxen$(). To curdle milk, seal it in a $(l:mechanics/barrels)Barrel$() with Rennet for 4 hours."
    },
    {
      "type": "patchouli:crafting",
      "anchor": "cheesecloth",
      "recipe": "firmalife:crafting/cheesecloth",
      "text": "Curdled milk must be converted to $(thing)Curds$() by sealing it in a barrel with $(thing)Cheesecloth$(). Cheesecloth is not reusable."
    },
    {
      "type": "patchouli:crafting",
      "recipe": "tfg:crafting/cheddar_wheel",
      "text": "You are ready to make $(thing)Dry Cheese$() if you wish. You can make $(thing)Rajya Metok$() from $(thing)Yak Curds$(), $(thing)Chevre$() from $(thing)Goat Curds$(), and $(thing)Cheddar$() from $(thing)Milk Curds$()."
    },
    {
      "type": "patchouli:crafting",
      "recipe": "tfg:crafting/chevre_wheel",
      "recipe2": "tfg:crafting/rajya_metok_wheel"
    },
    {
      "type": "patchouli:text",
      "text": "Your other option is to make $(thing)Wet Cheeses$(). These are made by sealing the curds in a barrel of $(thing)Salt Water$(). You can make $(thing)Shosha$() from $(thing)Yak Curds$(), $(thing)Feta$() from $(thing)Goat Curds$(), and $(thing)Gouda$() from $(thing)Milk Curds$()."
    },
    {
      "type": "patchouli:text",
      "anchor": "aging",
      "text": "Cheese wheels are blocks that should be placed in order to help them last. To improve their quality and shelf life, cheese wheels should be $(thing)Aged$() in a $(l:firmalife/cellar)Cellar$(). In order to obtain edible cheese from a cheese wheel, it should be sliced off the wheel by clicking $(item)$(k:key.use)$() with a $(thing)Knife$(). If the block is simply broken, the aging is lost!"
    },
    {
      "type": "tfc:multimultiblock",
      "text": "The aging stages of a wheel of Gouda: $(thing)Fresh$(), $(thing)Aged$(), and $(thing)Vintage$().",
      "multiblocks": [
        {
          "pattern": [
            [
              "X"
            ],
            [
              "0"
            ]
          ],
          "mapping": {
            "X": "firmalife:gouda_wheel[age=fresh]"
          }
        },
        {
          "pattern": [
            [
              "X"
            ],
            [
              "0"
            ]
          ],
          "mapping": {
            "X": "firmalife:gouda_wheel[age=aged]"
          }
        },
        {
          "pattern": [
            [
              "X"
            ],
            [
              "0"
            ]
          ],
          "mapping": {
            "X": "firmalife:gouda_wheel[age=vintage]"
          }
        }
      ]
    }
  ],
  "read_by_default": true,
  "sortnum": 1
}