
Undertale
Create Undertale-inspired Star Save system with the star model in 2d that follow the player view and the same GUI as Undertale wich display player name, xp...
Downloads
2
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
Undertale Save Star
- Added a placeable Save Star block with a glowing 2D star sprite that always faces the player and gently bobs to feel like the Undertale save point.
- Interacting opens an Undertale-style screen that shows your name, level, biome, and exact coordinates with Save/Cancel choices. Save sets your respawn point at the star and plays a short determination cue; Cancel simply closes the screen.
- Works with any hand (item or empty) and is available in the Functional Blocks tab; it also drops itself when broken and has a crafting recipe using gold ingots surrounding glowstone dust.
- Client-only pieces (screen, renderer) stay isolated in client packages so servers stay clean; shared code avoids client classes entirely.
- Textures/models are bundled for the star billboard and item icon, plus language/loot/recipe data for immediate in-game use.
Notes and suggestions
- The save action currently sets your spawn at the star’s location; extend
SaveStarMenu.clickMenuButtonif you want extra effects (heals, buffs, particles, custom messages). - Biome and location labels use raw registry names for clarity; swap them for localized components if you prefer more thematic text.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...