Set is_ground_content=false

This commit is contained in:
Wuzzy
2016-11-02 01:16:46 +01:00
parent b9513e92d2
commit d70f7e4adb
2 changed files with 4 additions and 4 deletions

View File

@ -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 = "",