Mod integration API, readme update

This commit is contained in:
paulevsGitch 2021-06-17 21:01:48 +03:00
parent f4a036b1e7
commit 429fe90cb7
4 changed files with 250 additions and 5 deletions

View file

@ -1,26 +1,32 @@
[![](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+
BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.16.5
## Features:
### API:
* Simple Mod Integration API;
* Structure Features API;
* World Data API;
* Bonemeal API;
* Features API;
* Biome API;
* Tag API;
* Tag API.
### Libs:
* Spline library (simple);
* Noise library;
* Math library;
* SDF library;
* SDF library.
### Helpers And Utils:
* Custom surface builders;
* Translation helper;
* Weighted list;
* Block helper;
* Block helper.
### Rendering:
* Procedural block models (from paterns or from code);
* Block render layer interface.
## Importing:
* Clone repo