Skip to content

T3rius/t3_winemakerjob

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

t3_winemakerjob

For support: Discord

Features:

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

Dependencies:

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
},