Search results

  1. R

    Open RFTools Shape Card Quarry

    The RFTools Shape Card Quarry (Clearing Quarry) is missing the recipe to turn it back into the Shape Card (Quarry) in Expert Mode. The script removes the recipes to add the new recipe, but removes both. Just a simple line after the new recipe in RFTools.zs...
  2. R

    What's new in modded minecraft today?

    Seems to be working fine so far. Make sure you have COFHLib, COFH Core and Thermal Foundation in your mods folder. Also, Power Converters seems to have an issue with it. Probably using the old TE info.
  3. R

    minetweaker script not working

    Assuming you got the IDs from NEI, you should not have to shift them. If the IDs are right, this should work: recipe.remove(<8790>); recipes.addShaped(<8790>, [[<14300:16>,<1225>,<14300:16>],[<903:3>,<8786>,<903:3>] ,[<14300:16>,<903:3>,<14300:16>]]); recipes.addShaped(<8790>...