Rename farming mod to mcl_farming
This commit is contained in:
parent
89b30ae108
commit
1314e31abc
64 changed files with 193 additions and 187 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue