Releases: sandstone-mc/sandstone
Releases · sandstone-mc/sandstone
Improved documentation & renamed mcfunction to MCFunction
Merge pull request #37 from TheMrZZ/develop Improved documentation & renamed mcfunction to MCFunction
Several improvements to savePack
- formatVersion has been added
- description can now be a JSON text component
- savePack now returns a promise to an object containing information about the save action that has been performed. Currently, this object only has a "destination" property, but it could get more later.
Fixed a bug where directories would be created even when using a custom file handler.
Fixed a bug where directories would be created even when using a custom file
handler.
Added BasePath to change the path & namespace of nested resources.
Merge pull request #32 from TheMrZZ/develop Added BasePath to change the path & namespace of nested resources.
Provided better type information for resources like advancements & predicates.
Added:
- EntityCriterion
- PlayerCriterion
Changed a bunch of tag
properties to include Sandstone Tags.
Renamed saveDatapack to savePack, and added custom files handlers
Renamed saveDatapack to savePack.
Added custom files handlers, that can be used to customize how files are handled.
v0.4.9: Renamed NBT.shorts -> NBT.short, NBT.bytes -> NBT.byte etc...
Merge pull request #25 from TheMrZZ/develop Renamed NBT.*unit*s(x, y, z) to NBT.*unit*([x, y, z])
Function tags improvements
Added functionCmd command to run /function, and the possibility to use function tags inside /function and /schedule.
Documented execute subcommands
Documented execute subcommands.
Commands documentation & validation improvements
This release:
- Adds a lot of documentation on a lot of commands
- Adds some runtime validation to a few commands
- Fixes a few bugs regarding some commands (wrong parameters type, mostly)