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 feb29208a6
commit 809e45631c
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'
}