diff options
author | Alexander Weber <web.alexander@web.de> | 2017-06-15 18:19:47 +0200 |
---|---|---|
committer | Alexander Weber <web.alexander@web.de> | 2017-06-15 18:19:47 +0200 |
commit | dcd0a744cb4bd8398dfe528a26f65e4e8936cc8e (patch) | |
tree | be5da8d8a68056e6827e26e21b8f5941857a3b40 | |
parent | 2b6a395a49380e52d6211385d9b7dd14a2d3e61e (diff) |
renamed to skinsdb
-rw-r--r-- | init.lua | 3 | ||||
-rw-r--r-- | mod.conf | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ -- Unified Skins for Minetest - based modified Bags from unfied_inventory and skins from inventory_plus -- Copyright (c) 2012 cornernote, Dean Montgomery +-- Rework 2017 by bell07 -- License: GPLv3 -- Boilerplate to support localized strings if intllib mod is installed. skins = {} -skins.modpath = minetest.get_modpath("skins") +skins.modpath = minetest.get_modpath(minetest.get_current_modname()) skins.default = "character_1" skins.type = { SPRITE=0, MODEL=1, ERROR=99 } @@ -1 +1 @@ -name = skins +name = skinsdb |