mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-11-19 22:03:45 +01:00
block-nodes aren't ground content (#58)
This commit is contained in:
parent
c9e25aca43
commit
0d1e32ce72
1
init.lua
1
init.lua
@ -146,6 +146,7 @@ local function add_ore(modname, description, mineral_name, oredef, extra_node_de
|
||||
description = S("@1 Block", S(description)),
|
||||
tiles = {img_base .. "_block.png"},
|
||||
groups = {snappy = 1, bendy = 2, cracky = 1, melty = 2, level = 2},
|
||||
is_ground_content = false,
|
||||
sounds = default_metal_sounds,
|
||||
})
|
||||
minetest.register_alias(mineral_name.."_block", block_item)
|
||||
|
Loading…
Reference in New Issue
Block a user