An open API service indexing awesome lists of open source software.

https://github.com/rfresh2/oldbiomes

Standalone 1.12.2 Biome Generator
https://github.com/rfresh2/oldbiomes

Last synced: 11 months ago
JSON representation

Standalone 1.12.2 Biome Generator

Awesome Lists containing this project

README

          

# OldBiomes
Standalone Biome Generator for [XaeroPlus](https://github.com/rfresh2/XaeroPlus) OldBiomes feature

This is a fork of [KaptainWutax's BiomeUtils library](https://github.com/KaptainWutax/BiomeUtils) and its associated dependencies

The only changes I've made are removing unneeded classes to reduce jar size. And adding publishing to my personal maven: `https://maven.2b2t.vc`

# Usage

Gradle:

```
repositories {
maven("https://maven.2b2t.vc/releases")
}

dependencies {
implementation("com.github.rfresh2:OldBiomes:1.0")
}
```

Maven:

```


2b2t.vc
https://maven.2b2t.vc/releases


com.github.rfresh2
OldBiomes
1.0.0

```