Add Wuzzy to mailmap
[minetest_easyvend.git] / settingtypes.txt
blobd4f0ecbdf84d159afad63935f0b83c4e006ef14f
1 # Specify the item (as an itemstring) which is used as currency for vending
2 # and depositing machines. Vending machines take this item as payment and
3 # depositing machines give this item in return for items.
4 # Default: Gold Ingot.
5 easyvend_currency (Currency item for vending and depositing machines) string default:gold_ingot
7 [Experimental settings]
8 # This setting is EXPERIMENTAL!
9 # Enable this option if you want to switch a world from using Bad_Command_'s
10 # Vending Machines [vendor] mod to using the Easy Vending Machines [easyvend]
11 # mod.
12 # When you load the world the next time, this will replace all vending and
13 # depositing machines from [vendor] with the [easyvend] machines while keeping
14 # their configuration.
15 # Since this option is experimental, it is recommended that you backup your
16 # world before converting it.
17 easyvend_convert_vendor (Convert machines from Vending Machines mod) bool false