Simple Ice Creams
Add various delicious ice creams with different effects to your Minecraft world! This mod allows you to create numerous types of ice cream from regular food items and other ingredients.
Getting Started
To make ice cream, you'll need a special block - the Ice Cream Machine. After placing this block, simply right-click on it to open the interface.

How the Machine Works
The machine interface contains several slots with different purposes:

- Purple Slot 🟪 - for the main ingredient
- Red Slot 🟥 - for redstone (powers the machine)
- Blue Slot 🟦 - for ice mixture (required component)
- Yellow Slot 🟨 - for base (ice stick or cornet)
- Green Slot 🟩 - for the finished ice cream
Main Components
Ice Mixture
The main ingredient for all ice cream types:

Ice Cream Base
You can use two types of bases:
Ice Stick:

Cornet:

Ice Cream Types
The mod adds many types of ice cream:
- Nature Ice Cream: ice mixture + cornet
- Apple Ice Cream: apple + cornet
- Golden Apple Ice Cream: golden apple + cornet
- Enchanted Golden Apple Ice Cream: enchanted golden apple + cornet
- Sweet Berries Ice Cream: sweet berries + cornet
- Cake Ice Cream: cake + cornet
- Chocolate Ice Cream: chocolate bar + cornet
- Chorus Ice Cream: popped chorus fruit + cornet
- Cookie Ice Cream: cookie + cornet
- Melon Ice Cream: melon + ice stick
- Pumpkin Ice Cream: pumpkin + ice stick
- Water Ice Cream: ice block + ice stick
- Sand Ice Cream: sand block + ice stick
- Glow Berries Ice Cream: glow berries + cornet
- Magma Ice Cream: magma cream + cornet
Additional Features
Chocolate
The mod also adds a new food source - chocolate:

From chocolate, you can not only make ice cream but also hot chocolate, which provides regeneration effect!

Levitation Immunity
Chorus ice cream provides a unique Levitation Immunity effect that automatically clears levitation and destroys nearby shulker bullets. The bullet destruction radius equals the effect level + 1.

Technical Information
- Supported versions: 1.19.2 and 1.20.1
- Recipes are displayed in JEI
- Saturation values can be viewed with AppleSkin
- Can be added to modpacks
For Developers
Ice cream recipes are fully data-driven. You can add, modify, and remove recipes for the ice cream machine using datapacks or KubeJS.
When creating your own recipes, remember:
- You can only use ice mixture
- You can use any ingredients
- To add a new base item, you need to assign it the tag
simple_cream:cream_base
Recipe example (do not change the result count):
{
"type": "simple_cream:ice_cream_making",
"ingredients": [
{
"item": "your_mod:cool_food"
},
{
"item": "simple_cream:ice_mixture"
},
{
"item": "simple_cream:cornet"
}
],
"output": {
"item": "your_mod:cool_ice_cream",
"count": 1
}
}
Also don't forget to add Create compatibility recipes if you have Create installed.