Benjamin Wheeler

Results 78 comments of Benjamin Wheeler

They've already got build CI and release builds set as GH workflows, so it shouldn't be that difficult to simply add one for Linux. I'd do it myself if I...

I made this edit: ```diff diff --git a/Cargo.toml b/Cargo.toml index eaca0ef..e12ea9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ nalgebra = "0.33.0" once_cell = "1.19.0" rand = "0.8.5" reqwest...

@louis-e my diff supplied above gets it compiling and running on Ubuntu 24.04 LTS. I don't know how to include that into a GH workflow... If I'm bored tomorrow I'll...

Okay, looks like I also have most or all of those packages installed that @ulph0 mentioned. It may be wise to build a static exe so the deps get included,...

RFD patch merged in #127, this issue should be resolved. Unless anyone else is having issues compiling/running. The file picker isn't working for me right now but I'm having a...

On Linux, the Flatpak Prism Launcher (https://flathub.org/apps/org.prismlauncher.PrismLauncher) has them in `$HOME/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/$INSTANCE_NAME/.minecraft/saves/` where `$INSTANCE_NAME` is a created instance in the launcher. I would need to be able to specify each time...

One option: - A text input to enter any path to a save (click on it to open the file picker) - have the app try to auto-find an appropriate...

Hm, this is interesting. Does PaperMC or multiverse have any special requirements when you import/load a minecraft file? I imagine multiverse probably requires some extra data in the file, so...