Colin Barndt
Colin Barndt
Greetings! At the moment, I have to choose whether I want to learn Hiragana or Katakana. It would be a nice feature if I could learn both mixed. If I...
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...
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 is a tracking issue for dynamically generating type definitions based on a game version specified by the project configuration. This will enable better linting for blocks, items, and much...
When using the plugin in the Svelte (Rollup) config, this is what the generated code file will look like with default settings: ```js export default undefined ``` And when using...
This PR adds an OpenRC service file which can be used on Gentoo and Alpine. Additionally, I edited `.gitignore` to only ignore the built binary, and not the service files...
### Motivation Javascript only has one (strictly two when counting BigInt) numeric types, which both represent data and pointers in generated bindings. This allows using regular numbers as arguments for...
This pull request allows defining custom characters. Closes #8. This branch is currently based on #54 just for convenience, but I can rebase it onto the current version as it...