HydroNyaSama is a Minecraft mod project ported and maintained by the HydroLine development team under HydroCraft Server.
The NyaSama series of mods were once very popular in the Minecraft community but have been discontinued since 2020. Starting from December 2025, we have been porting the NyaSama series to Minecraft 1.16.5/1.18.2/1.20.1 for both Forge and Fabric loaders using ArchitecturyAPI, with plans to support more versions based on the progress of the porting.
This ported version is still in active development and may contain bugs and compatibility issues. Please make sure to regularly back up your game saves to prevent data corruption or loss.
The HydroLine development team has limited association with the original NyaSama development team nsdn. If you encounter any issues while using this mod, please report them in this repository instead of contacting the original mod developers.
We acknowledge and respect the contributions of the original development team. We may adjust or remove certain features or textures in accordance with the requirements of the original team.
Not yet available
Download from the following sources:
| Game Version | Forge Version | Fabric Version | Status | Notes |
|---|---|---|---|---|
| 1.16.5 | 36.0.45 | 0.14.21 | Supported | LTS |
| 1.18.2 | 39.0.10 | 0.14.21 | Supported | LTS |
| 1.20.1 | 40.0.13 | 0.15.10 | Supported | Active |
root
├── common/ # Core business logic, protocol definitions, content declarations (Java 8, no loader dependencies)
├── fabric-1.16.5/ # Fabric adapter layer
├── fabric-1.18.2/
├── fabric-1.20.1/
├── forge-1.16.5/ # Forge adapter layer
├── forge-1.18.2/
├── forge-1.20.1/
└── docs/ # Detailed documentation
For more information, please refer to the Project Structure Guide.
This project uses Gradle for building.
./gradlew buildAllTargetsArtifacts can be found in the build/libs/ directory of each subproject.
./gradlew buildTarget_1_20_1 # Build both Forge and Fabric for 1.20.1./gradlew :fabric-1.20.1:build # Only build Fabric 1.20.1Issues and PRs are welcome. Before adding new content, please read the Project Structure Guide to understand our code organization standards.
fabric-loader >= 0.14.21fabric-api >= 0.42.0+1.16(recommended), or equivalent Fabric API split modules:fabric-api-base,fabric-item-groups-v0,fabric-networking-api-v1,fabric-lifecycle-events-v1,fabric-blockrenderlayer-v1minecraft = 1.16.5
- Do not mix cross-version protocol bridge mods in one profile, such as
viafabric-mc114,viafabric-mc115,viafabric-mc117,viafabric-mc118,viafabric-mc119on Minecraft 1.16.5. - Remove mods that explicitly target Minecraft versions different from your current game version.