This project is a fork of the minetest_easyvend.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/minetest_easyvend.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionA Fork of easyven for the MTTechnic game subgame
ownererwin.maximilian@gmail.com
last changeThu, 12 Jan 2017 14:29:27 +0000 (12 15:29 +0100)
content tags
add:
README.md

Easy Vending Machines [easyvend]

Version: 0.4.3

Adds vending and depositing machines which allow to buy and sell items from other players.

Help is included as help entry for Item Documentation [doc_items].

Converting machines from vendor mod (experimental)

This mod is able to automatically transform the vending and depositing machines from Bad_Command_'s Vending machines [vendor] mod on loading and turn them into the new machines from easyvend. This is useful if you want to switch a world from vendor to easyvend.

WARNING: This feature is experimental! It is advised to backup your world before doing this. This feature is also incomplete; items are currently not transformed in the process.

Conversion process

To transform all nodes from the vendor mod, disable the vendor mod (if it is not already disabled), enable the setting easyvend_convert_vendor and start or restart the game.

Now all nodes from the vendor mod will be replaced with easyvend ones.

If you run a server, you should inform players of this change because a few machines might need a reconfiguration.

Details

The machine configuration will be kept in the process and the machines will stay in operation provided their configuration is valid. The mod tries to keep as many machines in operation as possible. Machines with very high values (item count or price) might be disabled because they exceed limits and must be reconfigured by their owners. Most machines which worked before will likely stay in operation afterwards.

Credits and licenses

shortlog
2017-01-12 WuzzyVersion 0.4.3master
2017-01-12 WuzzyFix crash when an item becomes unknown
2016-12-28 WuzzyOops, prev. commit was wrong version. New version:...
2016-12-28 WuzzyVersion 0.5.0
2016-12-28 WuzzyUse new doc alias syntax
2016-12-12 WuzzyFix doc_items optional dependency
2016-12-04 WuzzyAdd sound title
2016-12-04 WuzzyUpdate credits
2016-12-04 WuzzyVersion 0.4.1
2016-12-04 WuzzyFix crash w/ attemp to give award w/o awards mod
2016-12-04 WuzzyReplace deprecated tile_images with tiles
2016-11-21 WuzzyVersion 0.4.0
2016-11-21 WuzzyCheck doc version before showing help icon
2016-11-21 WuzzyRemove double dependency
2016-11-18 WuzzyAdd help button (for doc)
2016-11-16 WuzzyUse new doc_items field names
...
heads
7 years ago master
7 years ago tower