A Minetest mod that adds a node that can be used to examine equipment & item specs.
Right-click the equipment examiner node & place an item into its inventory slot to populate the specs list.
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 │ └─────┴─────┴─────┘