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
- Host: GitHub
- URL: https://github.com/rfresh2/oldbiomes
- Owner: rfresh2
- License: mit
- Created: 2024-09-18T08:08:17.000Z (almost 2 years ago)
- Default Branch: mainline
- Last Pushed: 2024-11-14T02:18:39.000Z (over 1 year ago)
- Last Synced: 2025-01-17T15:22:31.819Z (over 1 year ago)
- Language: Java
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```