custom.recipes.lua 493 B

12345678910111213
  1. -- only alter this file if it's named "custom.recipes.lua"
  2. -- alter the recipes as you please and delete / comment out
  3. -- the recipes you don't want to be available in the game
  4. -- the original versions are in "default/recipes.lua"
  5. return {
  6. ["tpad:tpad"] = {
  7. {'group:wood', 'default:bronze_ingot', 'group:wood'},
  8. {'default:bronze_ingot', 'default:mese_crystal_fragment', 'default:bronze_ingot'},
  9. {'group:wood', 'default:bronze_ingot', 'group:wood'},
  10. },
  11. }