added a recipe for cyan dye
This commit is contained in:
parent
c0ed8dfa55
commit
73ce616eeb
@ -183,3 +183,10 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "dye:cyan",
|
||||
recipe = "default:cactus",
|
||||
cooktime = 3,
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user