Skip to content

Commit

Permalink
Update mod to Minecraft snapshot 24w36a (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored Sep 15, 2024
1 parent c532d3f commit 5b81c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=modmenu

minecraft_version=24w34a
yarn_mappings=24w34a+build.8
loader_version=0.16.2
fabric_version=0.102.2+1.21.2
minecraft_version=24w36a
yarn_mappings=24w36a+build.6
loader_version=0.16.5
fabric_version=0.104.0+1.21.2
text_placeholder_api_version=2.4.0-pre.2+1.21
quilt_loader_version=0.17.7

Expand All @@ -21,7 +21,7 @@ default_release_type=stable
# Modrinth Metadata
modrinth_slug=modmenu
modrinth_id=mOgUt4GM
modrinth_game_versions=24w34a
modrinth_game_versions=24w36a
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api, placeholder-api

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabricloader": ">=0.15.10",
"minecraft": ">=1.21-beta.2"
"minecraft": ">=1.21.2-"
},
"authors": [
"Prospector",
Expand Down

0 comments on commit 5b81c3a

Please sign in to comment.