1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

code tidy ' to "

This commit is contained in:
TenPlus1
2019-08-05 09:12:06 +01:00
parent d5dab7938a
commit faed117a6d
25 changed files with 133 additions and 134 deletions

View File

@ -49,8 +49,8 @@ crop_def.tiles = {"farming_cucumber_4.png"}
crop_def.groups.growing = 0
crop_def.drop = {
items = {
{items = {'farming:cucumber 2'}, rarity = 1},
{items = {'farming:cucumber 2'}, rarity = 2},
{items = {"farming:cucumber 2"}, rarity = 1},
{items = {"farming:cucumber 2"}, rarity = 2},
}
}
minetest.register_node("farming:cucumber_4", table.copy(crop_def))