mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Anvil result slot is not a real inventory slot
like the crafting grid result slot, this doesn't actually exist, it's just somewhere you get the result item from.
This commit is contained in:
@ -45,7 +45,7 @@ class AnvilInventory extends ContainerInventory{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getDefaultSize() : int{
|
public function getDefaultSize() : int{
|
||||||
return 3; //1 input, 1 material, 1 result
|
return 2; //1 input, 1 material
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user