mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added crafting use-ingredient fake transaction source
This commit is contained in:
@ -60,6 +60,7 @@ class InventoryTransactionPacket extends DataPacket{
|
||||
const SOURCE_TYPE_CRAFTING_ADD_INGREDIENT = -2;
|
||||
const SOURCE_TYPE_CRAFTING_REMOVE_INGREDIENT = -3;
|
||||
const SOURCE_TYPE_CRAFTING_RESULT = -4;
|
||||
const SOURCE_TYPE_CRAFTING_USE_INGREDIENT = -5;
|
||||
|
||||
const SOURCE_TYPE_ANVIL_INPUT = -10;
|
||||
const SOURCE_TYPE_ANVIL_MATERIAL = -11;
|
||||
|
Reference in New Issue
Block a user