Skip to content

Commit

Permalink
Reapply "Prepare for update to 1.21.2"
Browse files Browse the repository at this point in the history
This reverts commit f802b9c.
  • Loading branch information
Aeltumn committed Oct 17, 2024
1 parent 7d78aa3 commit 8f72419
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 35 deletions.

This file was deleted.

6 changes: 3 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],
"depends": {
"fabric": "*",
"fabricloader": ">=0.15.11",
"fabric-api": ">=0.100.1",
"minecraft": ">=1.21"
"fabricloader": ">=0.16.5",
"fabric-api": ">=0.105.2",
"minecraft": ">=1.21.2-pre1"
},
"suggests": {
"sodium": ">=0.6.0-beta.1",
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/noxesium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"ui.render.SkinManagerMixin",
"ui.render.ext.BakedGlyphExt",
"ui.render.ext.ChatComponentExt",
"ui.render.ext.FontExt",
"ui.render.ext.GuiExt",
"ui.render.ext.PlayerTabOverlayExt"
],
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
minecraft_version=1.21.2-pre1
yarn_mappings=1.21.2-pre1+build.1
loader_version=0.16.5

# Fabric API
fabric_version=0.101.0+1.21
fabric_version=0.105.2+1.21.2
# Mod Properties
mod_version=2.3.4-SNAPSHOT

Expand All @@ -17,6 +17,6 @@ iris = 1.8.0-beta.1+1.21-fabric
modmenu = 11.0.2

# Enabled mods
enableSodium = true
enableIris = true
enableModMenu = true
enableSodium = false
enableIris = false
enableModMenu = false

0 comments on commit 8f72419

Please sign in to comment.