BCLib/README.md
2021-06-01 16:22:51 +03:00

34 lines
784 B
Markdown

[![](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+
## Features:
### API:
* Structure Features API;
* Bonemeal API;
* Features API;
* Biome API;
* Tag API;
### Libs:
* Spline library (simple);
* Noise library;
* Math library;
* SDF library;
### Helpers And Utils:
* 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:
* Clone repo
* Run command line in folder: gradlew build
* Mod .jar will be in ./build/libs