Map Command Overhaul in 1.17

- Features biomes using random color (based on vanilla derivative) if a color isn't provided in the biome class
- Allows a map to be opened for packs that don't have a world open (`/iris std map overworld`)
This commit is contained in:
StrangeOne101
2021-07-14 23:01:09 +12:00
parent 147d5902ed
commit 1f2871f649
12 changed files with 1630 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
}
group 'com.volmit.iris'
version '1.5-TOTALLY-UNSTABLE'
version '1.5-UNSTABLE-MAP'
def apiVersion = '1.17'
def name = 'Iris'
def main = 'com.volmit.iris.Iris'