Geyser/connector/src/main/java/org/geysermc/connector/network/translators/inventory/translators
Camotoy 852d5b050d
Fix item enchanting pre-1.14 (#2127)
If the server spams the window property update packet, then the network ID assigned for each enchanting slot will update too quickly, essentially disabling enchanting. This commit remedies this by only updating the network ID of each slot if a property changed.
2021-04-16 11:42:03 -04:00
..
chest Merge branch 'master' of https://github.com/GeyserMC/Geyser into server-inventory 2021-03-09 14:45:04 -05:00
furnace Update server inventory copyrights to 2021 2021-01-01 14:22:26 -05:00
horse Handful of review fixes 2021-03-12 11:51:37 -05:00
AbstractBlockInventoryTranslator.java Fix shulker boxes resetting data and set all shulker boxes as valid 2021-02-25 21:51:50 -05:00
AnvilInventoryTranslator.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
BaseInventoryTranslator.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
BeaconInventoryTranslator.java More review fixes and make beacon more reliable 2021-03-12 17:07:29 -05:00
BrewingInventoryTranslator.java Fix brewing stand fuel input 2021-03-13 23:09:37 -05:00
CartographyInventoryTranslator.java More review fixes and make beacon more reliable 2021-03-12 17:07:29 -05:00
CraftingInventoryTranslator.java More formatting fixes 2021-03-13 18:07:43 -05:00
EnchantingInventoryTranslator.java Fix item enchanting pre-1.14 (#2127) 2021-04-16 11:42:03 -04:00
Generic3X3InventoryTranslator.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
GrindstoneInventoryTranslator.java Use switch statements, and change default block usage 2021-02-13 15:29:54 -05:00
HopperInventoryTranslator.java Use the real block for opening inventory when possible 2021-02-12 14:39:41 -05:00
LecternInventoryTranslator.java Handful of review fixes 2021-03-12 11:51:37 -05:00
LoomInventoryTranslator.java Fix loom output 2021-03-11 17:43:08 -09:00
MerchantInventoryTranslator.java Reject requests that are unavailable spaces; other things 2021-03-08 14:17:31 -05:00
PlayerInventoryTranslator.java Address requests 2021-03-08 16:57:31 -05:00
ShulkerInventoryTranslator.java Fix shulker boxes resetting data and set all shulker boxes as valid 2021-02-25 21:51:50 -05:00
SmithingInventoryTranslator.java Use switch statements, and change default block usage 2021-02-13 15:29:54 -05:00
StonecutterInventoryTranslator.java Address requests 2021-03-08 16:57:31 -05:00