mirror of
https://github.com/rubenwardy/food.git
synced 2024-12-22 16:00:19 +01:00
Fix indentation in previous commit
This commit is contained in:
parent
ba36be5fe0
commit
57d0b42892
@ -264,16 +264,18 @@ food.module("butter", function()
|
|||||||
output = "food:butter",
|
output = "food:butter",
|
||||||
recipe = {{"group:food_milkbucket","group:food_milkbucket"}},
|
recipe = {{"group:food_milkbucket","group:food_milkbucket"}},
|
||||||
replacements = {
|
replacements = {
|
||||||
{"group:food_milkbucket","bucket:bucket_empty"},
|
{"group:food_milkbucket","bucket:bucket_empty"},
|
||||||
{"group:food_milkbucket","bucket:bucket_empty"}
|
{"group:food_milkbucket","bucket:bucket_empty"}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
food.craft({
|
food.craft({
|
||||||
output = "food:butter",
|
output = "food:butter",
|
||||||
recipe = {{"group:food_milk","group:food_milkbucket"}},
|
recipe = {
|
||||||
replacements = {
|
{"group:food_milk","group:food_milkbucket"}
|
||||||
{"group:food_milkbucket","bucket:bucket_empty"},
|
},
|
||||||
},
|
replacements = {
|
||||||
|
{"group:food_milkbucket","bucket:bucket_empty"},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
food.craft({
|
food.craft({
|
||||||
output = "food:butter",
|
output = "food:butter",
|
||||||
|
Loading…
Reference in New Issue
Block a user