From 37463fc8cc297a2b07140045806db3110c8afc3b Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 11 Feb 2021 06:06:20 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89abfe7..a982acc 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,21 @@ By default, a data directory named "data" will be created in this director Another storage method may be chosen in modpol.lua. A StorageRef-based method for Minetest 5.* is included: storage-mod_storage.lua. +## Stand-alone Modular Politics + +To separate the Modular Politics core from the Minetest mod, simply remove these files: + +``` +mod.conf +init.lua +description.txt +depends.txt +/storage/storage-mod_storage.lua +/modpol_minetest/ +``` + +Eventually the stand-alone modpol package will be published as a separate repo. + ## Authorship @@ -49,7 +64,7 @@ Initiated by [Nathan Schneider](https://nathanschneider.info) of the [Media Ente We'd love to have more contributors, particularly from the Minetest community! Please join the conversation in the [Issues](https://gitlab.com/medlabboulder/modpol/-/issues) or the [Minetest.net forum](https://forum.minetest.net/viewtopic.php?f=47&t=26037). -Thanks to contributors: Robert Kiraly [[OldCoder](https://github.com/oldcoder/)] (ocutils.lua, storage-local.lua, project refactoring) +Thanks to contributors: Robert Kiraly [[OldCoder](https://github.com/oldcoder/)] (ocutils.lua, storage-local.lua, project refactoring), [MisterE](https://gitlab.com/gbrrudmin) (project refactoring, core feature development) ## Licenses