[1.16] New recipes doesn
hodo1962 opened this issue ยท 2 comments
Intro:
Please note, you will be treated exactly like any other person who submits a bug report, saying this, if you decide to delete this template entirely, your issue will be closed. If you do not provide relevant information when reporting an issue (for example having a script issue and not providing the scripts or the crafttweaker.log file) this issue will be closed. you may now delete this section and continue on with the report.
Issue Description:
Note: If this bug occurs in a modpack, please report this to the modpack author. Otherwise, delete this line and add your description here. If you are using an unnofficial version of Minetweaker or Crafttweaker please report it to the person who gave you the version. Also please look at the other issues to make sure that you are not creating a duplicate.
What happens:
What you expected to happen:
Script used (Please pastebin.com or gist.github.com your script, posting an unpasted or ungist'd script will automatically close this issue. We are NOT going to download files, do NOT upload your file to this issue, please give us a link to a paste / gist of the file):
crafttweaker.log file (Please pastebin.com or gist.github.com your file, posting an unpasted or ungist'd file will automatically close this issue. We are NOT going to download files, do NOT upload your file to this issue, please give us a link to a paste / gist of the file.):
Affected Versions (Do not use "latest"):
- Minecraft:
- Forge:
- Crafttweaker:
- Using a server:
- If yes, does the client have the exact same scripts?
Your most recent log file where the issue was present (Please pastebin.com or gist.github.com your file, posting an unpasted or ungist'd file will automatically close this issue. We are NOT going to download files, do NOT upload your file to this issue, please give us a link to a paste / gist of the file.):
[pastebin/gist/etc link here]
I've tried to make a z-script with a new shapeless recipe. The recipe should craft the Ingots from one mod into material from another mod. Here is the line from the script:
craftingTable.addShapeless("uranite_conversion1", item:powah:uraninite_raw, [item:mekanism:ingot_uranium, item:mekanism:ingot_uranium]);
After restart I could see the new recipe in JEI, but it didn't work in the crafting table.
I've found out a workaround:
- Deleting all recipes by typing: /recipe take *
- Giving all recipes by typing: /recipe give *
After that the new recipe worked.
Affected Versions:
Minecraft: 1.16.1
Forge: 32.0.107
Crafttweaker: 1.16.1-7.0.0.23
Using a server: no
(i wasn't fast enough typing)
Yea I'm not helping until you fill out the template completely, script on https://gist.github.com. logs the same