mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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:
parent
04668d534d
commit
18d3a97466
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user