Skip to content

Commit 032c47b

Browse files
committed
3x3 5x5 ichor mining ability impl
1 parent 373fe9d commit 032c47b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/main/kotlin/dev/sterner/client/screen/ItemAbilityScreen.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ItemAbilityScreen(stack: ItemStack) : Screen(Component.literal("Ability Se
110110
minecraft!!.font,
111111
Component.translatable("voidbound.ability." + ability.name.lowercase()),
112112
abilityX + 24,
113-
y + 34,
113+
y + 35,
114114
0xDDCCFF
115115
)
116116
}
@@ -119,8 +119,6 @@ class ItemAbilityScreen(stack: ItemStack) : Screen(Component.literal("Ability Se
119119
guiGraphics.blit(texture, abilityX + 16, y + 18, 0, 0f, 0f, 16, 16, 16, 16)
120120

121121
matrixStack.popPose()
122-
123-
// Increment index manually
124122
}
125123

126124
RenderSystem.disableBlend()

0 commit comments

Comments
 (0)