TeamGalacticraft / Galacticraft-Legacy

An advanced Space Dimension Mod for Minecraft
MIT License
72 stars 33 forks source link

[Feature]: Optimize Space Station Loading #198

Open TwiceDaIce opened 3 months ago

TwiceDaIce commented 3 months ago

Searched For Existing Request?

Yes I Have

Feature Description

The Space Station design is generated by nearly 230 lines of similar code, creating a horrible mess that is impossible to read.

Implementing a json interpreter or similar to allow for external template generation would be far more effective.

Screenshots and Videos

https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master-1.12/src/main/java/micdoodle8/mods/galacticraft/core/world/gen/WorldGenSpaceStation.java

Additional Context

No response