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:
@ -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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user