drop darkage lamp

This commit is contained in:
Milan 2019-05-31 10:41:48 +02:00
parent 302b04ff1b
commit f0dbf44299
2 changed files with 1 additions and 11 deletions

@ -1 +1 @@
Subproject commit 153787be452b2d20de44d96e74620a91818535e4
Subproject commit 5c8d3367e6d1c810dc484d6052c7fc77e848397e

View file

@ -127,16 +127,6 @@ minetest.register_node("darkage:iron_bars", {
sounds = default.node_sound_stone_defaults()
})
minetest.register_node("darkage:lamp", {
description = "Lamp",
tiles = { "darkage_lamp.png" },
paramtype = "light",
sunlight_propagates = true,
light_source = default.LIGHT_MAX-1,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,flammable=1},
sounds = default.node_sound_glass_defaults(),
})
minetest.register_node("darkage:iron_grille", {
description = "Iron Grille",
drawtype = "glasslike",