Skip to content

Commit

Permalink
feat: Add compatibility for Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Aug 21, 2024
1 parent a828fa2 commit 7303eaf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ mod_name=Noisium
mod_description=Optimises worldgen performance for a better gameplay experience.
mod_license=LGPL-3.0
mod_version=2.2.2
supported_minecraft_version=1.21
supported_minecraft_version_name=1.21
supported_minecraft_version=>=1.21 <=1.21.1
supported_minecraft_version_name=1.21-1.21.1

# Multiloader properties
architectury_plugin_version=3.4-SNAPSHOT
architectury_loom_version=1.6-SNAPSHOT
shadow_plugin_version=7.1.2
forgix_plugin_version=1.2.6
minecraft_version=1.21
minecraft_version=1.21.1
java_version=21
enabled_platforms=fabric,neoforge

Expand All @@ -31,13 +31,13 @@ modrinth_project_id=KuNKN7d2

# Fabric properties
# Check these on https://modmuss50.me/fabric.html
yarn_mappings=1.21+build.2
yarn_mappings=1.21.1+build.3
fabric_loader_version=0.15.11

# NeoForge properties
neoforge_version=21.0.20-beta
neoforge_version=21.1.22

# Dependencies
mixin_extras_version=0.3.5
fabric_api_version=0.100.1+1.21
mod_menu_version=11.0.0-beta.2
fabric_api_version=0.102.1+1.21.1
mod_menu_version=11.0.1

0 comments on commit 7303eaf

Please sign in to comment.