Skip to content

Commit

Permalink
Bumped to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Jun 13, 2024
1 parent ab359cd commit ef9512e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI (1.20.6)
name: Java CI (Main)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .kubejs/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"minecraft": 2005,
"minecraft": 2100,
"type": "neoforge",
"version": {
"file": "gradle.properties",
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
loom.platform=neoforge

minecraft_version=1.20.6
mod_version=2006.2.5
minecraft_version=1.21
mod_version=2100.2.5

mod_id=rhino
archives_base_name=rhino
Expand All @@ -13,6 +13,6 @@ mod_author=LatvianModder
curseforge_id=416294
modrinth_id=sk9knFPE

supported_versions=1.20.6
neoforge_version=20.6.112-beta
supported_versions=1.21
neoforge_version=21.0.0-beta
junit_version=5.8.2
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pluginManagement {
}
}

rootProject.name = 'Rhino-1.20.6'
rootProject.name = 'Rhino-1.21'

0 comments on commit ef9512e

Please sign in to comment.