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:
Dylan K. Taylor 2017-10-16 12:00:24 +01:00
parent 04668d534d
commit 18d3a97466

View File

@ -45,7 +45,7 @@ class AnvilInventory extends ContainerInventory{
}
public function getDefaultSize() : int{
return 3; //1 input, 1 material, 1 result
return 2; //1 input, 1 material
}
/**