mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Add 1.15 MC deps where needed, update loader, bump versions.
This commit is contained in:
parent
ef6e16884f
commit
66a6b610bc
6 changed files with 12 additions and 6 deletions
|
@ -12,7 +12,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.3.1"
|
||||
static def baseVersion = "0.3.2"
|
||||
static def mcVersion = "19w34a"
|
||||
static def yarnVersion = "+build.2"
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ allprojects {
|
|||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}"
|
||||
modCompile "net.fabricmc:fabric-loader:0.4.8+build.154"
|
||||
modCompile "net.fabricmc:fabric-loader:0.6.0+build.163"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-item-groups-v0"
|
||||
version = getSubprojectVersion(project, "0.1.0")
|
||||
version = getSubprojectVersion(project, "0.1.1")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"version": "${version}",
|
||||
"license": "Apache-2.0",
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabricloader": ">=0.6.0",
|
||||
"minecraft": ">=1.15-",
|
||||
"fabric-api-base": "*",
|
||||
"fabric-resource-loader-v0": "*"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-renderer-indigo"
|
||||
version = getSubprojectVersion(project, "0.1.10")
|
||||
version = getSubprojectVersion(project, "0.1.11")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"version": "${version}",
|
||||
"license": "Apache-2.0",
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabricloader": ">=0.6.0",
|
||||
"minecraft": ">=1.15-",
|
||||
"fabric-api-base": "*",
|
||||
"fabric-renderer-api-v1": "*"
|
||||
},
|
||||
|
|
|
@ -11,5 +11,9 @@
|
|||
"irc": "irc://irc.esper.net:6667/fabric",
|
||||
"issues": "https://github.com/FabricMC/fabric/issues",
|
||||
"sources": "https://github.com/FabricMC/fabric"
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.6.0",
|
||||
"minecraft": "1.15.x"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue