mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-21 21:42:30 +01:00
Make monster spawner transparent
This commit is contained in:
@ -9,6 +9,7 @@ minetest.register_node("mobs:spawner", {
|
|||||||
tiles = {"mob_spawner.png"},
|
tiles = {"mob_spawner.png"},
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
walkable = true,
|
walkable = true,
|
||||||
description = S("Monster Spawner"),
|
description = S("Monster Spawner"),
|
||||||
_doc_items_longdesc = S("A monster spawner is a block which regularily causes monsters and animals to appear around it."),
|
_doc_items_longdesc = S("A monster spawner is a block which regularily causes monsters and animals to appear around it."),
|
||||||
|
Reference in New Issue
Block a user