Added some creative items and removed nether reactor

This commit is contained in:
Intyre
2015-11-23 21:56:38 +01:00
parent 58709293cf
commit 734736492a
5 changed files with 187 additions and 93 deletions

View File

@ -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"