mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-28 11:40:16 +01:00
recipe for yellow dye using onion
This commit is contained in:
parent
bcf8814c7b
commit
9c09ac86d4
@ -36,6 +36,12 @@ minetest.register_craft({
|
|||||||
replacements = {{"farming:pot", "farming:pot"}}
|
replacements = {{"farming:pot", "farming:pot"}}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- yellow dye
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "dye:yellow",
|
||||||
|
recipe = {{"group:food_onion"}}
|
||||||
|
})
|
||||||
|
|
||||||
-- crop definition
|
-- crop definition
|
||||||
local def = {
|
local def = {
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
Loading…
Reference in New Issue
Block a user