mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Final 1.20.4 cleanup
This commit is contained in:
parent
4294982310
commit
a13492e0ed
5 changed files with 7 additions and 7 deletions
|
@ -86,7 +86,7 @@ public abstract class InventoryTranslator {
|
|||
put(ContainerType.BEACON, new BeaconInventoryTranslator());
|
||||
put(ContainerType.BREWING_STAND, new BrewingInventoryTranslator());
|
||||
put(ContainerType.CARTOGRAPHY, new CartographyInventoryTranslator());
|
||||
put(ContainerType.CRAFTER_3x3, new CrafterInventoryTranslator());
|
||||
//put(ContainerType.CRAFTER_3x3, new CrafterInventoryTranslator()); todo Output slot is currently broken
|
||||
put(ContainerType.CRAFTING, new CraftingInventoryTranslator());
|
||||
put(ContainerType.ENCHANTMENT, new EnchantingInventoryTranslator());
|
||||
put(ContainerType.HOPPER, new HopperInventoryTranslator());
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2393a655595abd8e0b93e88553d9d8d7cdbde95b
|
||||
Subproject commit 522967d6ee76972994ad05a992dc9d7bb4e889ba
|
Loading…
Add table
Add a link
Reference in a new issue