using a for loop to add recipes in a oredict entry works... kind of
JavaBeanJohnny opened this issue · 5 comments
so I am trying to add fluid transposer extract recipes in a couple of the oredict categories, with this code
for item in <ore:logWood>.items {
mods.thermalexpansion.Transposer.addExtractRecipe(200,
item, <minecraft:planks>, xpjuice * 60, 100);
}
for item in <ore:treeLeaves>.items {
mods.thermalexpansion.Transposer.addExtractRecipe(200,
item, <minecraft:stick>, xpjuice * 90, 100);
}
for item in <ore:treeSapling>.items {
mods.thermalexpansion.Transposer.addExtractRecipe(200,
item, <minecraft:stick>, xpjuice * 300, 100);
}
and as far as making the recipes, it works perfectly. I can see all of them in NEI. but the fluid transposer wont accept any of the items that are supposed to be valid
I don't know, TE is not my mod.
…On Jan 1, 2017 04:32, "JavaBeanJohnny" ***@***.***> wrote:
is there a way to fix it? can i just go to a earlier version of TE?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#408 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xddL7hsm-IYBnFIZb93G9JSVKTJUks5rNxBYgaJpZM4LYoh8>
.
When 1.10 started becoming big. Months now. 1.7.10 is 4 Mc versions old,
I'm not supporting it.
…On Jan 1, 2017 04:37, "JavaBeanJohnny" ***@***.***> wrote:
when did it stop being supported?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#408 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFS9xfRS7XI3TXiAwbH9TnArsJop8PVgks5rNxF1gaJpZM4LYoh8>
.