Items
Here are all the items you need to add to your server.
-- start 0r-farming-v2 items
["watering_can"] = { label = 'Watering Can', weight = 0.1, stack = true, },
["wheat_seed"] = { label = 'Wheat Seed', weight = 0.1, stack = true, },
["wheat"] = { label = 'Wheat', weight = 0.1, stack = true, },
["rose_seed"] = { label = 'Rose Seed', weight = 0.1, stack = true, },
["rose"] = { label = 'Rose', weight = 0.1, stack = true, },
["green_seed"] = { label = 'Green Seed', weight = 0.1, stack = true, },
["green"] = { label = 'Green', weight = 0.1, stack = true, },
["daisy_seed"] = { label = 'Daisy Seed', weight = 0.1, stack = true, },
["daisy"] = { label = 'Daisy', weight = 0.1, stack = true, },
["poppy_seed"] = { label = 'Poppy Seed', weight = 0.1, stack = true, },
["poppy"] = { label = 'Poppy', weight = 0.1, stack = true, },
["melon_seed"] = { label = 'Melon Seed', weight = 0.1, stack = true, },
["melon"] = { label = 'Melon', weight = 0.1, stack = true, },
["watermelon_seed"] = { label = 'Watermelon Seed', weight = 0.1, stack = true, },
["watermelon"] = { label = 'Watermelon', weight = 0.1, stack = true, },
["pumpkin_seed"] = { label = 'Pumpkin Seed', weight = 0.1, stack = true, },
["pumpkin"] = { label = 'Pumpkin', weight = 0.1, stack = true, },
["farming_tablet"] = { label = 'Farming Tablet', weight = 0.1, stack = false, },
-- end 0r-farming-v2 items
Last updated