diff options
author | Xanthin <Xanthin@users.noreply.github.com> | 2014-03-09 20:02:48 +0100 |
---|---|---|
committer | Xanthin <Xanthin@users.noreply.github.com> | 2014-03-09 20:02:48 +0100 |
commit | 091bec3b3402866492e87edb4e4624e062b0dccd (patch) | |
tree | f3f2aa064d06d5f84f7d34b6331d6d39e1250a67 | |
parent | a6e7873ce83fc6ecfe8f6ce69763dc1ae97004e5 (diff) |
added S() to soup
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,{ |