How to make a refrigerator in Minecraft on your phone: recipes, modules and life hacks for Minecraft PE

Minecraft Pocket Edition (or Minecraft Bedrock for mobile devices) does not have a standard “fridge” block in the vanilla version of the game. However, players have long come up with ways to create its analogue - both a decorative element of the interior and a functional storage for food. In this article we will analyze all working methods: from crafting through mods and addons to using vanilla mechanics (for example, ice chests). We will pay special attention to the nuances of the mobile version, where the controls and interface differ from the PC.

Important: if you play on a server with plugins or use Minecraft Marketplace, some recipes may differ. We will focus on universal solutions that work on single game the phone without additional purchases. For convenience, we will divide the instructions by difficulty level - from simple to advanced.

1. Refrigerator made from vanilla blocks: a simple method without mods

The most affordable option is to imitate a refrigerator using standard game blocks. This method does not require installing addons and is suitable for any version Minecraft PE, including the latest. The main idea: combine chests, ice and decorative blocks (for example, iron slabs or quartz steps) for visual similarity.

Here is the basic assembly diagram:

  • 🧊 Base: place two chests on top of each other (the top one will be the “door”). Place ice blocks inside the bottom chest - this will slow down the spoilage of food (in vanilla Minecraft, ice does not stop spoilage completely, but reduces its speed by 2 times).
  • 🔲 Case: cover the chests with blocks iron plates or quartz steps for a metallic effect. For a colored refrigerator, use painted terracotta.
  • 🔵 Door: place on top of the top chest blue wool or blue concrete —this simulates magnetic tape. Alternative: use iron door, but it will open unrealistically.
  • Backlight: add under the refrigerator lantern on red stone or sea lantern for the effect of “glowing shelves”.

2 chests|8 blocks ice|6 iron plates|1 blue wool|1 sea lantern-->

This refrigerator does not have an opening animation, but it looks visually convincing. The main advantage is works on any server, even where mods are prohibited. Minus: food will still spoil, albeit more slowly.

2. Functional refrigerator with the “Fridge Mod” addon

If you need a full-fledged refrigerator with animation and stopping food spoilage, you will have to install the addon. On mobile devices this is done through files .mcpack or .mcaddon. One of the most popular addons is Fridge Mod from the community MCPE DL. It adds a separate “refrigerator” block to the game with a unique texture and mechanics.

Step-by-step installation instructions:

  1. Download the addon from the link (look for the current version for yours Minecraft PE on sites like MCPEBox or Addons for Minecraft). The file must have the extension .mcpack.
  2. Open the file via Minecraft —the game will automatically offer to import the addon. Click “Import” and wait for completion.
  3. Create a new world or edit an existing one: enable Experimental functions in the world settings and select the imported addon in the list.
  4. A new recipe will open in the game crafting a refrigerator (usually 6 iron ingots + 1 chest + 2 redstone).

Addon benefits:

  • ✅ Complete stop of food spoilage inside the refrigerator.
  • ✅ Animation of door opening (on some addons).
  • ✅ Unique textures and sounds.
What to do if the addon does not work?

Make sure that:

1) The addon version is compatible with your version of Minecraft PE (check in description).

2) Experimental functions are enabled in the world settings.

3) You are not using a pirated version of the game - addons often do not work on hacked assemblies.

If the problem persists, try reinstalling the addon or clearing the game cache.

Please note Attention: some addons may conflict with other mods or textures. If after installation the game starts to crash, try disabling other addons.

3. Fridge from command blocks: for advanced players

If you play Minecraft PE on your phone and have access to command blocks (for example, in creative mode or on a server with operator rights), you can create a refrigerator using commands. This method requires knowledge of the basics /give, /setblock i /execute, but gives full control over the functionality.

Example of the simplest system:

  1. Place a command block and enter the command to create "fridge":
    /setblock ~ ~ ~ minecraft:chest[facing=north]{CustomName:'"Fridge"',Lock:"fridge"}

    This will create a chest named "Fridge", which can only be opened with a key (for example, a stick with a tag fridge_key).

  2. Add a second command block with a repeating command that will remove spoiled food inside:
    /execute as @e[type=item_frame,nbt={Item:{id:"minecraft:rotten_flesh"}}] at @s run kill @s

    (This command removes spoiled meat within range.)

  3. For a visual effect, use /particle to add "cold steam" when opening.

Such a refrigerator can be integrated into automatic storage system using hoppers i comparators. For example, set up sorting of food by type (meat in one chest, vegetables in another).

Vanilla (from chests and ice)|With addon (full block)|Command (with automation)|I don’t need a refrigerator-->

4. Refrigerator design: ideas for kitchen interior

Even a functional refrigerator should look organic in the interior. Minecraft PE there are many blocks that will help make it realistic. Here are some ideas:

Refrigerator style Blocks for assembly Additional details
Modern metal Iron blocks, quartz slabs, black glass Buttons made of stone_button like pens
Retro (50s) White concrete, red wool, light gray concrete Gangways like legs, lanterns on top
Futuristic Purple blocks, sea lanterns, ender rods Glow effect using glowstone
Rustic Oak boards, dark oak, straw (hay_block) Flowers in pots nearby

For realism, add other kitchen blocks around the refrigerator:

  • 🍳 Stove: a combination of stone stove + fire.
  • 🚰 Sink: water cauldron c surrounded by quartz blocks.
  • 📦 Cabinets: stairs like shelves + chests with wood texture.

5. How to prevent food spoilage without a refrigerator

If crafting a refrigerator seems difficult, there are alternative ways to preserve food in Minecraft PE. They are less effective, but do not require additional resources:

  • ❄️ Ice and packaged ice: place food next to ice blocks - this will slow down spoilage by 50%. It works more efficiently packaged ice (packed_ice, but it is more difficult to obtain.
  • 🌿 Composter: if you put food in composter, it will not spoil, but it will also be used it cannot then be turned into bone meal.
  • 🐷 Animal feeding: some products (for example, carrots or wheat) can be immediately fed to pigs or cows, avoiding storage.
  • 🔥 Cooking: fried chicken or baked potatoes spoil more slowly than their raw counterparts.

Important: in Minecraft Bedrock Edition (including the mobile version) there is a bug - food in ender chests spoils 2 times faster than in regular chests. Do not use ender chests for long-term storage!

6. Common mistakes and how to avoid them

When creating a refrigerator in Minecraft PE players often encounter typical problems. Here's how to solve them:

⚠️ Attention: If after installing the addon the refrigerator does not craft, check that Experimental functions and Addonsare enabled in the world settings. Without this, new blocks will not appear in the inventory.

Problem 1: Food spoils even in the refrigerator with the addon. Solution: Make sure that the addon has been updated to the latest version. Some older versions of mods do not stop corruption completely, but only slow it down. Check the addon description on the download page.

Problem 2: The refrigerator from the chests does not open. Solution: If you used command blocks to lock, make sure you have a "key" (for example, a stick with tag fridge_key). Enter the command:

/give @s stick{display:{Name:'"Fridge Key"'},tag:{fridge_key:1b}}

Problem 3: Refrigerator textures are displayed wrong. Solution: This is an addon conflict. Disable all texture packs and addons except the refrigerator, then enable them one by one to find the culprit. On the phone, this is done in the menu Settings → Global resources.

⚠️ Attention: On some servers, using command blocks or non-standard addons may be considered cheating. Check the rules with the administration to avoid a ban.

7. Refrigerator automation: food sorting systems

For experienced players: the refrigerator can be integrated into automatic storage system using hoppers, comparators i chests with traps. Example diagram:

  1. Connect to the refrigerator (chest) hopper, leading down.
  2. Place trap chest (trapped_chestunder the hopper with a comparator.
  3. Set up the comparator so that when the chest is full, a signal is sent to dispenser with food.
  4. Add observer (observer) so that the system works automatically when adding new items.

Such a system can:

  • 📦 Sort food by type (meat in one chest, bread in another).
  • 🔄 Automatically replenish supplies when opening the refrigerator.
  • 🚨 Signal about a shortage of products using redstone-lantern.

For the mobile version it is convenient to use structural blocks (structure_block) to save the finished system and transfer it between worlds. In Minecraft PE structural blocks are available in creative mode or through the command:

/give @s structure_block

Is it possible to make a refrigerator in survival without addons?

Yes, but it will only be decorative. Use a combination of chests and ice (as described in the first section). It is impossible to completely stop food spoilage without mods - ice only slows down the process.

Which refrigerator add-on is the most stable?

For 2026, the most reliable are considered:

  • Fridge Mod by MCPE DL - simple, with basic animation.
  • Kitchen Craft Addon — adds not only a refrigerator, but also other kitchen appliances.
  • Realistic Survival Mod —the refrigerator here is part of a large survival system.

Before installing, check the reviews and the date of the last update of the addon.

Why the refrigerator from the addon is not saved after restarting world?

This is a typical problem with addons in Minecraft Bedrock. Reasons:

  • The addon is incompatible with your version of the game.
  • Experimental functions are disabled in the world settings.
  • You are playing on a server where addons are disabled by the administrator.

Solution: try creating a new world with the addon enabled. or update it.

Is it possible to make a freezer separately from the refrigerator?

Yes, for this:

  1. Use packed ice instead of the usual one - it gives a stronger cooling effect.
  2. Add to the design blue ice (blue_ice, which further slows down spoilage.
  3. In addons (for example, Kitchen Craft) there is often a separate "freezer" block with a unique recipe.

How to transfer the refrigerator to another server?

If the refrigerator is made of vanilla blocks (chests and ice), simply disassemble it and reassemble it. For addons:

  • Make sure the addon is installed on the target server.
  • Use structural blockto save the design and load it in the new world.
  • If the addon is not is supported, replace the refrigerator with a vanilla analogue.