1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-07-03 00:30:21 +02:00

Makes ice slippery and removes messages of depreciation

This commit is contained in:
2021-03-21 17:18:46 +01:00
committed by HybridDog
parent e8a15bf467
commit 4f4489fc93
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