Add local modifications to README for mg_villages

master
Solebull 2018-12-29 16:23:34 +01:00
parent 92533a19fc
commit 3d16e1ef3d
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
This is a continuation of my (Sokomines) fork of Nores mg mapgen.
The fork can be found under https://github.com/Sokomine/mg
# Local modifications
This mod is usable in PVP/faction because we're completely removing chests and
their loot in NPC villages. I fact, we're remplacing them with bookshelf
in `replacements.lua` around L360 :
table.insert( replacements, {'default:chest', 'default:bookshelf' });