mmm
This commit is contained in:
parent
5422d52065
commit
4f2631b349
24 changed files with 414 additions and 5665 deletions
|
@ -11,6 +11,7 @@ function read_recipe(file)
|
|||
yield = 1
|
||||
while 1 do
|
||||
line = file.readLine()
|
||||
if not line then return nil end
|
||||
if string.sub(line, 1, 5) == "base " then
|
||||
base = string.sub(line, 6)
|
||||
elseif string.sub(line, 1, 13) == "intermediate " then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue