Makes ice slippery and removes messages of depreciation

This commit is contained in:
2021-03-21 17:18:46 +01:00
parent e8a15bf467
commit 8dae0a0246
5 changed files with 38 additions and 50 deletions

View File

@ -45,7 +45,11 @@ if minetest.get_modpath("moreblocks") and
ndef.groups.icemaker = nil
ndef.groups.cooks_into_ice = nil
ndef.after_place_node = nil
if string.find(name, "ice") then
ndef.use_texture_alpha = "blend"
else
ndef.use_texture_alpha = "opaque"
end
stairsplus:register_all(mod, name, nodename, ndef)
if was_in_stairs[name] then