mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Improved effects, threading changes
This commit is contained in:
@ -273,7 +273,7 @@ class CraftingManager{
|
||||
Item::IRON_BLOCK => Item::IRON_INGOT,
|
||||
Item::DIAMOND_BLOCK => Item::DIAMOND,
|
||||
Item::EMERALD_BLOCK => Item::EMERALD,
|
||||
//Item::REDSTONE_BLOCK => Item::REDSTONE_DUST,
|
||||
Item::REDSTONE_BLOCK => Item::REDSTONE_DUST,
|
||||
Item::COAL_BLOCK => Item::COAL,
|
||||
Item::HAY_BALE => Item::WHEAT,
|
||||
];
|
||||
|
Reference in New Issue
Block a user