Readme update

This commit is contained in:
paulevsGitch 2021-05-23 08:40:52 +03:00
parent 979e2ab92a
commit 2371588267

View file

@ -1,14 +1,31 @@
[![](https://jitpack.io/v/paulevsGitch/BetterEnd.svg)](https://jitpack.io/#paulevsGitch/BetterEnd)
[![](https://jitpack.io/v/paulevsGitch/BCLib.svg)](https://jitpack.io/#paulevsGitch/BCLib)
# BCLib
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
* Edit gradle.properties if necessary
* Run command line in folder: gradlew genSources eclipse (or Another-IDE-Name)
* Import project to IDE
Building:
## Building:
* Clone repo
* Run command line in folder: gradlew build
* Mod .jar will be in ./build/libs