diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:30:25 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:30:25 +0100 |
commit | e554d5111290990fc6f6d08f73bf02d4626cccef (patch) | |
tree | 19d957c7db340704e7e632705564ae11f0443818 | |
parent | e2226576089cc6605c6f8e8011cf254476f45eee (diff) |
fix chili drop typo
-rw-r--r-- | chili.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ crop_def.tiles = {"farming_chili_8.png"} crop_def.groups.growing = 0 crop_def.drop = { items = { - {items = {'farming:chili 3'}, rarity = 1}, - {items = {'farming:chili 2'}, rarity = 2}, + {items = {'farming:chili_pepper 3'}, rarity = 1}, + {items = {'farming:chili_pepper 2'}, rarity = 2}, } } minetest.register_node("farming:chili_8", table.copy(crop_def)) |