Описание
## Description
This modpack was created to enhance the vanilla experience of the game with minimal improvements and quality of life updates. This pack can be used as a drop in replacement on top of a vanilla world without making other changes. Mods include additional animations, shaders, ambient sounds, UI improvements, minimap, and other visual upgrades.
## Optimization
This modpack contains a number of optimization and stability improvements based on [Sodium](https://modrinth.com/mod/sodium). This pack is meant to be a lightweight addition on top of the Vanilla game.
## Usage
### Client
Download on the Modrinth launcher or import with the .mrpack file to launch from the Modrinth client.
### Server
This is easiest to setup using the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server) image and a docker compose file that looks something like this:
```
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: https://modrinth.com/modpack/silicon-waves/version/1.0.0
volumes:
- ./data:/data
```