1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

tidy code, tweak recipes, simplify peas, soy, rice

This commit is contained in:
tenplus1
2021-12-04 14:06:18 +00:00
parent 4227d967e5
commit 273ce33bcd
15 changed files with 198 additions and 155 deletions

View File

@ -50,10 +50,10 @@ minetest.register_craft( {
output = "farming:vanilla_extract",
recipe = {
{"group:food_vanilla", "group:food_vanilla", "group:food_vanilla"},
{"group:food_vanilla", "farming:bottle_ethanol", "bucket:bucket_water"},
{"group:food_vanilla", "farming:bottle_ethanol", "group:food_water_glass"},
},
replacements = {
{"bucket:bucket_water", "bucket:bucket_empty"},
{"group:food_water_glass", "vessels:drinking_glass"}
}
})