mod-equip_exam/README.md

3.0 KiB

Equipment Examiner

Description:

A Minetest mod that adds a node that can be used to examine equipment & item specs.

screenshot

Licensing:

Usage:

Right-click the equipment examiner node & place an item into its inventory slot to populate the specs list.

Requirements:

  • Minetest minimum version: 5.0
  • Depends: none
  • Optional depends:
    • default (required for craft recipe)
    • basic_materials
    • wielded_light
    • workbench
    • xdecor
    • 3d_armor_light

Other Mod Support:

  • 3d_armor

Crafting:

Spoiler:

Key:

  • d:s = default:steel_ingot (wrought iron ingot)
  • d:b = default:bronze_ingot (bronze ingot)
  • d:o = default:obsidianbrick (obsidian brick)
  • b:i = basic_materials:ic (simple integrated circuit)

Without basic_materials:

┌─────┬─────┬─────┐
│ d:s │ d:b │ d:s │
├─────┼─────┼─────┤
│ d:b │ d:o │ d:b │
├─────┼─────┼─────┤
│ d:s │ d:b │ d:s │
└─────┴─────┴─────┘

With basic_materials:

┌─────┬─────┬─────┐
│ d:s │ d:b │ d:s │
├─────┼─────┼─────┤
│ d:b │ b:i │ d:b │
├─────┼─────┼─────┤
│ d:s │ d:b │ d:s │
└─────┴─────┴─────┘