mirror of
https://github.com/rubenwardy/food_sweet.git
synced 2025-07-27 04:12:40 +02:00
Fix blueberry cheesecake recipe
This commit is contained in:
2
init.lua
2
init.lua
@ -202,7 +202,7 @@ food.module("cake_cheese_blueberry", function()
|
|||||||
cooktime = 10
|
cooktime = 10
|
||||||
})
|
})
|
||||||
food.craft({
|
food.craft({
|
||||||
output = "food_sweet:cakemix_cheese",
|
output = "food_sweet:cakemix_cheese_blueberry",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"group:food_cheese","group:food_blueberry",""},
|
{"group:food_cheese","group:food_blueberry",""},
|
||||||
{"group:food_flour","group:food_sugar","group:food_egg"}
|
{"group:food_flour","group:food_sugar","group:food_egg"}
|
||||||
|
Reference in New Issue
Block a user