63 items, 30 effects, lots of fun!
Author: OwnlyMe
Modified by ZwerOxotnik
Anyone can translate the mod on Crowdin. https://crowdin.com/project/factorio-mods-localization
The market cannot be mined because of a typo in the code;
in prototypes/buildings.lua line 29
minable = {mining_time = 1, result = "rpgitems-market"}
should be:
market.minable = {mining_time = 1, result = "rpgitems-market"}
Thanks for reacting so fast, I thought it was a typo because otherwise the line would not have been here at all or as a comment, maybe make it an option if peoples complain about it.