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

use groups in craft replacements

This commit is contained in:
TenPlus1
2018-06-03 08:57:02 +01:00
parent 0a04e8f1b8
commit d4192a44dc
7 changed files with 16 additions and 13 deletions

View File

@ -72,7 +72,7 @@ minetest.register_craft({
},
replacements = {
{"bucket:bucket_water", "bucket:bucket_empty"},
{"farming:pot", "farming:pot"},
{"group:food_pot", "farming:pot"},
}
})
@ -93,8 +93,8 @@ minetest.register_craft({
{"group:food_cornstarch", "group:food_sugar", "dye:pink"},
},
replacements = {
{"farming:cornstarch", "farming:bowl"},
{"farming:rose_water", "vessels:glass_bottle"},
{"group:food_cornstarch", "farming:bowl"},
{"group:food_rose_water", "vessels:glass_bottle"},
},
})