mirror of
https://github.com/rubenwardy/food_sweet.git
synced 2025-01-10 01:50:35 +01:00
Fix blueberry cheesecake recipe
This commit is contained in:
parent
340b86ab8f
commit
1ab990003a
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"}
|
||||||
|
Loading…
Reference in New Issue
Block a user