Skip to content

Commit

Permalink
[Port] Update to b1.6.6 (v2.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDAGaming committed Jan 14, 2025
1 parent 375b378 commit d9c4897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void preTick() {
@Override
public void updateData() {
ServerNBTStorage newServerData;
final NetClientHandler newConnection = CraftPresence.instance.getSendQueue();
final NetClientHandler newConnection = CraftPresence.instance.func_20001_q();

try {
if (newConnection != null) {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ enabled_platforms=fabric,modloader
isLegacy=true
isJarMod=true
# Mapping Info
mc_mappings=4.3-b1.7.3
mc_mappings=4.1-b1.6.6
mc_mappings_type=mcp
mc_version=b1.7.3
mc_protocol=14
mc_version=b1.6.6
mc_protocol=13
display_version=
# Fabric Info
fabric_loader_version=0.16.9
fabric_api_version=
fabric_game_version_range=*
fabric_loader_version_range=>=0.12.0
# Forge Info
forge_version=b1.7.3
forge_version=b1.6.6
fml_version_range=
forge_game_version_range=b1.7.3
forge_game_version_range=b1.6.6
forge_loader_version_range=
# Deployment Info
versionId=2.5.3
Expand Down

0 comments on commit d9c4897

Please sign in to comment.