Vanilla PlusThis modpack is designed to be compatible with vanilla clients/servers, offering performance enhancements, controller support, and shader compatibility.PerformanceThe modpack allows loading a ~2GB save file in ~7 seconds, compared to ~12 seconds in vanilla. Frame rates improved from ~120 fps in vanilla to ~140 fps with the modpack, without shaders.Server-side performance improvements are expected; comparisons will be made later.UsageClientFor client use, utilize the integrated Modrinth downloader on Prism Launcher or download the .mrpack file and open it with any launcher supporting Modrinth.ServerServer installation requires Docker or Podman. A script for non-container setups may be created if requested.Run the server with: docker run -dit -v /path/for/world:/Minecraft/server/world -p 25565:25565 ghcr.io/nathan-r-wood/vanilla-plus-mc:latestDefault server RAM is 4G. To adjust, add -e RAM=5G or -e RAM=3000M to the command: docker run -dit -v /path/for/world:/Minecraft/server/world -e RAM=5G -p 25565:25565 ghcr.io/nathan-r-wood/vanilla-plus-mc:latestFor consistent ops or server properties, add an ops.json or server.properties file on the host and link it to the container: docker run -dit -v /path/for/world:/Minecraft/server/world -v /path/for/ops.json:/Minecraft/server/ops.json -p 25565:25565 ghcr.io/nathan-r-wood/vanilla-plus-mc:latestGood luck, have fun, and hopefully these instructions are clear.