Bump version

Also fix running in dev
This commit is contained in:
modmuss50 2020-04-29 22:12:11 +01:00
parent 2e0c4ff552
commit 6ffe71e2a9
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.7.1"
static def baseVersion = "0.8.0"
static def mcVersion = "1.15.2"
static def yarnVersion = "+build.1"
}
@ -60,7 +60,7 @@ allprojects {
dependencies {
minecraft "com.mojang:minecraft:$Globals.mcVersion"
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
modCompile "net.fabricmc:fabric-loader:0.7.9+build.190"
modCompile "net.fabricmc:fabric-loader:0.8.2+build.194"
}
configurations {

View file

@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"fabric-tag-extensions-v0": ">=0.1.3",
"fabric-tag-extensions-v0": "*",
"minecraft": "<1.16-"
},
"description": "Re-implements the minecraft:climbable tag from 1.16+ back in 1.15",