Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
SyberiaK committed Jun 19, 2024
1 parent 48fe513 commit 852aa8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

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

# Mod Properties
Expand All @@ -14,5 +14,5 @@ org.gradle.parallel=true
archives_base_name=colorful-hex

# Dependencies
fabric_api_version=0.97.8+1.20.5
modmenu_version=10.0.0
fabric_api_version=0.100.3+1.21
modmenu_version=11.0.0
2 changes: 1 addition & 1 deletion src/main/java/me/syberiak/colorful_hex/TooltipManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import java.util.ArrayList;
import java.util.List;

import net.minecraft.client.item.TooltipType;
import net.minecraft.item.Item;
import net.minecraft.item.tooltip.TooltipType;
import net.minecraft.text.Text;
import net.minecraft.item.ItemStack;

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 @@ -29,7 +29,7 @@

"depends": {
"fabricloader": ">=0.14.11",
"minecraft": ">=1.20.5 <1.21",
"minecraft": "~1.21",
"java": ">=21",
"fabric-api": ">=0.72.0"
},
Expand Down

0 comments on commit 852aa8d

Please sign in to comment.