Skip to content

Commit

Permalink
Prepare for 12.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Dec 3, 2024
1 parent bd2c2ee commit 0c9d39a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
Empty file removed build.gradle
Empty file.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
minecraft = "1.21.4-rc3"
minecraft = "1.21.4"
parchment = "2024.11.17"

fabric_loom = "1.9.2"
fabric_loader = "0.16.9"
moddevgradle = "2.0.52-beta"
neoforge = "21.3.56"
neoforge = "21.4.0-beta"

fabric_api = "0.110.5+1.21.4"
wrench_wrapper = "0.6.1"
Expand Down
6 changes: 0 additions & 6 deletions norge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ neoForge {
}
}

configurations {
'implementation' {
exclude group: 'org.quiltmc', module: 'quilt-loader'
}
}

dependencies {
implementation libs.wrench.wrapper
jarJar libs.wrench.wrapper
Expand Down
4 changes: 2 additions & 2 deletions norge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Adds a highly configurable zoom key. By default, this mod provides its own take
[[dependencies.ok_zoomer]]
modId = "neoforge"
type = "required"
versionRange = "[21.2.0-beta,)"
versionRange = "[21.4.0-beta,)"
ordering = "NONE"
side = "CLIENT"

[[dependencies.ok_zoomer]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.2,1.21.4)"
versionRange = "[1.21.4,1.22)"
ordering = "NONE"
side = "CLIENT"

Expand Down
Binary file modified norge/src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ plugins {

rootProject.name = 'OkZoomer'

include('common', 'fabric')
include('common', 'fabric', 'norge')

0 comments on commit 0c9d39a

Please sign in to comment.