File Details
Create-City-Subways-1.21-1.0.0
- R
- Jun 23, 2026
- 28.72 KB
- 16
- 1.21.1
- NeoForge
File Name
Create-City-Subways-1.21-1.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[1.0.0] - 2026-06-23
Added
- Multi-Version Support: Added an automated build system to simultaneously generate compiled jars for both NeoForge 1.21.1 and Forge 1.20.1 using explicit format specifications.
- Create Subway Integration: Added custom 16x16 parts for horizontal, vertical, and split railways using
create:track. - Sealed End-Caps: Added
rails_horizontal_end.jsonandrails_vertical_end.jsonparts to properly seal off the ends of railway tunnels, preventing ocean water from flooding into the tunnels and crashing the game when contacting Create tracks.
Changed
- Focused Scope: Removed all non-railway custom palettes, parts, and worldstyles (like
modern.json) to allow default Lost Cities generation for buildings and streets. - Palette Optimization: Updated all space (
) and tilde (~) characters in the railway palettes to map tominecraft:structure_voidinstead ofminecraft:air. This forces Lost Cities to overwrite and clear out all world generation blocks (stone, dirt, city foundations) when carving the 16x16 tunnels. - Citystyle Override: Overrode
citystyle_common.jsonto change"railmain": "y"to"railmain": " "(space). This disables a hardcoded quirk in Lost Cities that forcefully places additional lines ofstone_bricksalongside tracks in horizontal tunnels.
Fixed
- Fixed game-breaking crash (
NullPointerExceptionon chunk generation) caused by water flowing into Create tracks by introducing watertight end-caps. - Fixed an issue where the 16x16 tunnels were filled with raw world generation blocks (stone bricks, ores, dirt) by migrating from
minecraft:airtominecraft:structure_voidin part palettes. - Fixed a visual bug where raised lines of stone bricks appeared on the east and west axes next to the tracks by overriding the hardcoded
railmainblock placement in the city style. - Fixed biome-related registry crashes by deleting the redundant
modern.jsonworldstyle that contained outdated 1.20.1 biome references. - Fixed a fatal startup crash on Forge 1.20.1 ("0 mods constructed") by explicitly configuring the mod to use Forge's
lowcodefmldatapack loader instead ofjavafml.

