icon, don't bundle Immersive Portals
This commit is contained in:
parent
5d4baa167a
commit
206422f8ae
11
build.gradle
11
build.gradle
|
@ -51,14 +51,14 @@ dependencies {
|
||||||
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
|
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
|
||||||
|
|
||||||
// Dependency of Immersive Portals Core:
|
// Dependency of Immersive Portals Core:
|
||||||
include(modImplementation("com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:${project.immersive_portals_version}")) {
|
modImplementation("com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:${project.immersive_portals_version}") {
|
||||||
exclude(group: "net.fabricmc.fabric-api")
|
exclude(group: "net.fabricmc.fabric-api")
|
||||||
exclude(group: "net.fabricmc.fabric-loader")
|
exclude(group: "net.fabricmc.fabric-loader")
|
||||||
transitive(false)
|
transitive(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dependency of the Miscellaneous Utility Library from qouteall
|
// Dependency of the Miscellaneous Utility Library from qouteall
|
||||||
include(modImplementation("com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:${project.immersive_portals_version}")) {
|
modImplementation("com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:${project.immersive_portals_version}") {
|
||||||
exclude(group: "net.fabricmc.fabric-api")
|
exclude(group: "net.fabricmc.fabric-api")
|
||||||
exclude(group: "net.fabricmc.fabric-loader")
|
exclude(group: "net.fabricmc.fabric-loader")
|
||||||
transitive(false)
|
transitive(false)
|
||||||
|
@ -75,7 +75,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
api("com.github.LlamaLad7:MixinExtras:0.2.0-beta.4")
|
api("com.github.LlamaLad7:MixinExtras:0.2.0-beta.4")
|
||||||
include(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.2.0-beta.4"))
|
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.2.0-beta.4")
|
||||||
|
|
||||||
include(modApi(platform("de.siphalor.tweed4:tweed4-bom-$project.minecraft_version_major:$project.tweed_version")))
|
include(modApi(platform("de.siphalor.tweed4:tweed4-bom-$project.minecraft_version_major:$project.tweed_version")))
|
||||||
// Pick any modules you want to use, e.g.:
|
// Pick any modules you want to use, e.g.:
|
||||||
|
@ -87,7 +87,7 @@ dependencies {
|
||||||
include(modApi("de.siphalor.tweed4:tweed4-tailor-screen-$project.minecraft_version_major"))
|
include(modApi("de.siphalor.tweed4:tweed4-tailor-screen-$project.minecraft_version_major"))
|
||||||
|
|
||||||
|
|
||||||
include(modImplementation("me.shedaniel.cloth:cloth-config-fabric:$project.cloth_config_version")) {
|
modImplementation("me.shedaniel.cloth:cloth-config-fabric:$project.cloth_config_version") {
|
||||||
exclude(group: "net.fabricmc.fabric-api")
|
exclude(group: "net.fabricmc.fabric-api")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -135,7 +135,8 @@ modrinth {
|
||||||
projectId = 'QXA901PE' // The ID of your Modrinth project. Slugs will not work.
|
projectId = 'QXA901PE' // The ID of your Modrinth project. Slugs will not work.
|
||||||
uploadFile = remapJar // Tells Minotaur to use the remapped jar
|
uploadFile = remapJar // Tells Minotaur to use the remapped jar
|
||||||
dependencies = [
|
dependencies = [
|
||||||
new ModDependency('P7dR8mSH', 'required') // Creates a new required dependency on Fabric API
|
new ModDependency('P7dR8mSH', 'required'), //required dependency on Fabric API
|
||||||
|
new ModDependency('zJpHMkdD', 'required') //required dependency on Immersive Portals
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// configure the maven publication
|
// configure the maven publication
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 108 KiB |
Loading…
Reference in New Issue
Block a user