added option to disable snow on extra leaves

This commit is contained in:
octarine-noise
2016-07-23 09:31:42 +02:00
parent acf477d709
commit 2ca330fd29
4 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.0.12"
version = "2.0.14"
archivesBaseName = rootProject.name + '-MC1.8'
buildscript {