saw.lua 468 B

1234567891011121314
  1. local S = minetest.get_translator("the_end_crafting_guides")
  2. text = S([[Saws can be crafted in the inventory using iron and cobble.
  3. They are used to saw logs into boards and boards into sticks. If a particularly barren wasteland does not yield any trees, ironwood can be used aswell.
  4. Traditionally, saw workers lose fingers during their career, so be careful.
  5. ]])
  6. in_game_guide.register_page("the_end_crafting_guides:saw",
  7. {
  8. title = S("Saw"),
  9. text = text,
  10. })