ModTweaker

ModTweaker

88M Downloads

Thermal Expansion questions

ChromaPIE opened this issue ยท 2 comments

commented

Issue Description:

  • For now every Thermal Expansion machines' input only support IItemStack, it makes no sense. Should also support IOreDictEntry.
  • How can I remove all recipes of specific TE machine?
  • The log said "No xxx recipe exists for xxx" but it's actually there.
    image
    image
    image
commented
  • The reason our handlers only accept IItemStack is because TE itself only accepts ItemStacks, nothing we can do. They internally handle oredicts based on the item you provide.
  • There is no way to remove all recipes from the machines
  • Check that you used the correct remove method, the compactor has more than one mode, and the recipes in the screenshot look like "PLATE" recipes, not "ALL"
commented
  • The reason our handlers only accept IItemStack is because TE itself only accepts ItemStacks, nothing we can do. They internally handle oredicts based on the item you provide.
  • There is no way to remove all recipes from the machines
  • Check that you used the correct remove method, the compactor has more than one mode, and the recipes in the screenshot look like "PLATE" recipes, not "ALL"

Alright. Also the problem with recipe removing has been solved. appreciate that!