Custom bees centrifuge recipe no recognising techreborn items
popbangshwang opened this issue ยท 3 comments
This is an interesting one, and I'm not entirely sure where the problem lies (gendustry or elsewhere).
I have the following centrifuge recipe:
centrifuge: S:gendustry:"HoneyComb.Bronze", 40 cycles => {
100% OD:dustSmallBronze
50% I:Forestry:beeswax
25% I:Forestry:honeyDrop
}
The only item that doesnt show ingame is the 100% OD:dustSmallBronze
I have tried both the ore dictionary and techreborn:smallDust@12 - neither of which work.
Adding the recipe with minetweaker works without any issue
Using COFH core worldgen, referencing techreborn blocks works fine as well.
Problem is that techreborn registers it's items in Init - unlike most mods that do it in PreInit, and gendustry resolves the recipes before the item is registered.
I'm going to try move that resolving to a later stage, which should fix this (and probably similar issues with other mods), but i'm not sure if it would break something else.