From 23715882675f41eca899ea2e8a055c77302114b5 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Sun, 23 May 2021 08:40:52 +0300 Subject: [PATCH] Readme update --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e6abee2..2b14af09 100644 --- a/README.md +++ b/README.md @@ -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