Rename mod: flowers to mcl_flowers

This commit is contained in:
Wuzzy 2017-01-31 12:03:18 +01:00
parent 7c62c8fe6c
commit 89b30ae108
29 changed files with 108 additions and 113 deletions

View file

@ -266,8 +266,8 @@ minetest.register_craft({
minetest.register_craft({
output = "mcl_mobitems:feather 3",
recipe = {
{ "flowers:oxeye_daisy" },
{ "flowers:oxeye_daisy" },
{ "mcl_flowers:oxeye_daisy" },
{ "mcl_flowers:oxeye_daisy" },
}
})