Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipes added via crafttweaker still do not work at all #103

Open
Pseudonomenclature opened this issue Dec 18, 2022 · 2 comments
Open

Recipes added via crafttweaker still do not work at all #103

Pseudonomenclature opened this issue Dec 18, 2022 · 2 comments

Comments

@Pseudonomenclature
Copy link

I saw that there was another closed report of this issue but it still seems to persist.
I tried adding the following crafttweaker script as a test, but the recipe does not show up no matter what is in my inventory:
recipes.addShapeless(<minecraft:bread>, [<minecraft:apple>]);
I also tried making a shaped recipe:
recipes.addShaped(<minecraft:bread>, [[<minecraft:apple>, <minecraft:apple>, <minecraft:apple>]]);

However, neither seems to show up in the Crafting Table IV. This remains true even after several restarts and new world generations.

I even tried to create a recipe for an item that doesn't even have one beforehand (Enchanted Golden Apple) but it also made no difference.

@xJon
Copy link

xJon commented Apr 27, 2024

I can confirm this is still an issue in version 1.5.123

@Elec332
Copy link
Member

Elec332 commented Apr 28, 2024

I see what happened here, as this used to work.

CraftTweaker moved to their own custom implementation if IRecipe, like https://github.com/CraftTweaker/CraftTweaker/blob/1.12/CraftTweaker2-MC1120-Main/src/main/java/crafttweaker/mc1120/recipes/MCRecipeShaped.java

This means it will need a compat module now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants