Go to file
BrunoMine c7730147b4
Add portuguese locale files (#2)
2022-02-02 18:55:25 +01:00
locale Add portuguese locale files (#2) 2022-02-02 18:55:25 +01:00
models license for the caravan model 2020-03-02 01:14:56 -07:00
textures allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00
.gitattributes Initial commit 2019-07-27 15:12:52 -06:00
.gitignore switch to a mesh caravan node 2019-08-01 01:22:59 -06:00
LICENSE Initial commit 2019-07-27 15:12:52 -06:00
caravan_markets.lua allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00
dungeon_markets.lua allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00
i18n.py add source url to i18n script 2020-03-02 17:03:37 -07:00
init.lua allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00
mapgen_dungeon_markets.lua fix reading numbers from settings 2020-01-07 00:26:56 -07:00
mod.conf allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00
readme.md link to the API mod 2020-01-19 11:44:50 -07:00
screenshot.jpg removing API half, leaving only the market definitions 2020-01-18 17:43:23 -07:00
settingtypes.txt make gold coin denomination configurable with a single setting 2020-02-13 22:19:05 -07:00
village_markets.lua allow this mod to work with either default (minetest_game) or mineclone2 (#1) 2020-07-11 19:21:21 -06:00

readme.md

This mod depends on commoditymarket. It implements a number of fantasy-themed marketplaces where players can post buy and sell offers for various items, allowing for organic market forces to determine the relative values of the resources in a world.

  • King's Market - a basic sort of "commoner's marketplace", only open during the day
  • Night Market - the shadier side of commerce, only open during the night
  • Trader's Caravan - a type of market that players can build and place themselves, with a small inventory capacity.
  • Goblin Exchange - a strange marketplace that uses coal as a currency
  • Undermarket - where dark powers make their trades, using Mese as a currency

All of these except for the Trader's Caravan are intended to be placed in specific locations by server administrators, they don't have crafting recipes.

An option exists to allow Goblin markets and Undermarkets to be automatically placed inside dungeons by world gen.

The settlements mod scatters small settlements around on the surface of the world that can contain King's Markets and Night Markets.