Make bedrock drop nothing

This commit is contained in:
Wuzzy 2017-01-05 01:00:43 +01:00
parent acbeacbcfc
commit c0f839115e
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ minetest.register_node("default:bedrock", {
on_destruct = function () end,
can_dig = function() return false end,
diggable = false,
drop = '',
})
minetest.register_node("default:bookshelf", {