mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-12-22 23:40:18 +01:00
d3c7fa71c0
Adds a filename split seperator setting that lets you choose between old style `_` and `.` because dot is the only char that isn´t allowed in playername but in texturenames. Default value is `_` to keep it compatible with older versions, while `.` offers a solution to fix #54.
3 lines
173 B
Plaintext
3 lines
173 B
Plaintext
# texture filename seperator, default "_"
|
|
# see skindsdb/textures/readme.txt to avoid playername with underscore problem
|
|
skinsdb_fsep (texture filename seperator) enum _ _,. |