Disable drops

master
Wuzzy 2016-08-05 17:38:03 +02:00
parent ce8ef424ac
commit cee8634ab8
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ minetest.register_node("origin:origin",{
tiles = {"origin_origin.png"},
sounds = { footstep = "origin_origin_footstep" },
is_ground_content = false,
drop = "",
})
minetest.register_on_mapgen_init(function(mgparams)