appgurueu
  • Joined on 2020-07-06
appgurueu commented on issue VoxeLibre/VoxeLibre#4339 2024-05-28 15:23:45 +02:00
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)
appgurueu opened issue VoxeLibre/VoxeLibre#4197 2024-02-23 12:56:30 +01:00
set_string is called with nil rather than ""
appgurueu commented on pull request VoxeLibre/VoxeLibre#3761 2023-06-04 22:21:52 +02:00
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…

appgurueu commented on pull request VoxeLibre/VoxeLibre#3761 2023-06-04 22:19:12 +02:00
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…

appgurueu created pull request VoxeLibre/VoxeLibre#3761 2023-05-27 17:30:10 +02:00
Fix texture modifiers relying on undocumented behavior
appgurueu created branch fix-textures in appgurueu/MineClone2 2023-05-27 17:28:26 +02:00
appgurueu pushed to fix-textures at appgurueu/MineClone2 2023-05-27 17:28:26 +02:00
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
Compare 10 commits »