fix chili drop typo

This commit is contained in:
TenPlus1 2017-08-31 12:30:25 +01:00
parent e222657608
commit e554d51112
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ crop_def.tiles = {"farming_chili_8.png"}
crop_def.groups.growing = 0 crop_def.groups.growing = 0
crop_def.drop = { crop_def.drop = {
items = { items = {
{items = {'farming:chili 3'}, rarity = 1}, {items = {'farming:chili_pepper 3'}, rarity = 1},
{items = {'farming:chili 2'}, rarity = 2}, {items = {'farming:chili_pepper 2'}, rarity = 2},
} }
} }
minetest.register_node("farming:chili_8", table.copy(crop_def)) minetest.register_node("farming:chili_8", table.copy(crop_def))