settingtypes.txt 910 B

12345678910111213141516171819
  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
  6. [Experimental settings]
  7. # This setting is EXPERIMENTAL!
  8. # Enable this option if you want to switch a world from using Bad_Command_'s
  9. # Vending Machines [vendor] mod to using the Easy Vending Machines [easyvend]
  10. # mod.
  11. # When you load the world the next time, this will replace all vending and
  12. # depositing machines from [vendor] with the [easyvend] machines while keeping
  13. # their configuration.
  14. # Since this option is experimental, it is recommended that you backup your
  15. # world before converting it.
  16. easyvend_convert_vendor (Convert machines from Vending Machines mod) bool false