david aa5cb612c4 Release V1.0 Inital
Behold a new and over powered mod by ApolloX.
2021-10-06 18:55:28 -04:00

1.0 KiB

Item Repair ContentDB V1.0 Inital

Repair multiple items with ease.

What's in the box

Quick-Start

  1. Get this repo!
  2. Drop this directory/repo into your Minetest mods folder.
  3. Edit settings.lua to your liking.
  4. Add load_mod_item_repair = true to your worlds world.mt file.
  5. Enjoy the mod.

A note about logging

This mod can dump a lot of information out to your log file (debug.txt).

Please turn off the following settings like so, below:

item_repair_settings.log_production = false
item_repair_settings.log_deep = false

Notice

Yes most of this code, it's formspecs, and it's images were taken from my other mod item_replicator.