Rename dye to mcl_dye

This commit is contained in:
Wuzzy 2017-01-30 15:33:04 +01:00
parent fe283986ba
commit 8417b246b5
25 changed files with 63 additions and 66 deletions

View file

@ -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'},
}
})