Create

Create

86M Downloads

CraftTweaker recipes don't get Automated Shaped/Shapeless Crafting recipes

Kisutora opened this issue ยท 6 comments

commented

Create doesn't generate Automated Shaped/Shapeless Crafting recipes for new crafting table recipes added by CraftTweaker.

On the left you see a normal recipe added by another mod getting an Automated Crafting recipe.
On the right you see a Shaped Crafting recipe added by CraftTweaker.
2021-02-15_09 31 50

Other recipe types like Automated Packing, Smelting or Stonecutting get their respective Create recipes generated and work fine.

Forge: release 1.16.5-forge-36.0.22
Create: Create - mc1.16.3+4+5_v0.3e
CraftTweaker: CraftTweaker-1.16.5-7.1.0.124

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

Hope this doesn't get forgotten about. I've been encountering a very similar issue with KubeJS paired with KubeJS Create; the shapeless recipes I create using KubeJS don't get automatically registered as valid mixer recipes either, but can be done through the mechanical crafter. Tested on Create v0.4d/MC 1.18.1/KubeJS 1801.4.1-build.271.

commented

you can use data pack

{
  "type": "create:mechanical_crafting",
  "pattern": [
    " AAA ",
    "AAPAA",
    "APSPA",
    "AAPAA",
    " AAA "
  ],
  "key": {
    "P": {
      "tag": "minecraft:planks"
    },
    "S": {
      "tag": "forge:stone"
    },
    "A": {
      "item": "create:andesite_alloy"
    }
  },
  "result": {
    "item": "create:crushing_wheel",
    "count": 2
  }
}

like this

commented

This issue is unrelated to data packs and custom mechanical crafting.

@Kisutora Are the crafters able to perform the recipe regardless? Perhaps it is only the JEI plugin not registering correctly

commented

Good thing you pointed that out! They do work, just don't show up in JEI. Should I post the issue to JEI instead?

commented

Oh, but shapeless crafting doesn't seem to work with the mixer. See if maybe I'm doing something wrong here:
2021-02-17_10 07 15

This is the recipe I'm trying to make:
https://pastebin.com/GpuFHTzr

Doing it with mechanical crafters works however.