
Ender Beds
Beds that warp you back to your spawn point when slept in
- Загрузки
- 809
- Подписчики
- 2
- Обновлён
- 3 мая 2026 г.
- Лицензия
- MIT
Опубликован 2 августа 2025 г.
Important Information!
Ender Beds will be undergoing significant changes before I release version 2.0, which is planned to be either the next release, or the one after. I plan to have Ender Beds 2.0 compatible with Minecraft 26.2, however, due to not having as much time as I would like to work on this mod, it may will likely release nearer Minecraft 26.326.4's release date. If that is the case Because of this, 26.2, 26.3, or both may be entirely skipped.
Nothing is yet set in stone.
The planned changes currently include:
| Feature | Status |
|---|---|
| NeoForge support* | Not Yet Implemented |
| Configurable XP cost for using an Ender Bed | Work in Progress |
| Ability to allow/block the use of Ender Beds in specific circumstances, or modify how it functions | Not Yet Implemented |
| API for ease of creating addon mods | Complete, with caveats - see #6 and #7 |
| Reworking of the crafting recipe for Ender Beds due to the below | Complete |
| Removing Echo Dust and Ender Fabric | Complete |
*I would like to support NeoForge, however, if doing so would add too great a maintenance burden, I may not.
If you would like to have your say on any of these matters, either hit up the issue tracker or send me an email at [email protected]. I will likely see the issues first, but will be periodically checking my inbox.
Usual mod description below.
Ender Beds!
Inspired by this Reddit thread, I present to you:
Ender Beds!
I'm very well aware that the textures in this mod are quite basic - I am no texture artist. If you are, and would like to submit your own textures, please don't hesitate to contribute!
The preferred way to do this is to create a Pull Request or an Issue. Alternatively, get in touch at [email protected].
Thanks! :D
What does the mod do?
When you sleep in an Ender Bed, your spawn is not set, and when you wake up you find yourself in the last bed you slept in (or your previous spawnpoint). Like when respawning, if you have no spawnpoint set or it is obstructed, you will be taken to the world spawn.
What does the mod add?
Echo Dust

You craft two of these from one Echo Shard. They are used as an ingredient of Ender Fabric.
Ender Fabric

You craft three of these from two Echo Dust, one Eye of Ender, and one Black Wool. They are used as an ingredient of Ender Beds.
Ender Beds

You craft one of these as you would a regular bed, using Ender Fabric instead of wool.
Gamerules
The mod also adds a couple of gamerules to alter the behaviour of your Ender Beds:
ender_beds:wake_behaviour
Determines what happens when you wake up from an Ender Bed.
It can be set to the following values:DO_NOTHING- This is the default behaviour. When an Ender Bed is slept in, you will wake up at your spawn point and nothing else will happen.DESTROY_BED- This will destroy the Ender Bed when you wake up. It will not drop an item.RETURN_ITEM_TO_PLAYER- This will break the Ender Bed and give it back to the player when they wake.
ender_beds:endermite_spawn_chance
Determines the percentage chance that sleeping in an Ender Bed will spawn an Endermite when you wake up. By default, this is set to 5%, the same as using an Ender Pearl.
It can be set to any integer (whole number) between 0 (never spawn an Endermite) and 100 (always spawn an Endermite).
Ченджлог
1.3.0Релиз26.1, 26.1.1, 26.1.2 · 3 мая 2026 г.
Updated to Minecraft 26.1
Notes
With this release:
1.2.0+1.21.11Релиз1.21.11 · 1 января 2026 г.
- Updated to support 1.21.11.
- Optimized mod file: Reduced download size by about 18%!
⚠️ Note on Game Rules
Minecraft 1.21.11 moved all game rules into a new registry system. To align with vanilla standards, EnderBeds game rules have been renamed.
| Old Name (1.21.10) | New Name (1.21.11) |
|---|---|
enderBedWakeBehaviour |
ender_beds:wake_behaviour |
enderBedSpawnEndermiteChance |
ender_beds:endermite_spawn_chance |
Action Required:
While EnderBeds will attempt to automatically migrate your settings, please backup your world before updating. If you had changed any game rules previously, please check them after loading to ensure values were carried over correctly.
🛠 Technical Overview (For Modders/Power Users/The Curious)
Click to view...
- Size Optimization: Stripped Data Generation code from the final build. This code is only needed during development to generate JSON resources and is never needed at runtime.
- Registry Migration: Internal game rule logic updated to use the new 1.21.11 registry based system. Also implemented a DataFixer to copy values over from the old format.
Full Changelog: https://github.com/PenguinMods/EnderBeds/compare/1.1.1+1.21.9...1.2.0+1.21.11
1.1.1+1.21.9Релиз1.21.9, 1.21.10 · 8 октября 2025 г.
Updated to 1.21.9. Also supports 1.21.10.
1.1.0Релиз1.21.8 · 22 августа 2025 г.
Added:
- Chance of spawning an Endermite when waking from an Ender Bed (configurable via a gamerule).
- New gamerule "enderBedSpawnEndermiteChance", which determines how many times out of 100 sleeping in an Ender Bed will spawn an Endermite. By default, this is set to 5%, the same as using an Ender Pearl.
1.0.0Релиз1.21.8 · 10 августа 2025 г.
Release 1.0.0 of EnderBeds
Комментарии
Загружаем…