MJRLegends / GalacticraftTweaker

A small mod to add CraftTweaker support for Galacticraft
0 stars 0 forks source link

Compressor Recipes not working properly #15

Closed xDParis64 closed 1 year ago

xDParis64 commented 2 years ago

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): [Yes or No]

Description of Issue

When I try to delete the 1xmeteroicIronIngot = 1xcompressedMeteroicIron and add 2xmeteroicIronIngot = 1xcompressedMeteroicIron, both recipes get deleted(The deletion comes before I add the new recipe) when I don't remove the recipe both show up

Steps to Reproduce Issue

  1. create this recipe "mods.GalacticraftTweaker.addCompressorShapelessRecipe(, , );"
  2. Remove this recipe "mods.GalacticraftTweaker.removeCompressorShapelessRecipe();"
  3. Load the game and neither recipes should work

*Screenshots (if applicable): image image

Version: 1.12.2-1.0.3

This happened in single player and multiplayer

MJRLegends commented 2 years ago

Please can you check if it works with Galacticraft build 280, you can find this at https://micdoodle8.com/mods/galacticraft/downloads, you will need all 3 jars for this build

Mathegyl commented 2 years ago

I has the same bug on craftig table with a mod that add two crafts that have the same name.

Try to write two times the remove line

MJRLegends commented 2 years ago

I has the same bug on craftig table with a mod that add two crafts that have the same name. Try to write two times the remove line

Thats a good thought actually, i wonder if thats the problem here.

MJRLegends commented 1 year ago

Sorry for the very delayed reply, the recipe is not being removed because removeCompressorShapelessRecipeis not a valid craftweaker method provided by GalacticraftTweaker only removeCompressorRecipeis