Rename “seed” items to “seeds”
This commit is contained in:
parent
cd62f29bb2
commit
a67f13c02f
5 changed files with 14 additions and 14 deletions
|
@ -886,7 +886,7 @@ minetest.register_node("mcl_core:junglegrass", {
|
|||
max_items = 1,
|
||||
items = {
|
||||
{
|
||||
items = {'mcl_farming:wheat_seed'},
|
||||
items = {'mcl_farming:wheat_seeds'},
|
||||
rarity = 8,
|
||||
},
|
||||
}
|
||||
|
@ -1388,7 +1388,7 @@ minetest.register_node("mcl_core:grass", {
|
|||
max_items = 1,
|
||||
items = {
|
||||
{
|
||||
items = {'mcl_farming:wheat_seed'},
|
||||
items = {'mcl_farming:wheat_seeds'},
|
||||
rarity = 8,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue