Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Blast-MC committed Dec 10, 2023
1 parent 4cb7596 commit 2491ce4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ modrinth {
loaders = ["fabric"]
uploadFile = "./build/devlibs/titan.jar"
dependencies {
required.project "fabric-api"
required.version "fabric-api", "${project.fabric_version}"
optional.version "cloth-config", "${project.cloth_version}"
optional.project "modmenu", "${project.modmenu_version}"
}
}
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.24
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.1

# Mod Properties
maven_group=gg.projecteden
archives_base_name=titan

# Dependencies
fabric_version=0.90.7+1.20.2
modmenu_version=8.0.0
cloth_version=12.0.109
cit_version=1.20.1
fabric_version=0.91.2+1.20.4
# TODO - Update to 9.0.0 release when out
modmenu_version=9.0.0-pre.1
cloth_version=13.0.112
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import net.fabricmc.loader.api.FabricLoader;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.gui.DrawContext;
import net.minecraft.client.gui.screen.ConnectScreen;
import net.minecraft.client.gui.screen.multiplayer.ConnectScreen;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.screen.TitleScreen;
import net.minecraft.client.gui.tooltip.Tooltip;
Expand Down

0 comments on commit 2491ce4

Please sign in to comment.