Giter Club home page Giter Club logo

biolith's Introduction

Biolith

A biome placement mod focusing on configurability and consistent distribution of modded biomes

Warning: Somewhat Experimental

This mod is still somewhat experimental. Biome selection strategies may change, resulting in biomes being placed at different locations in existing worlds.

Extent of Current Features

At this time, aside from any new things I've implemented and forgotten to update here, the following features are present:

  • From v1.2.0-alpha.1, Biolith supports all four major mod loaders!

  • From v2.0.0-alpha.1, biome placement and surface rules can be added via datapacks.

  • Place an Overworld, Nether, or End biome at a specified noise point.

  • Remove a vanilla/datapack Overworld, Nether, or End biome from all noise points.

  • Replace an Overworld, Nether, or End biome entirely or in part.

  • Add a sub-biome to an Overworld, Nether, End, or modded biome.

  • (End biome placement uses custom noise and is only available in 1.20+.)

  • Register custom surface rules.

  • Override vanilla surfaces using custom surface builders.

  • Fully compatible with TerraBlender and Fabric Biome API biomes.

  • Somewhat compatible with BClib (biome placement will be modified by BClib).

  • Can place biomes in Modern Beta worlds since 1.2.0-beta.1.

Releases via Maven

The instructions below are for Biolith 1.2.0 for Minecraft 1.20.4+. If you are using earlier versions of Biolith, only Fabric/Quilt is supported, and the artifact ID is just biolith.

Much like Terraform API, add the Terraformers maven repository to your build.gradle:

repositories {
    maven {
        name = 'TerraformersMC'
        url = 'https://maven.terraformersmc.com/'
    }
}

And add the Biolith version for your loader (fabric, forge, or neoforge) to the dependencies section of build.gradle:

dependencies {
    modImplementation("com.terraformersmc:biolith-fabric:${project.biolith_version}")
}

If you wish to include Biolith in your mod for distribution, wrap the modImplementation() with an include()

Finally, set the Biolith version you want in gradle.properties:

biolith_version=1.2.0-beta.3

For convenience, Biolith can also be downloaded from Modrinth.

Examples

Check out Biolith Examples for a complete multi-loader biome placement implementation using Biolith, with examples of some of Biolith's capabilities. I will add more examples over time.

biolith's People

Contributors

gniftygnome avatar apollounknowndev avatar quiqueck avatar

Stargazers

MonaMons avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.