What it does
Create's curved and diagonal train tracks only place collision on the centerline - meaning you can fall off a curved bridge that visually looks solid. This mod extends that collision across the full footprint of the rail, so any tile a curved track visually covers becomes walkable.
Trains, carts and entity logic are unaffected - only the player-vs-block collision shape changes.
Features
- Walkable collision for all tiles a curved/diagonal track covers, not just the centerline
- Per-cell pad heights computed from the actual rail surface (handles slopes and banking)
- Ownership tracking - crossing/parallel tracks won't delete each other's walkable cells
- In-game visualizer overlay (default F6) to inspect pad placement
- Configurable visualizer range and detail
- No new items, no new blocks, no recipes - pure runtime behaviour mod
How to use
Drop the jar in your mods folder alongside Create. That's it. Existing tracks become walkable on next chunk load.
Press F6 (rebindable) to toggle the track visualizer. Green wireframes = pads set, blue lines = bezier curves.
Requirements
- Minecraft 1.18.2
- Minecraft Forge 40+
- Create 0.5.1 or later
Compatibility
Works on both client and server (must be installed on both). No mixin conflicts known with other Create addons at time of release.