Drafted priv_to_org as first MT module, but it doesn't work yet b/c interaction issues

This commit is contained in:
Nathan Schneider 2021-12-18 15:46:14 -07:00
parent 3e3f737915
commit ac0c78795b
2 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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.