Readme update
This commit is contained in:
parent
979e2ab92a
commit
2371588267
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
@ -1,14 +1,31 @@
|
||||||
[](https://jitpack.io/#paulevsGitch/BetterEnd)
|
[](https://jitpack.io/#paulevsGitch/BCLib)
|
||||||
# BCLib
|
# BCLib
|
||||||
BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.16.4+
|
BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.16.4+
|
||||||
|
|
||||||
Importing:
|
## Features:
|
||||||
|
- Structure Features API;
|
||||||
|
- Bonemeal API;
|
||||||
|
- Features API;
|
||||||
|
- Biome API;
|
||||||
|
- Tag API;
|
||||||
|
|
||||||
|
- Spline library (simple);
|
||||||
|
- Noise library;
|
||||||
|
- Math library;
|
||||||
|
- SDF library;
|
||||||
|
|
||||||
|
- Custom surface builders;
|
||||||
|
- Translation helper;
|
||||||
|
- Weighted list;
|
||||||
|
- Block helper;
|
||||||
|
|
||||||
|
## Importing:
|
||||||
* Clone repo
|
* Clone repo
|
||||||
* Edit gradle.properties if necessary
|
* Edit gradle.properties if necessary
|
||||||
* Run command line in folder: gradlew genSources eclipse (or Another-IDE-Name)
|
* Run command line in folder: gradlew genSources eclipse (or Another-IDE-Name)
|
||||||
* Import project to IDE
|
* Import project to IDE
|
||||||
|
|
||||||
Building:
|
## Building:
|
||||||
* Clone repo
|
* Clone repo
|
||||||
* Run command line in folder: gradlew build
|
* Run command line in folder: gradlew build
|
||||||
* Mod .jar will be in ./build/libs
|
* Mod .jar will be in ./build/libs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue