Add support for experimental Caves and Caverns data pack

This commit is contained in:
Mike Primm 2021-08-21 18:03:07 -05:00
parent 3276134c5e
commit 0f655e8414
17 changed files with 152 additions and 109 deletions

View file

@ -17,7 +17,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.2-beta-3'
version = '3.2-SNAPSHOT'
}