mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +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"},
|
||||
available_textures = {
|
||||
total = 1,
|
||||
texture_1 = {"mobs_tree_monster.png"},
|
||||
texture_1 = {"mobs_creeper.png"},
|
||||
},
|
||||
visual_size = {x=4.5,y=4.5},
|
||||
makes_footstep_sound = true,
|
||||
@ -58,7 +58,6 @@ mobs:register_mob("mobs:creeper", {
|
||||
sounds = {
|
||||
random = "mobs_treemonster",
|
||||
},
|
||||
step = 0.5,
|
||||
jump = true,
|
||||
step = 1,
|
||||
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