2022-06-03 14:02:23 -04:00

2.4 KiB

Item Replicator ContentDB V2.1 Currency Support

Replicate items with ease.

Photogalery

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_replicator = true to your worlds world.mt file.
  5. Enjoy the mod.

You can use Item Replicators as fuel or you can upgrade them by cooking them. (Each "upgrade" boasts even faster replication)

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_replicator_settings.log_api = false
item_replicator_settings.log_production = false -- Only turn this one off if really needed
item_replicator_settings.log_deep = false

You might also want to turn off tests (Depending on how frequent your server goes offline then starts back up again)

A note about items

This mod tracks a lot of information about items.

From it's itemstring to it's amount produced per process, or even the time between processes.

It may be easier for your server to simply run with allow_unknown to be true (on).

This will simply use the other settings below that (unknown_item_time, unknown_item_amount) when it encounters an unknown item.

Or for those who wish to better my mod and the community using it, please consider making a Pull Request with your additions/changes. (See mod_support.lua for further details)

Mods supported

  • MTG default
  • MTG beds
  • MTG binoculars
  • MTG boats
  • MTG bones
  • MTG bucket
  • MTG butterflies
  • MTG carts
  • MTG doors
  • MTG dye
  • MTG farming (That is, built-in to MTG, not the extended one, just yet)
  • MTG fire
  • MTG fireflies
  • MTG flowers
  • MTG map
  • MTG screwdriver
  • MTG stairs (This may be incomplete, I tried to get everything)
  • MTG tnt
  • MTG vessels
  • MTG walls
  • MTG wool
  • MTG xpanes (This may be incomplete, I tried to get everything)
  • MCL (As best as I can, I tried to get everything)
  • area_containers
  • currency