Add readme.md mostly taken from the forum thread (and markdown-ified)

Updated several mods: castles, homedecor, digilines, farming redo,
jumping, maptools, mesecons, moreblocks, moretrees, pipeworks,
signs_lib, technic, unified_dyes

Deleted the peaceful_npc mod, as it is broken and unmaintained.
This commit is contained in:
Vanessa Dannenberg
2018-05-11 10:22:53 -04:00
parent af2fedcf99
commit 249daeb0e6
237 changed files with 3273 additions and 3270 deletions

View File

@@ -368,6 +368,6 @@ minetest.register_craft({
recipe = {
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
{'', "group:stick", '' } }
{"group:stick", '', ''} },
})