mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-07-03 16:40:42 +02:00
Set is_ground_content=false
This commit is contained in:
@ -329,7 +329,7 @@ minetest.register_node("tsm_pyramids:spawner_mummy", {
|
||||
description = "Mummy spawner",
|
||||
paramtype = "light",
|
||||
tiles = {"tsm_pyramids_spawner.png"},
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
drawtype = "allfaces",
|
||||
groups = {cracky=1,level=1},
|
||||
drop = "",
|
||||
|
Reference in New Issue
Block a user