Skip to content
Snippets Groups Projects
Commit 814959cc authored by Casimir's avatar Casimir Committed by PilzAdam
Browse files

Fix typo for droping seeds

parent 8dd2a77f
No related branches found
No related tags found
No related merge requests found
......@@ -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'}},
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment