promotional bannermobile promotional banner

DiumStream

The DiumStream mod marks my debut in Minecraft modding using the MCreator software. It adds a Didier entity, a Hoverboard, and a Mangeoire system with custom AI, hunger mechanics, and interactive gameplay.
Back to Files

diumstream-0.0.5.jar

File namediumstream-0.0.5.jar
Uploader
diumstreamdiumstream
Uploaded
Sep 3, 2026
Downloads
7
Size
919.8 KB
Mod Loaders
Forge
File ID
8802319
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:diumstream-1678794:8802319")

Learn more about Curse Maven

What's new

# Changelog – Version 0.0.5
*(Minecraft 1.20.1 – Forge)*  
*2026-09-03*

---

## ✨ Added

### Elevator System
- Vertical teleportation between blocks aligned on the same X/Z coordinates.
- Press **Space** (jump) to go up, **Shift** (crouch) to go down.
- Maximum distance between two elevators is now configurable.
- Space validation: requires **2 blocks of air** above the destination.
- Permanent HUD overlay: displays available key prompts, blockage messages with coordinates and reason.

### Waystones
- Register and teleport to Waystones via a complete graphical menu.
- Interactive menu: list view, teleportation, renaming, deletion.
- 3-second cooldown between teleportations.
- Permanent HUD overlay: automatically detects unregistered Waystones nearby.

### Didier Entity & Feeders
- Didier entity can be spawned using a dedicated item.
- AI: follows players holding Obsidian, searches for Feeders to eat.
- Hunger management and Feeder memory stored in entity data.
- Feeders: fillable with Obsidian, and can be emptied to retrieve the Obsidian.
- Dedicated HUD overlay: all messages (healing, hunger, filling, emptying, etc.).
- Permanent message displayed when the player is near a Feeder without Obsidian.

### Crafting Recipes
- Added crafting recipes for the following blocks:
  - **Feeder**
  - **Waystone**
  - **Elevator**
- All recipes are custom and balanced for survival gameplay.

### Localization System (Languages)
- Full multilingual support (French and English).
- All overlay texts and Waystone menu texts are translated.
- Centralized translations, easily modifiable.

### Overlay Cohabitation
- All three systems (Elevator, Waystone, Didier) stack automatically without overlapping.
- Mutual detection to adjust each overlay's position.

### Multiplayer Compatibility
- All logic is server-side.
- Network synchronization via dedicated packets.
- Persistent data saving (Waystones, Feeder contents).

---

## 🛠️ Improved & Refactored

- Complete refactor of the Didier system with a modular and maintainable architecture.
- Removed all particles from the Didier system – replaced with overlay messages.
- Network optimization: increased message size to prevent crashes.
- Periodic overlay refresh for better responsiveness.
- Consistent English naming for classes (no impact on displayed messages).

---

## 🐛 Fixed

- Fixed block detection underneath the player for the Elevator (now works with non-full custom shapes).
- Elevator overlay no longer appears while flying.
- Fixed network crashes related to message size.
- `Nearby Waystone` overlay no longer disappears after adding a Waystone.
- Permanent messages are no longer blocked by temporary messages.
- Didier healing with Obsidian now works again.
- Fixed quantity display issues when filling/emptying Feeders.
- Fixed missing imports that caused compilation errors.

---

*Happy teleporting and crafting! 🚀*

This mod has no additional files