Oven Cooking

Oven Cooking

Mod

Create your own recipes and then you can cook them.

Client and server FoodGame MechanicsStorage

75 downloads
3 followers
Follow Save

This mod is made to order

Adds an oven block that will cook your recipes. To make the stove work, you need to put a bonfire under the block.

Below is what has already been added

English

  • You can create your own recipes to cook food!

1.1 Tags for hot blocks:

heat_sources.json

{
"replace": false,
"values": [
"minecraft:campfire",
"minecraft:soul_campfire"
]
}

Recipes that have already been added:

bread.json

{
  "type": "ovenonly:baking",
  "pattern": [
    "WWW",
    "   ",
    "   "
  ],
  "key": {
    "W": {
      "item": "minecraft:wheat"
    }
  },
  "result": {
    "item": "minecraft:bread",
    "count": 1
  },
  "cooktime": 150,
  "experience": 0.5
}

oven.json

{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "key": {
    "B": {
      "item": "minecraft:bricks"
    },
    "S": {
      "item": "minecraft:stone_bricks"
    },
    "i": {
      "tag": "forge:ingots/iron"
    }
  },
  "pattern": [
    "BBB",
    "B B",
    "SiS"
  ],
  "result": {
    "item": "ovenonly:oven"
  },
  "show_notification": true
}

torty.json

{
  "type": "ovenonly:baking",
  "pattern": [
    "WWW",
    "SMS",
    "HHH"
  ],
  "key": {
    "W": {
      "item": "minecraft:wheat"
    },
    "S": {
      "item": "minecraft:sugar"
    },
    "M": {
      "item": "minecraft:milk_bucket"
    },
    "H": {
      "item": "minecraft:honey_bottle"
    }
  },
  "result": {
    "item": "minecraft:cake",
    "count": 1
  },
  "cooktime": 250
}

> - We can arrange to order a mod at Discord, my nickname is Gvoper

  • \
  • /
  • \
  • /
  • \
  • /
  • \
  • /

Русский

  • Вы можете создавать свои рецепты, чтобы готовить еду!

Добавляет блок печи, которая будет готовить ваши рецепты. Чтобы печь работала нужно поставить под блок костёр.

Ниже то что уже добавлено

1.1 Теги для горячих блоков:

heat_sources.json

{
    "replace": false,
    "values": [
      "minecraft:campfire",
      "minecraft:soul_campfire"
    ]
  }

Рецепты которые уже добавлены:

bread.json

{
  "type": "ovenonly:baking",
  "pattern": [
    "WWW",
    "   ",
    "   "
  ],
  "key": {
    "W": {
      "item": "minecraft:wheat"
    }
  },
  "result": {
    "item": "minecraft:bread",
    "count": 1
  },
  "cooktime": 150,
  "experience": 0.5
}

oven.json

{
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "key": {
    "B": {
      "item": "minecraft:bricks"
    },
    "S": {
      "item": "minecraft:stone_bricks"
    },
    "i": {
      "tag": "forge:ingots/iron"
    }
  },
  "pattern": [
    "BBB",
    "B B",
    "SiS"
  ],
  "result": {
    "item": "ovenonly:oven"
  },
  "show_notification": true
}

torty.json

{
  "type": "ovenonly:baking",
  "pattern": [
    "WWW",
    "SMS",
    "HHH"
  ],
  "key": {
    "W": {
      "item": "minecraft:wheat"
    },
    "S": {
      "item": "minecraft:sugar"
    },
    "M": {
      "item": "minecraft:milk_bucket"
    },
    "H": {
      "item": "minecraft:honey_bottle"
    }
  },
  "result": {
    "item": "minecraft:cake",
    "count": 1
  },
  "cooktime": 250
}

> - По заказу модов можно связаться со мной в Discord или телеграм: Gvoper


Project members

Gvoper

Member

Details

Licensed MIT
Published a month ago
Updated a month ago