Pickle Mods
  • Pickle Mods
  • Paid Resources
    • Casinos
      • Installation
      • Tutorial
    • In-Game Store
      • Installation
      • Exports
      • Tebex & Coin Products
      • PTS Commands
    • Rewards System
      • Installation
      • Exports
      • Snippets
    • Bail & Bounty
      • Installation
      • Exports
    • Firefighter Job
      • Installation
      • Commands
      • Exports
      • Snippets
    • Advanced Crafting
      • Installation
    • Electrician Job
      • Installation
    • Construction Job
      • Installation
    • Hunting
      • Installation
    • Documents
      • Installation
      • Exports & Examples
    • Dealership
      • Installation
    • Police Tools
      • Installation
  • Free Resources
    • Pickle Airport
      • Installation
      • Hotfixes
    • Pickle Consumables
      • Installation
      • Hotfixes
    • Pickle Farming
      • Installation
    • Pickle Metal Detector
      • Installation
    • Pickle Payments
      • Installation
    • Pickle Prisons
      • Installation
      • Commands
      • Exports
      • Events
      • Snippets
    • Pickle Rentals
      • Installation
    • Pickle Slapboxing
      • Installation
    • Pickle Taxi Job
      • Installation
    • Waypoints
      • Installation
      • Exports
Powered by GitBook
On this page
  • What do I need?
  • Installation
  1. Free Resources
  2. Pickle Farming

Installation

Read carefully to ensure you've done everything required.

PreviousPickle FarmingNextPickle Metal Detector

Last updated 1 year ago

What do I need?

Use a supported framework or make it work with yours via the bridge folder.

(For the skill mini-game, not required).

Installation

Make sure you rename the folder from pickle_farming-main to pickle_farming prior to installing.

If you miss this step the script will not function as expected.

Navigate to the "_INSTALLATION" folder.

Import the images in the _INSTALLATION/images folder to your inventory image folder. (Varies on framework)

Run the SQL for ESX, or into the shared/items.lua for QB-Core.

