Standardize mob hp/damage.

This commit is contained in:
Duane 2016-06-15 19:20:07 -05:00
parent 17fc19f787
commit 6a793059f2
6 changed files with 120 additions and 20 deletions

View file

@ -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)