mirror of
https://github.com/xiej2520/ornithe-carpet.git
synced 2026-08-17 22:32:40 -05:00
An ornithe port of carpetmod112
- Java 99.6%
- Nix 0.4%
| .github/workflows | ||
| docs | ||
| gradle/wrapper | ||
| src/main | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| flake.lock | ||
| flake.nix | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| jitpack.yml | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Ornithe Carpet Mod
This is an ornithe port of carpetmod112 but with modern fabric-carpet protocol and extension support.
Code base is adapted from fabric-carpet, features are from carpetmod112 and others.
Extensions
Now with full carpet extension support just like fabric-carpet!
No more "everyone forks a carpetmod112".
Use this template to create your own carpet extension.
Existing Extensions
- Haruhikage Addon (Threadstone)
- Ornithe-Carpet-Extra
- CarpetClientAddon Server Support
- CarpetClientAddon Client (clientgen1 branch)
Maven
You can get ornithe-carpet as dependency from:
Carpet Mod Settings
Contribution
Contributions are welcome.
See Contributing
Build and Use
Check out Ornithe for mod loader.
Using Java > 8
For carpet logger: rng
Add jvm flag --add-opens java.base/java.util=ALL-UNNAMED to allow reflection on java.util.Random.
Build
- Clone the repo.
- Run
gradle buildtask. - Complied
.jarfile will be in build/libs/.