mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-01-22 13:50:27 +01:00
renamed to skinsdb
This commit is contained in:
parent
2b6a395a49
commit
dcd0a744cb
3
init.lua
3
init.lua
@ -1,11 +1,12 @@
|
|||||||
-- Unified Skins for Minetest - based modified Bags from unfied_inventory and skins from inventory_plus
|
-- Unified Skins for Minetest - based modified Bags from unfied_inventory and skins from inventory_plus
|
||||||
|
|
||||||
-- Copyright (c) 2012 cornernote, Dean Montgomery
|
-- Copyright (c) 2012 cornernote, Dean Montgomery
|
||||||
|
-- Rework 2017 by bell07
|
||||||
-- License: GPLv3
|
-- License: GPLv3
|
||||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||||
|
|
||||||
skins = {}
|
skins = {}
|
||||||
skins.modpath = minetest.get_modpath("skins")
|
skins.modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||||
skins.default = "character_1"
|
skins.default = "character_1"
|
||||||
|
|
||||||
skins.type = { SPRITE=0, MODEL=1, ERROR=99 }
|
skins.type = { SPRITE=0, MODEL=1, ERROR=99 }
|
||||||
|
Loading…
Reference in New Issue
Block a user