added some mobs + updated torch mod + fixed license for header.png and icon.png
This commit is contained in:
parent
4cc0a9ba97
commit
d1e03922bb
4
menu/LICENSE.txt
Normal file
4
menu/LICENSE.txt
Normal file
@ -0,0 +1,4 @@
|
||||
License for Media
|
||||
-----------------
|
||||
|
||||
CC-BY-SA 3.0 UNPORTED. Created by cd2 (cdqwertz)
|
@ -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"}
|
||||
})
|
||||
|
||||
|
BIN
mods/mobs/textures/mobs_book.png
Normal file
BIN
mods/mobs/textures/mobs_book.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 259 B |
BIN
mods/mobs/textures/mobs_coal_monster.png
Normal file
BIN
mods/mobs/textures/mobs_coal_monster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
BIN
mods/mobs/textures/mobs_lava_flower.png
Normal file
BIN
mods/mobs/textures/mobs_lava_flower.png
Normal file
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 |
Loading…
x
Reference in New Issue
Block a user