Skip to content

Commit

Permalink
apply 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Jun 14, 2024
1 parent 9224688 commit 5b913f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Fabric](https://img.shields.io/badge/Mod_Loader-Fabric-blue)](https://fabricmc.net/)
[![Minecraft](https://img.shields.io/badge/Minecraft-1.20.5-green)](https://www.minecraft.net/)
[![Minecraft](https://img.shields.io/badge/Minecraft-1.21-green)](https://www.minecraft.net/)
[![Java CI](https://github.com/umjammer/zundamod/actions/workflows/build.yml/badge.svg)](https://github.com/umjammer/zundamod/actions/workflows/build.yml)
[![GitHub Release Assets](https://github.com/umjammer/zundamod/actions/workflows/publish.yml/badge.svg)](https://github.com/umjammer/zundamod/actions/workflows/publish.yml)
![Java](https://img.shields.io/badge/Java-21-b07219)
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
mod_version=1.0.1
maven_group=vavi.mod.zundamod
archives_base_name=zundamod

# Dependencies
fabric_version=0.97.8+1.20.6
fabric_version=0.100.1+1.21
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"zundamod.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": "~1.20.4",
"java": ">=17",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.21",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
Expand Down

0 comments on commit 5b913f3

Please sign in to comment.