Update slotChangedCraftingGrid signature
This commit is contained in:
parent
c6d231753a
commit
381ca7dc2d
@ -144,7 +144,7 @@ class ExopackInventoryMenu(val capability: MatteryPlayer) : MatteryMenu(null, CO
|
||||
super.slotsChanged(container)
|
||||
|
||||
if (container == craftingGrid) {
|
||||
CraftingMenu.slotChangedCraftingGrid(this, capability.ply.level(), capability.ply, craftingGrid, craftingResultContainer)
|
||||
CraftingMenu.slotChangedCraftingGrid(this, capability.ply.level(), capability.ply, craftingGrid, craftingResultContainer, null)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ public net.minecraft.client.gui.screens.InBedChatScreen leaveBedButton
|
||||
|
||||
public net.minecraft.world.inventory.AbstractContainerMenu stateId
|
||||
|
||||
public net.minecraft.world.inventory.CraftingMenu slotChangedCraftingGrid(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/inventory/CraftingContainer;Lnet/minecraft/world/inventory/ResultContainer;)V
|
||||
public net.minecraft.world.inventory.CraftingMenu slotChangedCraftingGrid(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/inventory/CraftingContainer;Lnet/minecraft/world/inventory/ResultContainer;Lnet/minecraft/world/item/crafting/RecipeHolder;)V
|
||||
|
||||
public net.minecraft.server.level.ServerPlayer containerListener
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user