Added the feature that the server has a icon #108

Merged
thetxt merged 3 commits from JRBlockkop/oxide-xyz:server-icon-feature into dev 2026-07-09 20:04:59 +02:00
Contributor

reads the file if no file just empty string an the minecraft client handles it

reads the file if no file just empty string an the minecraft client handles it
added the feature that the server has a icon
All checks were successful
Build, test and push / formatting (pull_request_target) Successful in 9s
Build, test and push / clippy (pull_request_target) Successful in 1m2s
Build, test and push / test (pull_request_target) Successful in 2m31s
6b1543ac49
formating because i forgot
All checks were successful
Build, test and push / formatting (pull_request_target) Successful in 10s
Build, test and push / clippy (pull_request_target) Successful in 1m3s
Build, test and push / test (pull_request_target) Successful in 2m32s
2ba014297b
Owner

please use the OXIDE_WORLD_PATH env variable to get the path of the world, like here

path: Path::new(&std::env::var("OXIDE_WORLD_PATH").unwrap_or("./world".to_string())).to_owned(),


looks good to me otherwise

please use the OXIDE_WORLD_PATH env variable to get the path of the world, like here https://git.thetxt.io/thetxt/oxide/src/commit/2ba014297bf24aa5645b75b91f8c355a3a8269ad/server/src/main.rs#L41 looks good to me otherwise
thetxt added this to the 0.9.0 milestone 2026-07-08 17:38:44 +02:00
use OXIDE_WORLD_PATH env variable as path for icon.png
All checks were successful
Build, test and push / formatting (pull_request_target) Successful in 8s
Build, test and push / clippy (pull_request_target) Successful in 1m1s
Build, test and push / test (pull_request_target) Successful in 2m33s
ed3e8f084c
Sign in to join this conversation.
No description provided.