corrected container offset for blockstacker

This commit is contained in:
Jottyfan 2022-12-04 18:37:13 +01:00
parent 5d140c8ce0
commit 8528811147
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
loader_version=0.14.9
# Mod Properties
mod_version = 1.19.2.4
mod_version = 1.19.2.5
maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric

View File

@ -47,7 +47,7 @@ public class BlockStackerScreenHandler extends ScreenHandler {
for (m = 0; m < 3; ++m) {
for (l = 0; l < 9; ++l) {
this.addSlot(new Slot(playerInventory, l + m * 9 + 18, 8 + l * 18, 84 + m * 18));
this.addSlot(new Slot(playerInventory, l + m * 9 + 9, 8 + l * 18, 84 + m * 18));
}
}
for (m = 0; m < 9; ++m) {