Skip to content

thorium crafting recipes dont grant recipes after being crafted #26

@bluffcon

Description

@bluffcon

Is there an existing issue for this?

  • I have searched the existing issues

Description

when you craft something in any other crafting block, you unlock a recipe in the block's recipe book that remembers that you have crafted this recipe. this mod's thorium crafting table does not do this, which does not let for crafting detection via datapacks (the achievements with the recipe_unlocked trigger do not trigger) and ruin some features of ftbquests' grant quest only on item crafted which again, does not get triggered with the thorium crafting table.

steps to reproduce:

  • make a datapack
  • data/x/advancements/x.json
{
  "criteria": {
    "stick": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "thoriumreactors:thorium_crafting/industrial_block"
      }
    }
  },
  "display": {
    "icon": {
      "item": "thoriumreactors:industrial_block"
    },
    "title": "i am impossible to obtain",
    "description": "try me!", 
    "background": "minecraft:textures/gui/advancements/backgrounds/stone.png", 
    "frame": "challenge",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
    }
}
  • craft industrial blocks
    expected: obtain the recipe, trigger triggered, achievement fired
    got: nothinmg

Multiplayer?

Singleplayer

Operating System?

Windows

Version

0.1a

Minecraft Version

1.20.1

Forge Version

47.4.9

Links

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions