File Details
neoblock-1.21.1-0.4.0-Beta.jar
- B
- Apr 10, 2025
- 112.77 KB
- 983
- 1.21.4+3
- NeoForge
File Name
neoblock-1.21.1-0.4.0-Beta.jar
Supported Versions
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
Curse Maven Snippet
✨ Added
- Schematic System
/neoblock scheme save <pos1> <pos2> [<center>] [<name>]: Save structures centered around a point./neoblock scheme load <pos> [<name>]: Load saved structures into the world.- Automatically loads
main.nbtover the NeoBlock during world generation. - Additional schematics can be configured via config.toml
🛠 Improved
- Default world type is now set by the mod — no need for a separate default world mod.
- Removed all experimental warnings for a cleaner dev and player experience.
🧹 Internal Changes
- Refactored utility and data handling systems:
- Introduced
TierManagerfor tier data management. - Unified utility methods under
MinecraftUtil. - Integrated
WorldDatamore deeply for persistent storage.
- Introduced

