Fix TNT texture names
This commit is contained in:
parent
5722535e07
commit
1828a54374
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ local TNT = {
|
|||
function TNT:on_activate(staticdata)
|
||||
self.object:setvelocity({x=0, y=4, z=0})
|
||||
self.object:setacceleration({x=0, y=-10, z=0})
|
||||
self.object:settexturemod("^tnt_blink.png")
|
||||
self.object:settexturemod("^mcl_tnt_blink.png")
|
||||
end
|
||||
|
||||
function TNT:on_step(dtime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue