Open RFTools Shape Card Quarry

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

RikuSS4

New Member
Jul 29, 2019
3
0
0
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,
Code:
recipes.addShaped(<rftools:shapeCardItem:2>, [[<ore:dirt>, <ore:dirt>, <ore:dirt>], [<ore:dirt>, <rftools:shapeCardItem:5>, <ore:dirt>], [<ore:dirt>, <ore:dirt>, <ore:dirt>]]);
to add it back. Unless of course it was intentionally left that way for some reason, but the recipe for the other fortune and silk touch ones to revert it back were left in.