Standardize mob hp/damage.
This commit is contained in:
parent
17fc19f787
commit
6a793059f2
6 changed files with 120 additions and 20 deletions
|
@ -502,3 +502,8 @@ minetest.register_craftitem("fun_caves:philosophers_stone", {
|
|||
groups = {dig_immediate = 3},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
|
||||
newnode = fun_caves.clone_node("default:stone")
|
||||
newnode.tiles = {'dna.png'}
|
||||
minetest.register_node("fun_caves:dna", newnode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue