Skip to content

Commit 0e98aa7

Browse files
committed
refactor(26.3): Resolve WTHIT deprecation getWorld() -> getLevel()
1 parent 8c61140 commit 0e98aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/net/blay09/mods/balm/platform/compatibility/hudinfo/internal/WTHITModIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void appendBody(ITooltip tooltip, IBlockAccessor accessor, IPluginConfig
2727

2828
final var output = new WTHITHudInfoOutput(tooltip);
2929
final var context = new BlockInfoContext(
30-
accessor.getWorld(),
30+
accessor.getLevel(),
3131
accessor.getPosition(),
3232
accessor.getBlockState(),
3333
accessor.getBlockEntity(),

0 commit comments

Comments
 (0)