Browse Source

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

Nathan Schneider 2 years ago
parent
commit
ac0c78795b
2 changed files with 10 additions and 6 deletions
  1. 2 2
      README.md
  2. 8 4
      modpol_minetest/api.lua

+ 2 - 2
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
 

+ 8 - 4
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.