tweak mochi texture and recipe

This commit is contained in:
tenplus1 2021-04-09 19:33:53 +01:00
parent 5b9bd1e6d6
commit 9866b219bc
2 changed files with 2 additions and 2 deletions

View File

@ -654,10 +654,10 @@ minetest.register_craft({
output = "farming:mochi",
recipe = {
"group:food_mortar_pestle", "group:food_rice", "group:food_rice",
"group:food_sugar", "group:water_bucket"
"group:food_sugar", "bucket:bucket_river_water"
},
replacements = {
{"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