Sertonix
Sertonix
### Operating System Windows ### Description of bug When editing an instance LWJGL shown as removable but can't be removed when pressing the button. The button should eather be grey...
### Suggestion List the world backups of an instance like the world with the option to restore them. ### Benefit It would help loading world backups because minecraft doesn't provide...
Problem: ```ts class Foo extends (EventEmitter as new () => TypedEmitter void}>) { constructor() { super(); this.emit("1"); // error should be no error } } ``` After fix: ```ts class...
When using `flat` or `flatMap` in a javascript file the type is set to `any`. The type behaves as if the function were unknown. Example: ```js const test = [[1]].flat();...
- [ ] convert as much blocks as possible #614 - [ ] use correct schema in bedrock `[key=value]` => `["key":value]` - [ ] use true/false in bedrock instead of...
* added missing states to blocksB2J.json Note: I tried to convert as many blockstates as possible which means that the block might not be the same when converted back
This removes all core package specific handling and adds them as just packages included by default. Some packages need patches. To use the `settings-view` package I recommend [this](https://github.com/Sertonix/pulsar-settings-view/tree/ignore-packageDependencies) branch. Achievements...
This removes a few dependencies from the `package.json` that are not used in the core. Also this removes the config of the `standard` linter since it is not used.
This replaces the uses of sync with async. It also removes a use of `fs-plus`