Skip to content

Commit c694daf

Browse files
Block breaking calculations v2 (#5846)
* Make block break progress calculations more accurate * Track blockstate / item updates geyser-sided * Fix: ghost blocks in specific circumstances
1 parent 30a44a0 commit c694daf

File tree

4 files changed

+197
-92
lines changed

4 files changed

+197
-92
lines changed

core/src/main/java/org/geysermc/geyser/item/type/Item.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public void translateNbtToJava(@NonNull GeyserSession session, @NonNull NbtMap b
256256
if (bedrockEnchantment == null) {
257257
String enchantmentTranslation = MinecraftLocale.getLocaleString(enchantment.description(), session.locale());
258258
addJavaOnlyEnchantment(session, builder, enchantmentTranslation, level);
259+
builder.addEnchantmentGlint();
259260
return null;
260261
}
261262

0 commit comments

Comments
 (0)