Compare commits

..

No commits in common. "bd537bbe25a3584419fce0a363921eac5e16722b" and "2ed2891b717a9e0039a6db53b107e77388e579e9" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View File

@ -91,7 +91,7 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation "maven.modrinth:sodium:mc${project.minecraft_version}-${project.sodium_version}"
modCompileOnly "maven.modrinth:sodium:mc${project.minecraft_version}-${project.sodium_version}"
}
configurations.include.transitive = true

View File

@ -10,7 +10,7 @@ loader_version=0.14.21
minecraft_version_major=1.20
# Mod Properties
mod_version=0.9.2
mod_version=0.9.1
maven_group=quimufu.colourful-portals
archives_base_name=colourful-portals

View File

@ -11,6 +11,7 @@
"plugin": "quimufu.colourful_portals.MixinConfig",
"client": [
"InterpolationMixin",
"SodiumFluidRendererMixin"
"SodiumFluidRendererMixin",
"FrontClippingMixin"
]
}