mirror of
https://github.com/rubenwardy/food.git
synced 2024-12-23 00:10:18 +01:00
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
|
-- Register Soups
|
||||||
local soups = {"tomato","chicken"}
|
local soups = {S("tomato"),S("chicken")}
|
||||||
for i=1, #soups do
|
for i=1, #soups do
|
||||||
local flav = soups[i]
|
local flav = soups[i]
|
||||||
minetest.register_craftitem("food:soup_"..flav,{
|
minetest.register_craftitem("food:soup_"..flav,{
|
||||||
|
Loading…
Reference in New Issue
Block a user