Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 603f2ce

Browse files
committed
update to 1.21
1 parent 5739c77 commit 603f2ce

File tree

6 files changed

+185
-121
lines changed

6 files changed

+185
-121
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/use
7-
minecraft_version=1.20.6
8-
yarn_mappings=1.20.6+build.1
9-
loader_version=0.15.10
7+
minecraft_version=1.21
8+
yarn_mappings=1.21+build.1
9+
loader_version=0.15.11
1010

1111
# Mod Properties
1212
mod_name=resolutioncontrol
13-
mod_version=1.20.6-3.0.0
13+
mod_version=1.21-3.0.0
1414
maven_group=io.github.ultimateboomer
1515
archives_base_name=resolution-control-plus
1616

1717
# Dependencies
1818
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/
19-
fabric_version=0.97.8+1.20.6
19+
fabric_version=0.100.1+1.21
2020
#developer_mode_version=1.0.15
21-
mod_menu_version=8.0.0
21+
mod_menu_version=11.0.0-beta.1
2222

2323
#Modrinth
2424
modrinth_id = rqTgDmc8

gradlew

Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/io/github/ultimateboomer/resolutioncontrol/ResolutionControlMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ResolutionControlMod implements ModInitializer {
3333
public static final Logger LOGGER = LogManager.getLogger(MOD_NAME);
3434

3535
public static Identifier identifier(String path) {
36-
return new Identifier(MOD_ID, path);
36+
return Identifier.of(MOD_ID, path);
3737
}
3838

3939
private static final MinecraftClient client = MinecraftClient.getInstance();

0 commit comments

Comments
 (0)