forked from mtcontrib/food
Replace 2 buckets
Only one bucket was replaced, so we need to repeat the action for the second bucket.
This commit is contained in:
parent
d323299916
commit
f365b58888
|
@ -37,7 +37,7 @@ minetest.register_craft({
|
||||||
{"bucket:bucket_water", "food:tomato", "bucket:bucket_water"},
|
{"bucket:bucket_water", "food:tomato", "bucket:bucket_water"},
|
||||||
{"", "food:bowl", ""},
|
{"", "food:bowl", ""},
|
||||||
},
|
},
|
||||||
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
|
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"},{"bucket:bucket_water", "bucket:bucket_empty"}}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -68,5 +68,5 @@ minetest.register_craft({
|
||||||
{"bucket:bucket_water", "food:meat", "bucket:bucket_water"},
|
{"bucket:bucket_water", "food:meat", "bucket:bucket_water"},
|
||||||
{"", "food:bowl", ""},
|
{"", "food:bowl", ""},
|
||||||
},
|
},
|
||||||
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
|
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"},{"bucket:bucket_water", "bucket:bucket_empty"}}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user