Update tusken_raider.lua

This commit is contained in:
thunderdog1138 2019-12-18 11:33:17 -05:00 committed by GitHub
parent fb9d0ab19c
commit 59f1962b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ mobs:register_mob("mobs_monster:tusken_raider", {
armor = 100,
collisionbox = {-0.4, -1, -0.4, 0.4, 0.8, 0.4},
visual = "mesh",
mesh = "mobs_sand_monster.b3d",
mesh = "mobs_character.b3d",
textures = {
{"mobs_sand_monster.png"},
{"mobs_tusken_raider.png"},
},
blood_texture = "default_desert_sand.png",
makes_footstep_sound = true,