mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Merge 1.16 support into PM4 (with changes)
This commit is contained in:
@ -86,7 +86,8 @@ class CraftingManager{
|
||||
}, $recipe->getResults()),
|
||||
$nullUUID,
|
||||
"crafting_table",
|
||||
50
|
||||
50,
|
||||
$counter
|
||||
);
|
||||
}
|
||||
}
|
||||
@ -108,7 +109,8 @@ class CraftingManager{
|
||||
}, $recipe->getResults()),
|
||||
$nullUUID,
|
||||
"crafting_table",
|
||||
50
|
||||
50,
|
||||
$counter
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user