Correct cold damage. Add ice spiders.
This commit is contained in:
parent
fb8b9eb68d
commit
a595c7952a
15 changed files with 79 additions and 13 deletions
|
@ -116,7 +116,7 @@ minetest.register_node("fun_caves:glowing_fungal_stone", {
|
|||
description = "Glowing Fungal Stone",
|
||||
tiles = {"default_stone.png^vmg_glowing_fungal.png",},
|
||||
is_ground_content = true,
|
||||
light_source = 14,
|
||||
light_source = 10,
|
||||
groups = {cracky=3, stone=1},
|
||||
drop = {items={ {items={"default:cobble"},}, {items={"fun_caves:glowing_fungus",},},},},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue