Keep glass bottle after crafting tomato salad

master
Wuzzy 2021-08-16 23:28:30 +02:00
parent cc67184944
commit 83ac4051f7
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ minetest.register_craft({
{'hades_farming:spice', 'hades_food:bottle_olive_oil', 'hades_farming:spice'},
{'hades_farming:tomato', 'hades_farming:tomato', 'hades_farming:tomato'},
{'hades_food:plate', 'hades_farming:bread', 'hades_food:plate'},
},
replacements = {
{'hades_food:bottle_olive_oil', 'vessels:glass_bottle'},
}
})