Skip to content

Commit

Permalink
Fix typo for droping seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
CasimirKaPazi authored and PilzAdam committed May 24, 2013
1 parent 8dd2a77 commit 814959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/farming/init.lua
Expand Up @@ -189,7 +189,7 @@ minetest.register_node(":default:grass_1", {
drop = {
max_items = 1,
items = {
{items = {'farming:seed'},rarity = 20},
{items = {'farming:seed_wheat'},rarity = 20},
{items = {'default:grass_1'}},
}
},
Expand Down

0 comments on commit 814959c

Please sign in to comment.