Bug Open

Crafter deteminates custom items as vanilla

#6607 opened by Unknown 11 months ago

Unknownreported this bug

Env:

  • Paper 1.21.8
  • MythicMobs latest up to 9.9.2025
  • MythicCrucible latest up to 9.9.2025

Issue: As in topic - if you have custom item based at vanilla, which has some crafts - Crafter will use it as vanilla.

Replication: Create custom item based on wheat:

MythicWheat:
  Id: wheat

Try to put it into workbench in one line - nothing. Try to put it into Crafter - bread.

P.S.: Please, contact me directly in DS (ping in any chat or DM) if you need some additional detailed info. @DezForse

Additional screenshots for easy understanding and proves: [Legacy attachment omitted] [Legacy attachment omitted] [Legacy attachment omitted]

Unknowncommented

To prevent items from being used for vanilla crafting you need to use the PreventCrafting option

FakeWheat:
  Id: WHEAT
  Options:
    PreventCrafting: true
Unknowncommented

Unfortnatelly I have to reopen the issue cause PreventCrafting doesn't work as expected at latest Crucible dev build. Here is the item im testing (without some lore description):

WheatFlourSmallPile:
  Id: wheat
  Display: '<color:#ffffff>Мала купка пшеничного борошна'
  Options:
    PreventCrafting: true

This item is using in the other craft:

WheatFlour:
  Id: wheat
  Display: '<color:#ffffff>Пшеничне борошно'
  Recipes:
    FROM_SMALL_PILES:
      Type: SHAPED
      Amount: 1
      Ingredients:
        - WheatFlourSmallPile | WheatFlourSmallPile | WheatFlourSmallPile
        - WheatFlourSmallPile | WheatFlourSmallPile | WheatFlourSmallPile
        - WheatFlourSmallPile | WheatFlourSmallPile | WheatFlourSmallPile

I can't craft bread from wheat based item in crafting table but in autocrafter it still bread is appearing.

Video of issue: https://streamable.com/soc40p

Sign in to join the discussion.