Skip to content

Commit

Permalink
23w46a
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 17, 2023
1 parent 8254cec commit 252f7b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public static boolean isMarkerEnabled()

public static boolean isPlayerSubscribed(PlayerEntity playerEntity)
{
Map<String, String> map = LoggerRegistry.getPlayerSubscriptions(playerEntity.getEntityName());
Map<String, String> map = LoggerRegistry.getPlayerSubscriptions(playerEntity.getGameProfile().getName());
return map != null && map.containsKey(MicroTimingLogger.NAME);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class ExplosionMixin
*/
@ModifyExpressionValue(
//#if MC >= 12003
//$$ method = "method_55124",
//$$ method = "onExploded",
//#else
method = "affectWorld",
//#endif
Expand Down
8 changes: 4 additions & 4 deletions versions/1.20.3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/
minecraft_version=23w45a
yarn_mappings=23w45a+build.1
minecraft_version=23w46a
yarn_mappings=23w46a+build.4

# Fabric Mod Metadata
carpet_dependency=>=1.4.120
Expand All @@ -10,11 +10,11 @@

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=23w45a
game_versions=23w46a

# Mod Dependency
# check available versions on maven for the given minecraft version you are using
# https://masa.dy.fi/maven/carpet/fabric-carpet/
carpet_core_version=23w45a-1.4.125+v231108
carpet_core_version=23w46a-1.4.126+v231116

lithium_dependency=com.github.CaffeineMC:lithium-fabric:mc1.20.2-0.12.0

0 comments on commit 252f7b3

Please sign in to comment.