mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-26 10:40:20 +01:00
fix chili drop typo
This commit is contained in:
parent
e222657608
commit
e554d51112
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user