Make monster spawner transparent

This commit is contained in:
Wuzzy 2017-03-20 20:27:10 +01:00
parent 7708642412
commit 02856d43b8
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ minetest.register_node("mobs:spawner", {
tiles = {"mob_spawner.png"},
drawtype = "glasslike",
paramtype = "light",
sunlight_propagates = true,
walkable = true,
description = S("Monster Spawner"),
_doc_items_longdesc = S("A monster spawner is a block which regularily causes monsters and animals to appear around it."),