Question: Defined Item in unidict recipe
Gandalf360one opened this issue ยท 4 comments
Hi I have a question.
Is it possible to have a defined item in a unidicted recipe ?
I tried something like this but it crashes my game:
mods.unidict.api.newShapedRecipeTemplate("dust", 1, [["ore", immersiveengineering:tool:0, null], [null, null, null], [null, null, null]]);
Sorry for the Bug tag.
Hello, could you provide a crash report? I will try to look into this and if what you are trying to do is not supported I will be happy to implement it :)
Thanks for the reply.
I tried to apply the immersive engineering recipe (crushing an ore with the hammer to get 1 dust) to make it universal so that all ores will be effected that have a dust.
But my game crashed so I tried a bit around and it didn't work.
I look more into the recipes and recognized that immersive engineering already added all ores to the recipe so I realized that I don't have to add that recipe.
Long story short:
I tried to define the group ore and the hammer for the universal dust recipe but it didn't worked and I also don't need it (my fail)
Here is the crash.log if you want to look into it (edited the format from my script to make it right):
https://pastebin.com/uT5pyKq3
Hello, there was actually a bug here, the detection of valid resources was flawed so it attempted to find ore variants of resources that don't have them, for example, it tried to find an Ore block for Lumium which doesn't exist causing a crash.