Dont drop glass

master
PilzAdam 2013-05-30 00:37:03 +02:00
parent eb68db589b
commit 8a9ff72e4c
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ minetest.register_node("default:glass", {
inventory_image = minetest.inventorycube("default_glass.png"),
paramtype = "light",
sunlight_propagates = true,
drop = "",
stack_max = 64,
groups = {dig=default.dig.glass},
sounds = default.node_sound_glass_defaults(),