Create

Create

86M Downloads

Custom Shapeless Recipes not creating Create - Automated Shapeless Crafting recipes

Voidion opened this issue ยท 2 comments

commented

Describe the Bug

Creating custom shapeless crafting recipes with KubeJS doesn't get added to Create's - Automated Crafting Recipes, making the only option a default crafting bench. This is with Create's Allow Shapeless In Mixer enabled.

Below is the code I'm using for shapeless recipes if it makes a difference on if this works or not.

onEvent('recipes', event => {
  const recipeShapeless = (output, input) => {
    event.shapeless(output, input)
  }

    // Minecraft
    recipeShapeless('minecraft:pumpkin_pie', ['#forge:vegetables/pumpkin', '#forge:sugar', '#forge:egg', 'farmersdelight:pie_crust'])
   })

While it doesn't work with KubeJS's custom recipes, when making the recipe with a data pack and overwriting the default recipe that way it works and allows Create's Automated Shapeless Crafting to work.

And with further testing's with some help I noticed that it's not just limited to custom recipes, but also vanilla shapeless crafting recipes. Where they aren't being created and allowed to be mixed to get their shapeless output.

Reproduction Steps

  1. Create a custom shapeless recipe with KubeJS (CraftTweaker may also have the same result but wasn't used in this situation)

  2. Create a shapeless crafting recipe, check for Automated Shapeless Crafting's tab within JEI.

  3. Create a shapeless crafting recipe using a datapack, check for Automated Shapeless Crafting's tab within JEI.

With Step 3, you'll find that it shows up unlike Step 2 where it only has the default crafting table.

Expected Result

When creating a custom shapeless crafting recipe, I was expecting to be able to use Create's Automated Shapeless Crafting system using a Mixer. But when I went to check JEI and also test it out to make sure it wasn't a JEI issue, the recipe didn't work but showed up and worked in a normal crafting table.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

0.3.2g

Minecraft Version

1.16.5

Forge Version

36.2.28

Other Mods

No response

Additional Context

No response

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

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.