NBTStructureLib

Create jigsaw structures for your 1.7.10 mod!

File Details

nbtlib-0.9.3-sources.jar

  • B
  • Dec 12, 2025
  • 93.20 KB
  • 3
  • 1.7.10
  • Forge

File Name

nbtlib-0.9.3-sources.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:nbtstructurelib-1388190:7322677")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • .schematic file support!
    • Developers can now specify and register any file format they please using the new StructureProviderRegistry
    • The correct serialization method will be chosen based on the file extension given, no override is currently available
    • By default, .nbt serialization will be used
    • It is recommended to not use .schematic for structures you want to use in world generation, as it can't serialize null blocks correctly!