Rename farming mod to mcl_farming

This commit is contained in:
Wuzzy 2017-01-31 12:35:59 +01:00
parent 89b30ae108
commit 1314e31abc
64 changed files with 193 additions and 187 deletions

View file

@ -208,7 +208,7 @@ minetest.register_node("mcl_flowers:fern", {
max_items = 1,
items = {
{
items = {'farming:wheat_seed'},
items = {'mcl_farming:wheat_seed'},
rarity = 24,
},
}