Skip to content

Releases: sandstone-mc/sandstone

Improved documentation & renamed mcfunction to MCFunction

25 Nov 08:12
0faa1d7
Compare
Choose a tag to compare
Merge pull request #37 from TheMrZZ/develop

Improved documentation & renamed mcfunction to MCFunction

Several improvements to savePack

21 Nov 12:08
4d18b6e
Compare
Choose a tag to compare
  • 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.

13 Nov 14:29
69c672d
Compare
Choose a tag to compare

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.

13 Nov 10:58
afe3558
Compare
Choose a tag to compare
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.

13 Nov 08:57
568f334
Compare
Choose a tag to compare

Added:

  • EntityCriterion
  • PlayerCriterion

Changed a bunch of tag properties to include Sandstone Tags.

Renamed saveDatapack to savePack, and added custom files handlers

12 Nov 17:57
4b9043a
Compare
Choose a tag to compare

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...

07 Nov 19:04
145ebb6
Compare
Choose a tag to compare
Merge pull request #25 from TheMrZZ/develop

Renamed NBT.*unit*s(x, y, z) to NBT.*unit*([x, y, z])

Function tags improvements

04 Nov 16:10
3e4aa80
Compare
Choose a tag to compare

Added functionCmd command to run /function, and the possibility to use function tags inside /function and /schedule.

Documented execute subcommands

10 Oct 23:59
45732cc
Compare
Choose a tag to compare

Documented execute subcommands.

Commands documentation & validation improvements

10 Oct 22:50
4c96152
Compare
Choose a tag to compare

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)