From ac0c78795b0864876e4a247e66d076cf2a4ccb32 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sat, 18 Dec 2021 15:46:14 -0700 Subject: [PATCH] Drafted priv_to_org as first MT module, but it doesn't work yet b/c interaction issues --- README.md | 4 ++-- modpol_minetest/api.lua | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ec0d9a..867df4e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Modular Politics Prototype for Minetest +# Modular Politics for Minetest This is a mod for [Minetest](https://minetest.net) that enables diverse governance mechanisms. It seeks to implement the [Modular Politics](https://metagov.org/modpol) proposal. In the future, it will be possible to use this framework to simulate governance in a number of platform contexts. This mod produces an API that can serve as a dependency for other mods that add specific governance functionalities. -For background information and project roadmap, see [the wiki](https://gitlab.com/medlabboulder/modpol/-/wikis/home). +For background information, documentation, and the project roadmap, see [the wiki](https://gitlab.com/medlabboulder/modpol/-/wikis/home). ## Installation in Minetest diff --git a/modpol_minetest/api.lua b/modpol_minetest/api.lua index 2d0aa39..7547f5e 100644 --- a/modpol_minetest/api.lua +++ b/modpol_minetest/api.lua @@ -1,6 +1,4 @@ ---call all files in this directory - - +--- Script for loading Minetest files -- =================================================================== -- Minetest Specific Overrides of modpol functions @@ -20,7 +18,13 @@ dofile (localdir .. "/chatcommands.lua") -- =================================================================== --- Minetest Specific code +-- Minetest-specific modules +-- =================================================================== + +dofile (localdir .. "/modules/priv_to_org.lua") + +-- =================================================================== +-- Minetest-specific code -- =================================================================== --add members to the instance, if they are not already there.