This project will teach you how to design your own food (Pumpkin Pie) in Minecraft and make it so that your character can eat it in the game for Thanksgiving.
Duration: 20 mins
Level: Beginner
Programming Language: Designing Tool
What you will need:
- A laptop or desktop
- Mcreator (download it here)
Part 1: Pumpkin Pie
To create an edible pumpkin pie in Minecraft, you have to first design a pixelated version of it in Mcreator.

Next, you have to input the settings below
- The item model: Normal

- The name in Minecraft will be Pumpkin Pie
- It will in the Food section of the creative inventory tab
- The stack size will be 64
- The nutritional value is 21
- The saturation (visibility) is 0.3
- Make it edible by ticking the box
- Minecraft characters will eat it within the speed of 32
- The food animation is to eat it

Part 2: Pumpkin Soup
Similar to part 1, you first have to create a pixelated version of the pumpkin soup.

Next, you have to input the settings below
- The item model: Normal

- The name in Minecraft will be Pumpkin Soup
- It will in the Food section of the creative inventory tab
- The stack size will be 64
- The nutritional value is 7
- The saturation (visibility) is 0.3
- Make it edible by ticking the box
- Minecraft characters will eat it within the speed of 32
- The food animation is to eat it

The pumpkin soup will be a little but different from the pumpkin pie where it will require ingredients and a recipe to make it
- The recipe registry name: pumpkin_soup_recipe
- The recipe namespace will be mod
- The recipe type will be crafting
- It will have some XP reward of 1
- The cooking time will set as 200
- You need to put ingredients required and position in the recipe parameters

You can also watch and code along with our instructor here and you can also pin it below!
