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

@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.19 minecraft_version=1.19
loader_version=0.14.6 loader_version=0.14.7
fabric_version=0.55.2+1.19 fabric_version=0.56.0+1.19
#Loom #Loom
loom_version=0.12-SNAPSHOT loom_version=0.12-SNAPSHOT
# Mod Properties # Mod Properties

View file

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

View file

@ -40,7 +40,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.6",
"fabric": ">=0.55.2", "fabric": ">=0.56.0",
"minecraft": "1.19", "minecraft": "1.19",
"bclib": "2.0.x" "bclib": "2.0.x"
}, },