mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-02-20 20:20:17 +01:00
Fix minetest-mods/moreblocks#98 Caused by cf1b054a998a67b06e97c2e022537bf8516abdfb, 6a996eb86ae447a156bcae53a1b23b62ca5d5bb9 and minetest/minetest_game@2f46103ff8. For some unknown reason `default:glass` and `obsidian:glass` have `paramtype2 = "glasslikeliquidlevel"`. After the refactor of `stairsplus/registrations.lua`, all of the source node's defs are passed along to `stairsplus:register_all()`. Prior to cf1b054a998a67b06e97c2e022537bf8516abdfb the paramtype2 setting was discarded.