更新依赖
This commit is contained in:
@@ -112,7 +112,7 @@ dependencies {
|
||||
compileOnly "curse.maven:creativecore-257814:6690762"
|
||||
compileOnly "curse.maven:natures-compass-252848:5696042"
|
||||
compileOnly "curse.maven:explorers-compass-491794:5756947"
|
||||
runtimeOnly "curse.maven:playerrevive-266890:6383797"
|
||||
// runtimeOnly "curse.maven:playerrevive-266890:6383797"
|
||||
runtimeOnly "curse.maven:creativecore-257814:6690762"
|
||||
// runtimeOnly "curse.maven:natures-compass-252848:5696042"
|
||||
// runtimeOnly "curse.maven:explorers-compass-491794:5756947"
|
||||
|
||||
@@ -73,20 +73,20 @@ side="BOTH"
|
||||
# Here's another dependency
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
type="required" #mandatory
|
||||
# This version range declares a minimum of the current minecraft version up to but not including the next major version
|
||||
versionRange="${minecraft_version_range}"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId="touhou_little_maid"
|
||||
mandatory=true
|
||||
type="required" #mandatory
|
||||
versionRange="[1.3.7,)"
|
||||
ordering="AFTER"
|
||||
side="BOTH"
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId="playerrevive"
|
||||
mandatory=false
|
||||
type="optional" #mandatory
|
||||
versionRange="[2.0.16,)"
|
||||
ordering="AFTER"
|
||||
side="BOTH"
|
||||
|
||||
Reference in New Issue
Block a user