Fixed up some listener stuff in the config
This commit is contained in:
+3
-1
@@ -16,8 +16,9 @@ architectury_version=4.4.59
|
||||
lithium_version=mc1.18.2-0.7.9
|
||||
sodium_version=mc1.18.2-0.4.1
|
||||
iris_version=1.18.x-v1.2.5
|
||||
immersive_portals_version = v1.0.4-1.18
|
||||
bclib_version=1.4.5
|
||||
canvas_version=mc118:1.0.2397
|
||||
immersive_portals_version = v1.4.9-1.18
|
||||
|
||||
# Fabric mod run
|
||||
# 0 = Don't enable and don't run
|
||||
@@ -29,6 +30,7 @@ architectury_version=4.4.59
|
||||
enable_lithium=0
|
||||
enable_iris=0
|
||||
enable_bclib=1
|
||||
enable_canvas=0
|
||||
|
||||
# Forge loader
|
||||
forge_version=40.0.18
|
||||
|
||||
@@ -330,6 +330,9 @@ allprojects { p ->
|
||||
// Required for Mixins & VanillaGradle
|
||||
maven { url "https://repo.spongepowered.org/maven/" }
|
||||
|
||||
// Required for canvas
|
||||
maven { url "https://maven.vram.io/" }
|
||||
|
||||
// These 2 are for importing mods that arnt on CursedForge, Modrinth, GitHub, GitLab or anywhere opensource
|
||||
flatDir {
|
||||
dirs "${rootDir}/mods/fabric"
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: 825c72d572...52b26c2046
+5
-1
@@ -73,6 +73,9 @@ dependencies {
|
||||
// BCLib
|
||||
addMod("com.github.paulevsGitch:BCLib:${rootProject.bclib_version}", rootProject.enable_bclib)
|
||||
|
||||
// Canvas
|
||||
addMod("io.vram:canvas-fabric-${project.canvas_version}", rootProject.enable_canvas)
|
||||
|
||||
// Immersive Portals
|
||||
/*
|
||||
modImplementation("com.github.qouteall.ImmersivePortalsMod:build:${rootProject.immersive_portals_version}") {
|
||||
@@ -87,7 +90,8 @@ dependencies {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
transitive(false)
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||
|
||||
Reference in New Issue
Block a user