Items not being created (Really?)
Oxykronnos opened this issue ยท 8 comments
[ Please replace text in [] with the answer from the above question! ]
Do you use Java 8?
Yes
What version of Minecraft do you use?
1.12.1
What version of MinecraftForge do you use?
8.0.99.99
What version of SanLib do you use?
1.0.2
What version of Turret Mod Rebirth do you use?
4.0.0-beta.2.1
What is the issue / bug you have encountered? Give us a short description.
Directly, when you put energy and items in the Turret Assembly table, it doesn't does anything.
How can it be reproduced?
How? How not, much more said. Im using this in a modpack called All the mods 3.
Please post your log file (either in /logs/fml-client-latest.log or /logs/latest.log) on https://gist.github.com and provide the link:
My log is almost empty. There's no lines talking about the Turret mod (just a few discard lines talking about non-existing recipes of other mods).
I fixed it in beta 2.4, it was the fault of the wood planks, as they were defined in the recipe to have a damage value of 32765 (wildcard value) and the assembly table falsely checking if there's an item with this exact value (instead of accepting any damage value)
did you give it enough items? (for example you need to give it 5 iron ingots)
When you press shift while hovering over the recipe, it tells you how much you need of each item.
I need to include this info in the next version.