quilt-installer icon indicating copy to clipboard operation
quilt-installer copied to clipboard

The Quilt installer for the official Minecraft launcher and servers

Results 22 quilt-installer issues
Sort by recently updated
recently updated
newest added

(I wasn't sure whether to file this here or in quilt-loader) Following the [official server directions](https://quiltmc.org/install/server/): > It’ll also create a set of scripts you can use to launch the...

[This line](https://github.com/QuiltMC/quilt-installer/blob/master/src/main/java/org/quiltmc/installer/action/InstallServer.java#L291= ) generates paths with backslash on Windows, causing it to fail when uploaded to other systems. Forward slashes should work everywhere

The executable jar is a small launcher that will start the Fabric enabled Minecraft server using the versions specified above. There is no need to use an installer when using...

When using the `--create-scripts` CLI argument (or the "Create scripts" box in the GUI), `Creating launch scripts` is logged but no scripts are actually created. There's also no message displayed...

A few changes should be made to the native launch mechanism: 1. Migrate to `rfd`. Fundamentally it is a better library for message dialogs. 2. Fully clippy migration: See #10...

native-launch

enhancement
native-launch

With the new 1.18 experimental snapshot and the past combat snapshots, it may be worth adding an option to load a custom version manifest.

enhancement