Skip to content

Commit adcd3a0

Browse files
committed
Improve compatibility with lithium
1 parent 615b346 commit adcd3a0

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

fabric/src/main/resources/fabric.mod.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"fabric-convention-tags-v2": ">=${fabric_version}"
3939
},
4040
"breaks": {
41-
"lithium": "*",
4241
"sablecompanion": "<${sable_companion_version}"
4342
}
4443
}

neoforge/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ dependencies {
6565
compileOnly "maven.modrinth:distanthorizons:$rootProject.distant_horizons_version"
6666
compileOnly "maven.modrinth:backpacks-for-dummies:$rootProject.backpacks_for_dummies_version"
6767

68+
implementation "maven.modrinth:lithium:mc1.21.1-0.15.3-neoforge"
69+
6870
implementation("com.simibubi.create:create-${minecraft_version}:${create_version}") { transitive = false }
6971
implementation("net.createmod.ponder:ponder-neoforge:${ponder_version}+mc${minecraft_version}")
7072
compileOnly("dev.engine-room.flywheel:flywheel-neoforge-api-${minecraft_version}:${flywheel_version}")

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ versionRange = "[1.0.6,)"
3333
ordering = "AFTER"
3434
side = "CLIENT"
3535

36-
[[dependencies.sable]]
37-
modId = "lithium"
38-
type = "incompatible"
36+
["lithium:options"]
37+
"mixin.entity.collisions.unpushable_cramming" = false
38+
"mixin.world.chunk_access" = false
39+
"mixin.world.chunk_ticking" = false
3940

4041
[[dependencies.sable]]
4142
modId = "sablecompanion"

0 commit comments

Comments
 (0)