["corn_seed"] 							= {["name"] = "corn_seed",  	     		["label"] = "Corn Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "corn_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["corn_raw"] 							= {["name"] = "corn_raw",  	     		["label"] = "Raw Corn",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "corn_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["corn"] 							= {["name"] = "corn",  	     			["label"] = "Corn",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "corn.png", 					["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["tomato_seed"] 						= {["name"] = "tomato_seed",  	     		["label"] = "Tomato Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "tomato_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["tomato_raw"] 							= {["name"] = "tomato_raw",  	     		["label"] = "Tomato Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "tomato_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["tomato"] 							= {["name"] = "tomato",  	     		["label"] = "Tomato",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "tomato.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["wheat_seed"] 							= {["name"] = "wheat_seed",  	     		["label"] = "Wheat Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "wheat_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["wheat_raw"] 							= {["name"] = "wheat_raw",  	     		["label"] = "Wheat Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "wheat_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["wheat"] 							= {["name"] = "wheat",  	     		["label"] = "Wheat",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "wheat.png", 					["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["broccoli_seed"] 						= {["name"] = "broccoli_seed",  	     	["label"] = "Broccoli Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "broccoli_seed.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["broccoli_raw"] 						= {["name"] = "broccoli_raw",  	     		["label"] = "Broccoli Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "broccoli_raw.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["broccoli"] 							= {["name"] = "broccoli",  	     		["label"] = "Broccoli",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "broccoli.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["carrot_seed"] 						= {["name"] = "carrot_seed",  	     		["label"] = "Carrot Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "carrot_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["carrot_raw"] 							= {["name"] = "carrot_raw",  	     		["label"] = "Carrot Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "carrot_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["carrot"] 							= {["name"] = "carrot",  	     		["label"] = "Carrot",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "carrot.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["potato_seed"] 						= {["name"] = "potato_seed",  	     		["label"] = "Potato Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "potato_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["potato_raw"] 							= {["name"] = "potato_raw",  	     		["label"] = "Potato Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "potato_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["potato"] 							= {["name"] = "potato",  	     		["label"] = "Potato",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "potato.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["pickle_seed"] 						= {["name"] = "pickle_seed",  	     		["label"] = "Pickle Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "pickle_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["pickle_raw"] 							= {["name"] = "pickle_raw",  	     		["label"] = "Pickle Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "pickle_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["pickle"] 							= {["name"] = "pickle",  	     		["label"] = "Pickle",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "pickle.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["weed_seed"] 							= {["name"] = "weed_seed",  	     		["label"] = "Weed Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "weed_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["weed_raw"] 							= {["name"] = "weed_raw",  	     		["label"] = "Weed Raw",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "weed_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["weed"] 							= {["name"] = "weed",  	     			["label"] = "Weed",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "weed.png", 					["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["cocaine_seed"] 						= {["name"] = "cocaine_seed",  	     		["label"] = "Cocaine Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "cocaine_seed.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["cocaine_raw"] 						= {["name"] = "cocaine_raw",  	     		["label"] = "Cocaine Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "cocaine_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["cocaine"] 							= {["name"] = "cocaine",  	     		["label"] = "Cocaine",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "cocaine.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["heroin_seed"] 						= {["name"] = "heroin_seed",  	     		["label"] = "Heroin Seed",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "heroin_seed.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["heroin_raw"] 							= {["name"] = "heroin_raw",  	     		["label"] = "Heroin Raw",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "heroin_raw.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["heroin"] 							= {["name"] = "heroin",  	     		["label"] = "Heroin",	 			["weight"] = 25, 		["type"] = "item", 		["image"] = "heroin.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["garden_pitcher"] 						= {["name"] = "garden_pitcher",  	     	["label"] = "Garden Pitcher",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "garden_pitcher.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
["garden_shovel"] 						= {["name"] = "garden_shovel",  	     	["label"] = "Garden Shovel",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "garden_shovel.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
['corn_seed'] = {
    label = 'Corn Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows corn."
},

['corn_raw'] = {
    label = 'Raw Corn',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['corn'] = {
    label = 'Corn',
    weight = 1,
    stack = true,
    close = true,
},

['tomato_seed'] = {
    label = 'Tomato Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows a tomato."
},

['tomato_raw'] = {
    label = 'Raw Tomato',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['tomato'] = {
    label = 'Tomato',
    weight = 1,
    stack = true,
    close = true,
},

['wheat_seed'] = {
    label = 'Wheat Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows Wheat."
},

['wheat_raw'] = {
    label = 'Raw Wheat',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['wheat'] = {
    label = 'Wheat',
    weight = 1,
    stack = true,
    close = true,
},

['broccoli_seed'] = {
    label = 'Broccoli Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows broccoli."
},

['broccoli_raw'] = {
    label = 'Raw Broccoli',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['broccoli'] = {
    label = 'Broccoli',
    weight = 1,
    stack = true,
    close = true,
},

['carrot_seed'] = {
    label = 'Carrot Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows a carrot."
},

['carrot_raw'] = {
    label = 'Raw Carrot',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['carrot'] = {
    label = 'Carrot',
    weight = 1,
    stack = true,
    close = true,
},

['potato_seed'] = {
    label = 'Potato Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows a potato."
},

['potato_raw'] = {
    label = 'Raw Potato',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['potato'] = {
    label = 'Potato',
    weight = 1,
    stack = true,
    close = true,
},

['pickle_seed'] = {
    label = 'Pickle Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows a pickle."
},

['pickle_raw'] = {
    label = 'Raw Pickle',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['pickle'] = {
    label = 'Pickle',
    weight = 1,
    stack = true,
    close = true,
},

['weed_seed'] = {
    label = 'Weed Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows weed."
},

['weed_raw'] = {
    label = 'Raw Weed',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['weed'] = {
    label = 'Weed',
    weight = 1,
    stack = true,
    close = true,
},

['cocaine_seed'] = {
    label = 'Cocaine Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows cocaine."
},

['cocaine_raw'] = {
    label = 'Raw Cocaine',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['cocaine'] = {
    label = 'Cocaine',
    weight = 1,
    stack = true,
    close = true,
},

['heroin_seed'] = {
    label = 'Heroin Seed',
    weight = 1,
    stack = true,
    close = true,
    description = "This is a seed that grows heroin."
},

['heroin_raw'] = {
    label = 'Raw Heroin',
    weight = 1,
    stack = true,
    close = true,
    description = "You will need to process this."
},

['heroin'] = {
    label = 'Heroin',
    weight = 1,
    stack = true,
    close = true,
},

['garden_pitcher'] = {
    label = 'Garden Pitcher',
    weight = 1,
    stack = true,
    close = true,
},

['garden_shovel'] = {
    label = 'Garden Shovel',
    weight = 1,
    stack = true,
    close = true,
},
⚠️
⚠️
Ox Lib