-
Notifications
You must be signed in to change notification settings - Fork 3
Ingredients
🍳 Burger Mod adds in ingredients required for crafting different types of Burgers, such as...
- Raw Scrambled Egg
- Fried Scrambled Egg
- Raw Champignons
- Cooked Champignons
- Cheese
In order to get Fried Scrambled Egg you need to fry/cook a Raw Scrambled Egg using a Furnace, Smoker, or Campfire.
Fried Scrambled Egg can be used as an ingredient to craft an Egg Burger. Fried Scrambled Egg can also be fed to a wolf.
Cheese can be used as an ingredient to craft a Cheese Burger.
As of version 2.3.0 it is possible to edit the effect durations and amplifiers using the configuration file.
The configuration file, which is called burgermod-common.toml
can be found in .minecraft\config
client-side and inside the config
folder server-side.
The effects config has been removed in Burger Mod 2.10.0 as a result of the Minecraft 1.20.5 update.
For crafting recipes see: Crafting Recipes
Advanced list of Ingredients:
Name | Item ID | Icon | Food points | Saturation ratio | Effect(s) |
---|---|---|---|---|---|
Cheese | cheese | 2 | 1.2 | None | |
Cooked Champignons | cooked_champignons | 2 | 1.2 | None | |
Fried Scrambled Egg | fried_scrambled_egg | 2 | 1.2 | None | |
Raw Champignons | raw_champignons | 1 | 0.2 | Hunger II for 30 seconds | |
Raw Scrambled Egg | scrambled_egg | 1 | 0.2 | Poison I for 8 seconds |
This page was last updated on 3 Dec 2024. The latest version as of writing is 2.10.1.
Join Autovw's Modding Community Discord Server to get notified about updates, mod support and more!
Getting started
Everything you need to know
Development