File Details
nbtlib-0.4.0.jar
- B
- Nov 20, 2025
- 121.22 KB
- 10
- 1.7.10
- Forge
File Name
nbtlib-0.4.0.jar
Supported Versions
- 1.7.10
Curse Maven Snippet
- Backports a command from modern MC:
/locate- This can be used to locate structures by name, up to 256 chunks away.
- JigsawPiece names are now namespaced to prevent collisions between mods.
- SpawnConditions must now be named, for locating and serialization.
- Trapdoors should now be correctly rotated in structures
- More error handling, to help you find incorrect structure definitions.
- Seeding adjusted to avoid collisions with Nuclear Tech Mod, which uses a similar structure spawning system.
- Platforms!
- You can prevent a structure from spawning in mid-air by placing an autogenerated platform beneath it
- The blocks in this platform can be randomised using a
BlockSelector
- Piece instance limit
- Prevents a jigsaw piece from spawning more than the defined number of times, for special rooms
- Piece required flag
- Forces generation of the structure to continue beyond defined limits if the piece has not yet generated
- There is a hard cap of 1024 pieces before it will give up, to prevent a hardlock
- Add
listto the/locatecommand