Skip to content

Commit

Permalink
update cf deps and min mui version
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Feb 8, 2025
1 parent cb5c9b2 commit 986ba89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ curseForgeProjectId = 632327
curseForgeRelations = req:mixin-booter;\
req:modularui;\
opt:angry-pixel-the-betweenlands-mod;\
opt:arcane-archives;\
opt:actually-additions;\
opt:ae2-extended-life;\
opt:bibliocraft;\
Expand All @@ -147,11 +148,13 @@ curseForgeRelations = req:mixin-booter;\
opt:future-mc;\
opt:galacticraft-legacy;\
opt:gregtech-ce-unofficial;\
opt:hbms-nuclear-tech-mod-reloaded;\
opt:ic2-classic;\
opt:immersive-engineering;\
opt:improvedbackpacks;\
opt:industrial-craft;\
opt:iron-chests;\
opt:iron-backpacks;\
opt:mekanism;\
opt:metalchests;\
opt:project-red-exploration;\
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cleanroommc/bogosorter/BogoSorter.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name = BogoSorter.NAME,
version = BogoSorter.VERSION,
dependencies =
"required-after:modularui@[2.4.2,3.0.0);" +
"required-after:modularui@[2.5.0-rc3,3.0.0);" +
"required-after:mixinbooter@[8.0,)")
@Mod.EventBusSubscriber(modid = BogoSorter.ID)
public class BogoSorter {
Expand Down

0 comments on commit 986ba89

Please sign in to comment.