Rename dye to mcl_dye
This commit is contained in:
parent
fe283986ba
commit
8417b246b5
25 changed files with 63 additions and 66 deletions
|
@ -141,7 +141,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = "farming:cookie 8",
|
||||
recipe = {
|
||||
{'farming:wheat_harvested', 'dye:brown', 'farming:wheat_harvested'},
|
||||
{'farming:wheat_harvested', 'mcl_dye:brown', 'farming:wheat_harvested'},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue