cleanup (slippery ice)

This commit is contained in:
BuckarooBanzay 2020-03-06 07:47:50 +01:00
parent 90264452e5
commit 4c565ed4aa

View File

@ -1,16 +1,11 @@
local MP = minetest.get_modpath("damocles_custom")
minetest.override_item("default:ice", {
groups = {cracky = 3, cools_lava = 1, slippery = 10}
})
dofile(MP.."/center.lua")
dofile(MP.."/privs.lua")
dofile(MP.."/teleport_back.lua")
dofile(MP.."/node_here.lua")
if minetest.get_modpath("unified_inventory") and minetest.get_modpath("sfinv") then
dofile(MP.."/inventory.lua")
end