sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

Sandstone | Next Generation Framework for Minecraft

Results 73 sandstone issues
Sort by recently updated
recently updated
newest added

Some blocks have block states. A `minecraft:sandstone_slab` can for example be waterlogged and has a type (top, bottom, double). In mcfunction this can be done everywhere a block is placed...

enhancement

Sandstone always deletes the datapack folder before regenerating it. There's currently no way to do this for custom resources (like Resourcepacks). Instantiating a CustomResourceRoot class could tell Sandstone to first...

At the moment, all custom resources have to be text ("json", "raw" string), but there are cases where a binary resource needs to be emitted, namely texture files. Texture files...

The following example does not compile because the selector only accepts strings. It would be nice to be able to use selectors in JSON Text Components without appending `.toString()`. This...

This pull request added: - Storage name is now namespaced - A `get` option to `DataPointInstance`. Example: `Data('storage', 'foo').select('bar').get()` -> `data get storage default:foo bar` - `DataCommand.get`, `DataCommand.merge`, `DataCommand.modify`, `DataCommand.remove`...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 20.11.30. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=20.11.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.31.21 to 0.32.20. Commits 480ba12 Revision 0.32.20 (#810) 3735b34 Add FromSchema Prototype 9e4c67d Revision 0.32.19 (#805) 8a6018d Revision 0.32.18 (#801) ec27004 Revision 0.32.17 (#799) 9fa2e28 Revision 0.32.16...

dependencies

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.1. Release notes Sourced from eslint-plugin-import's releases. v2.29.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 v2.29.0 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0 Changelog Sourced from eslint-plugin-import's changelog. [2.29.1] - 2023-12-14 Fixed [no-extraneous-dependencies]:...

dependencies

The `execute.if.score` and `execute.unless.score` can error with certain arguments, this appears to be because of `isScore`'s check no longer triggering correctly. (in `src/commands/implementations/entity/execute.ts`) Example: ```ts const TEST = Objective.create("test", "dummy");...

bug

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)! Changed: All the [formatting rules...

dependencies