Update 'mods/default/item_entity.lua'

This commit is contained in:
thunderdog1138 2020-05-17 19:20:38 +00:00
parent d91c23b305
commit fda5f111d6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ local item = {
minsize = 5,
maxsize = 5,
collisiondetection = true,
texture = "default_item_smoke.png"
texture = "smoke.png"
})
end,