mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-05 01:40:40 +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"}}
|
||||
})
|
||||
|
||||
-- yellow dye
|
||||
minetest.register_craft({
|
||||
output = "dye:yellow",
|
||||
recipe = {{"group:food_onion"}}
|
||||
})
|
||||
|
||||
-- crop definition
|
||||
local def = {
|
||||
drawtype = "plantlike",
|
||||
|
|
Loading…
Reference in New Issue
Block a user