Skip to content

Commit

Permalink
[Port] Update to 1.16.5 (v2.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDAGaming committed Jan 9, 2025
1 parent 453e8bf commit 72ebc75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
package com.gitlab.cdagaming.craftpresence.fabric.impl;

import com.gitlab.cdagaming.craftpresence.config.gui.MainGui;
import io.github.prospector.modmenu.api.ConfigScreenFactory;
import io.github.prospector.modmenu.api.ModMenuApi;
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
import com.terraformersmc.modmenu.api.ModMenuApi;

/**
* Hook to provide Integration with ProspectorDev's ModMenu
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ isJarMod=false
# Mapping Info
mc_mappings=
mc_mappings_type=mojmap
mc_version=1.16.3
mc_protocol=753
mc_version=1.16.5
mc_protocol=754
display_version=
# Fabric Info
fabric_loader_version=0.16.9
fabric_api_version=0.42.0+1.16
fabric_game_version_range=>=1.16.2 <1.16.4
fabric_game_version_range=>=1.16.4 <1.17
fabric_loader_version_range=>=0.13.0
# Forge Info
forge_version=34.1.0
fml_version_range=[33,)
forge_game_version_range=[1.16.2, 1.16.4)
forge_loader_version_range=[33.0.0,)
forge_version=36.2.34
fml_version_range=[35,)
forge_game_version_range=[1.16.4, 1.17)
forge_loader_version_range=[35.0.0,)
# Deployment Info
versionId=2.5.3
deploymentType=Release
versionLabel=Release
additional_mc_versions=1.16.2
additional_mc_versions=1.16.4
# Integration Info
source_java_version=21
build_java_version=8
Expand All @@ -45,5 +45,5 @@ unilib_name=UniLib
unilib_build_version=1.0.5
unilib_minimum_version=1.0.1
# Dependency Info
modmenu_group=io.github.prospector
modmenu_version=1.14.9+build.13
modmenu_group=com.terraformersmc
modmenu_version=1.16.23

0 comments on commit 72ebc75

Please sign in to comment.