[Mod] Equipment Examiner [equip_exam]

Post Reply
User avatar
AntumDeluge
Member
Posts: 213
Joined: Sun Aug 07, 2016 05:42
GitHub: AntumDeluge
IRC: AntumDeluge
Contact:

[Mod] Equipment Examiner [equip_exam]

by AntumDeluge » Post

Description:

A node that will examine the specs of equipment.

Image

Licensing:
Dependencies:
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:

Code: Select all

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

Code: Select all

┌─────┬─────┬─────┐
│ d:s │ d:b │ d:s │
├─────┼─────┼─────┤
│ d:b │ b:i │ d:b │
├─────┼─────┼─────┤
│ d:s │ d:b │ d:s │
└─────┴─────┴─────┘
Links:
Last edited by AntumDeluge on Sat Jul 03, 2021 03:09, edited 7 times in total.

User avatar
cx384
Member
Posts: 654
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [Mod] Equipment Examiner (1.0) [equip_exam]

by cx384 » Post

Very useful! I often don't know if a tool is better then another.
Does it also check the item meta for tool_capabilities?
You could also display the exact wear of the equipment.
Can your read this?

User avatar
AntumDeluge
Member
Posts: 213
Joined: Sun Aug 07, 2016 05:42
GitHub: AntumDeluge
IRC: AntumDeluge
Contact:

Re: [Mod] Equipment Examiner (1.0) [equip_exam]

by AntumDeluge » Post

cx384 wrote:
Mon Apr 26, 2021 21:16
Very useful! I often don't know if a tool is better then another.
Does it also check the item meta for tool_capabilities?
You could also display the exact wear of the equipment.
I want to add that stuff. I've just got to figure out what all the attributes apply to for the different types of equipment.

Merak
Member
Posts: 116
Joined: Sat Nov 05, 2016 20:34

Re: [Mod] Equipment Examiner [equip_exam] (v1.2)

by Merak » Post

For players of high resolution texture packs, high resolution textures would be nice.

Some things which Examiner could print are
- Doc https://repo.or.cz/minetest_doc.git/
- Flammability. Fuel value for burnables
- spawn time for seedlings or multiplication for flowers
- What can be tamed or healed by the item (Wheat can heal or tame cows)
- light emission value

User avatar
AntumDeluge
Member
Posts: 213
Joined: Sun Aug 07, 2016 05:42
GitHub: AntumDeluge
IRC: AntumDeluge
Contact:

Re: [Mod] Equipment Examiner [equip_exam] (v1.2)

by AntumDeluge » Post

Merak wrote:
Thu May 20, 2021 08:31
Some things which Examiner could print are
- Doc https://repo.or.cz/minetest_doc.git/
- Flammability. Fuel value for burnables
- spawn time for seedlings or multiplication for flowers
- What can be tamed or healed by the item (Wheat can heal or tame cows)
- light emission value
Nice ideas. The tamed/healed one might be difficult though. Would need to parse registered entities & would be dependent on the API of each mob.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 35 guests