Lodestone Warps 0.3.0
Lodestone Warps 0.3.0
Feature release for Minecraft 26.2.
Added
- Added configurable server-side teleport cast time.
- Added stand-still movement validation during teleport casting.
- Added configurable teleport cooldown after successful teleports.
- Added configurable teleport particles and sounds.
- Added vanilla teleport effect preset:
end
- Added mod-client teleport effect preset:
lodestone
- Added effect presets:
endlodestonenoneoff
- Added cast start, cast cancelled, cast already active, and cooldown messages.
Changed
- Teleport cost is still consumed only after a successful teleport.
- Cooldown is now marked only after a successful teleport.
- Java fallback text now defaults to English consistently.
- README, wiki configuration docs, and roadmap were updated for teleport effects and cast settings.
New Config Options
"teleportCastSeconds": 2,
"teleportCastMoveTolerance": 0.2,
"teleportCooldownSeconds": 3,
"teleportEffects": true,
"vanillaTeleportEffect": "end",
"modTeleportEffect": "lodestone"Notes
Existing servers keep their current config/lodestone_teleport.json.
To use the new defaults on an existing server, add the new config options manually or regenerate the config.
Compatibility
- Minecraft:
26.2 - Fabric Loader:
>=0.19.3 - Fabric API:
0.152.2+26.2 - Java:
25+
Commits Included
- Release Lodestone Warps 0.3.0 (c6707da)