1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Shapeless Recipe Not Showing On Pocket UI

Discussion in 'Development' started by Bintang Putra, Jun 15, 2017.

  1. Bintang Putra

    Bintang Putra Witch

    Messages:
    63
    GitHub:
    chaostixzix
    Hi, i was registering a ShapeLess Recipe on pocketmine with this
    PHP:
    $item Item::get(27621);
    $item->setCustomName(TextFormat::GOLD "Hero Of Keju");
    $item->setLore(["Pedang Ini Memberika Effect Speed"TextFormat::BOLD TextFormat::GOLD "Don't Betray This Sword"]);
    $item->setDamage(200);
    $result = new ShapelessRecipe($item);
    $result->addIngredient(Item::get(28601));
    $this->getServer()->getCraftingManager()->registerRecipe($result);
    but when i used Pocket UI Mode, The recipe won't show
    Screenshot at Jun 15 09-22-57.png

    After i change it to classic UI the recipe appear
    Screenshot at Jun 15 09-22-25.png
     
  2. Kenn Fatt

    Kenn Fatt Slime

    Messages:
    82
    GitHub:
    kennfatt
    i think it will be not working on Pocket UI
     
  3. Bintang Putra

    Bintang Putra Witch

    Messages:
    63
    GitHub:
    chaostixzix
    so, it will never working on future update?
     
  4. Kenn Fatt

    Kenn Fatt Slime

    Messages:
    82
    GitHub:
    kennfatt
    No, its possible anyway. Someone has an edited version of PMMP and they can use it on Pocket UI properly.
     
  5. Bintang Putra

    Bintang Putra Witch

    Messages:
    63
    GitHub:
    chaostixzix
    Chat di fb aja om, saya baru sadar kalo ini kennan

    - Chaostix, Bintang Putra
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.