mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-11 19:17:34 +01:00
Make monster spawner transparent
This commit is contained in:
parent
7708642412
commit
02856d43b8
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user