mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added some creative items and removed nether reactor
This commit is contained in:
@ -219,12 +219,6 @@ class CraftingManager{
|
||||
"S S"
|
||||
))->setIngredient("S", Item::get(Item::STICK, 0, 7)));
|
||||
|
||||
$this->registerRecipe((new BigShapedRecipe(Item::get(Item::NETHER_REACTOR, 0, 1),
|
||||
"IDI",
|
||||
"IDI",
|
||||
"IDI"
|
||||
))->setIngredient("D", Item::get(Item::DIAMOND, 0, 3))->setIngredient("I", Item::get(Item::IRON_INGOT, 0, 6)));
|
||||
|
||||
$this->registerRecipe((new BigShapedRecipe(Item::get(Item::TRAPDOOR, 0, 2),
|
||||
"PPP",
|
||||
"PPP"
|
||||
|
Reference in New Issue
Block a user