Bump version

This commit is contained in:
FlorianMichael 2023-04-21 20:40:37 +02:00
parent d1059a4542
commit 0a2a93c74f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ loader_version=0.14.19
fabric_api_version=0.76.0+1.19.4
# viafabricplus
mod_version=2.6.4
mod_version=2.6.5
maven_group=de.florianmichael
archives_base_name=viafabricplus

View File

@ -56,6 +56,6 @@ public class MixinInventoryPackets extends ItemRewriter<ClientboundPackets1_15,
protocol.registerServerbound(ServerboundPackets1_16.CLOSE_WINDOW, ServerboundPackets1_14.CLOSE_WINDOW, wrapper -> {
InventoryTracker1_16 inventoryTracker = wrapper.user().get(InventoryTracker1_16.class);
((IInventoryTracker1_16) inventoryTracker).viafabricplus_setInventoryOpen(false);
});
}, true);
}
}