Library used by the Better* Mods
Find a file
2021-05-23 08:42:15 +03:00
gradle/wrapper First upload 2021-05-22 22:11:40 +03:00
src/main Tags, surface builders, biome API (WIP), processors, features 2021-05-23 08:32:45 +03:00
.gitignore First upload 2021-05-22 22:11:40 +03:00
build.gradle First upload 2021-05-22 22:11:40 +03:00
gradle.properties First upload 2021-05-22 22:11:40 +03:00
gradlew First upload 2021-05-22 22:11:40 +03:00
gradlew.bat First upload 2021-05-22 22:11:40 +03:00
LICENSE First upload 2021-05-22 22:11:40 +03:00
README.md Readme fix 2021-05-23 08:42:15 +03:00
settings.gradle First upload 2021-05-22 22:11:40 +03:00

BCLib

BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.16.4+

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:

  • Clone repo
  • Run command line in folder: gradlew build
  • Mod .jar will be in ./build/libs