mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-01-29 02:10:18 +01:00
tweak mochi texture and recipe
This commit is contained in:
parent
5b9bd1e6d6
commit
9866b219bc
4
food.lua
4
food.lua
@ -654,10 +654,10 @@ minetest.register_craft({
|
|||||||
output = "farming:mochi",
|
output = "farming:mochi",
|
||||||
recipe = {
|
recipe = {
|
||||||
"group:food_mortar_pestle", "group:food_rice", "group:food_rice",
|
"group:food_mortar_pestle", "group:food_rice", "group:food_rice",
|
||||||
"group:food_sugar", "group:water_bucket"
|
"group:food_sugar", "bucket:bucket_river_water"
|
||||||
},
|
},
|
||||||
replacements = {
|
replacements = {
|
||||||
{"group:food_mortar_pestle", "farming:mortar_pestle"},
|
{"group:food_mortar_pestle", "farming:mortar_pestle"},
|
||||||
{"group:water_bucket", "bucket:bucket_empty"}
|
{"bucket:bucket_river_water", "bucket:bucket_empty"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 212 B |
Loading…
Reference in New Issue
Block a user