forked from mtcontrib/food
added S() to soup
This commit is contained in:
parent
a6e7873ce8
commit
091bec3b34
2
init.lua
2
init.lua
@ -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,{
|
||||
|
Loading…
x
Reference in New Issue
Block a user