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