Items missing/duplicated in creative inventory
pairs(minetest.registered_items)
seems to be returning consistent results. As a quick and dirty test, I inserted
local keys = {}
for key in pairs(minetest.registered_items)…
set_string
is called with nil
rather than ""
Fix texture modifiers relying on undocumented behavior
That may have been intended, but Minetest's parser will have ignored it. No matter what was intended, Minetest's parser currently sees it as ^[transformFX
.
Thus, adding a R90
would…
Fix texture modifiers relying on undocumented behavior
The alternative would be [combine:1x1:
, but I suppose the fact that you can omit the x,y=t
after the :
might be considered undocumented too. I think blank.png
is the cleanest here, unless…
Fix texture modifiers relying on undocumented behavior
b866d5d98e
Fix texture modifiers relying on undocumented behavior
019717cab0
Merge pull request 'Add support for external custom skins mod' (#3653) from skins into master
f1d17e2c69
mcl_skins: PR feedback
26f033932e
Add mcl_custom_skins info to README
1e63f3931a
Skins update