You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
445 B

DSLName {
include RecipeLang.yml2
recipe aspargus_soup {
ingredients {
item salt;
item peppa;
};
"long long instructions";
};
recipe crepes {
ingredients {
item flour;
item egg;
item mill;
};
"""
whisk all that stuff together and enjoy
Ow yeah and dont forget to bake it before...
""";
};
};