An open API service indexing awesome lists of open source software.

https://github.com/t3rius/t3_winemakerjob

Winemaker job for FiveM [ESX]
https://github.com/t3rius/t3_winemakerjob

esx fivem winemaker winemakerjob

Last synced: 8 months ago
JSON representation

Winemaker job for FiveM [ESX]

Awesome Lists containing this project

README

          

# t3_winemakerjob

For support: [Discord](https://discord.gg/yZv3F6Bhd6)

Features:
* Easy to configurate
* Boss Menu
* Garage
* No AFK Job
* Job Blips
* More types of wine
* Webhooks
* Harvesting

Dependencies:
* [ox_lib](https://github.com/overextended/ox_lib)
* [ox_target](https://github.com/overextended/ox_target)

**ITEMS:**

['cervenehrozno'] = {
label = 'Red grapes',
weight = 25,
stack = true,
close = true,
description = nil
},

['bielehrozno'] = {
label = 'White grape',
weight = 25,
stack = true,
close = true,
description = nil
},

['ruzovehrozno'] = {
label = 'Pink grape',
weight = 25,
stack = true,
close = true,
description = nil
},

['cervenestlacene'] = {
label = 'Red pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},

['bielestlacene'] = {
label = 'White pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},

['ruzovestlacene'] = {
label = 'Pink pressed grapes',
weight = 25,
stack = true,
close = true,
description = nil
},

['cervenaflasa'] = {
label = 'Red wine',
weight = 250,
stack = true,
close = true,
description = nil
},

['bielaflasa'] = {
label = 'White wine',
weight = 250,
stack = true,
close = true,
description = nil
},

['ruzovaflasa'] = {
label = 'Pink wine',
weight = 250,
stack = true,
close = true,
description = nil
},