added some mobs + updated torch mod + fixed license for header.png and icon.png

This commit is contained in:
cale 2016-07-01 13:52:38 +02:00
parent 4cc0a9ba97
commit d1e03922bb
6 changed files with 58 additions and 0 deletions

4
menu/LICENSE.txt Normal file
View File

@ -0,0 +1,4 @@
License for Media
-----------------
CC-BY-SA 3.0 UNPORTED. Created by cd2 (cdqwertz)

View File

@ -296,3 +296,57 @@ mobs.register_mob("mobs:hedgehog", {
})
mobs.register_mob("mobs:book", {
textures = {"mobs_book.png",},
lvl = 35,
hits = 7,
visual_size = {x=1,y=1},
dmg = {
full_punch_interval = 0.9,
max_drop_level = 0,
groupcaps = {
},
damage_groups = {friendly=5},
},
collisionbox = {-0.3, -0.5, -0.3, 0.3, 0.4, 0.3},
description = "Book",
range = 3,
drops = {"money:coin"}
})
mobs.register_mob("mobs:coal_monster", {
textures = {"mobs_coal_monster.png",},
lvl = 40,
hits = 4,
visual_size = {x=1,y=1},
dmg = {
full_punch_interval = 0.9,
max_drop_level = 0,
groupcaps = {
},
damage_groups = {friendly=5},
},
collisionbox = {-0.3, -0.5, -0.3, 0.3, 0.3, 0.3},
description = "Coal Monster",
range = 6,
drops = {"money:coin"}
})
mobs.register_mob("mobs:lava_flower", {
textures = {"mobs_lava_flower.png",},
lvl = 37,
hits = 10,
visual_size = {x=1,y=1},
dmg = {
full_punch_interval = 0.9,
max_drop_level = 0,
groupcaps = {
},
damage_groups = {friendly=6},
},
collisionbox = {-0.3, -0.5, -0.3, 0.3, 0.3, 0.3},
description = "Lava Flower",
range = 2,
drops = {"money:coin 2"}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 233 B