aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-07-31 00:08:41 +0200
committerLinnea Gräf <nea@nea.moe>2025-07-31 00:08:41 +0200
commit9d707728b45017cfff2e222569e5edfc13730ab5 (patch)
tree8c81467082874e152170c06ab425bc7cd06384d9 /src/main/kotlin/features
parentaf3d76561468cfbffddd19efcb1a4fe238f2ac15 (diff)
downloadFirmament-9d707728b45017cfff2e222569e5edfc13730ab5.tar.gz
Firmament-9d707728b45017cfff2e222569e5edfc13730ab5.tar.bz2
Firmament-9d707728b45017cfff2e222569e5edfc13730ab5.zip
fix: line rendering on 1.21.7
Diffstat (limited to 'src/main/kotlin/features')
-rw-r--r--src/main/kotlin/features/inventory/SlotLocking.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/inventory/SlotLocking.kt b/src/main/kotlin/features/inventory/SlotLocking.kt
index f413ef5..eefc6d1 100644
--- a/src/main/kotlin/features/inventory/SlotLocking.kt
+++ b/src/main/kotlin/features/inventory/SlotLocking.kt
@@ -431,7 +431,7 @@ object SlotLocking : FirmamentFeature {
return if (isHotbar()) {
x + 9 to y
} else {
- x + 9 to y + 17
+ x + 9 to y + 16
}
}