Changed handling of vanilla/fabric end biomes

This commit is contained in:
Frank 2022-06-14 14:29:50 +02:00
parent 1bc283dfa1
commit 959ccb360f
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ pluginManagement {
def allowLocalLibUse = true
//When true, the local BCLib is also used in commandline builds
def allowLocalLibInConsoleMode = true
def allowLocalLibInConsoleMode = false
//The path were to look for the local BCLib
def BCLibPath = '../BCLib'