mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Tweak the creeper "tree" texture
more greeeeeeeeen !
This commit is contained in:
parent
b376e1e34b
commit
1232033a0a
@ -9,7 +9,7 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
--textures = {"mobs_tree_monster.png"},
|
--textures = {"mobs_tree_monster.png"},
|
||||||
available_textures = {
|
available_textures = {
|
||||||
total = 1,
|
total = 1,
|
||||||
texture_1 = {"mobs_tree_monster.png"},
|
texture_1 = {"mobs_creeper.png"},
|
||||||
},
|
},
|
||||||
visual_size = {x=4.5,y=4.5},
|
visual_size = {x=4.5,y=4.5},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
@ -58,7 +58,6 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_treemonster",
|
random = "mobs_treemonster",
|
||||||
},
|
},
|
||||||
step = 0.5,
|
|
||||||
jump = true,
|
jump = true,
|
||||||
step = 1,
|
step = 1,
|
||||||
blood_texture = "default_wood.png",
|
blood_texture = "default_wood.png",
|
||||||
|
BIN
mods/mobs/models/mobs_creeper.png
Executable file
BIN
mods/mobs/models/mobs_creeper.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue
Block a user