added S() to soup

This commit is contained in:
Xanthin 2014-03-09 20:02:48 +01:00
parent a6e7873ce8
commit 091bec3b34
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ minetest.register_craft({
})
-- Register Soups
local soups = {"tomato","chicken"}
local soups = {S("tomato"),S("chicken")}
for i=1, #soups do
local flav = soups[i]
minetest.register_craftitem("food:soup_"..flav,{