Installation
Last updated
Last updated
REQUIRED DEPENDENCIES
Framework
NA
(INCLUDED IN BRIDGE)
Bridge
DHS-Bridge
NA
(INCLUDED IN KEYMA
Interaction System
NA
(INCLUDED IN BRIDGE)
Menu System
ox_lib
NA
Input System
ox_lib
ox_lib
Notify System
NA
(INCLUDED IN BRIDGE)
Props
BZZ Beehive Pack
NA
1) RESOURCE DOWNLOAD
Download your resource from .
2) ADD THE ITEMS
--DHS-BrewsAndWines
['queen_bee'] = {
label = 'Queen Bee',
weight = 100,
stack = true,
close = true,
description = 'A Queen Bee',
client = {
image = 'queenbee.png'
}
},
['worker_bee'] = {
label = 'Worker Bee',
weight = 100,
stack = true,
close = true,
description = 'A Worker Bee',
client = {
image = 'workerbee.png'
}
},
['bee_hive_mk1'] = {
label = 'Bee Hive Mk1',
weight = 100,
stack = true,
close = true,
description = 'Bee Hive Mk1',
client = {
image = 'beehive_mk1.png'
}
},
['bee_hive_mk2'] = {
label = 'Bee Hive Mk2',
weight = 100,
stack = true,
close = true,
description = 'Bee Hive Mk2',
client = {
image = 'beehive_mk2.png'
}
},
['empty_jar'] = {
label = 'Empty Jar',
weight = 100,
stack = true,
close = true,
description = 'Empty Jar',
client = {
image = 'empty_jar.png'
}
},
['jar_of_honey'] = {
label = 'Jar of Honey',
weight = 100,
stack = true,
close = true,
description = 'Jar of Honey',
client = {
image = 'jar_of_honey.png'
}
},
['smoker'] = {
label = 'Smoker',
weight = 100,
stack = true,
close = true,
description = 'Smoker',
client = {
image = 'smoker.png'
}
},
['empty_barrel'] = {
label = 'Empty Barrel',
weight = 100,
stack = true,
close = true,
description = 'Empty Barrel',
client = {
image = 'empty_barrel.png'
}
},
['empty_bottle'] = {
label = 'Empty Bottle',
weight = 100,
stack = true,
close = true,
description = 'Empty Bottle',
client = {
image = 'empty_bottle.png'
}
},
['yeast'] = {
label = 'Yeast',
weight = 100,
stack = true,
close = true,
description = 'Yeast',
client = {
image = 'yeast.png'
}
},
['bottle_of_mead'] = {
label = 'Bottle of Mead',
weight = 100,
stack = true,
close = true,
description = 'Bottle of Mead',
client = {
image = 'bottle_of_mead.png'
}
},
['honey_comb'] = {
label = 'Honey Comb',
weight = 100,
stack = true,
close = true,
description = 'Honey Comb',
client = {
image = 'honeycomb.png'
}
},
['crate_of_honey'] = {
label = 'Crate of Honey',
weight = 100,
stack = true,
close = true,
description = 'Crate of Honey',
client = {
image = 'honeycrate.png'
}
},
queen_bee = { name = 'queen_bee', label = 'Queen Bee', weight = 100, type = 'item', image = 'queenbee.png', unique = false, useable = false, shouldClose = true, description = 'A Queen Bee' },
worker_bee = { name = 'worker_bee', label = 'Worker Bee', weight = 100, type = 'item', image = 'workerbee.png', unique = false, useable = false, shouldClose = true, description = 'A Worker Bee' },
bee_hive_mk1 = { name = 'bee_hive_mk1', label = 'Bee Hive Mk1', weight = 100, type = 'item', image = 'beehive_mk1.png', unique = false, useable = true, shouldClose = true, description = 'Bee Hive Mk1' },
bee_hive_mk2 = { name = 'bee_hive_mk2', label = 'Bee Hive Mk2', weight = 100, type = 'item', image = 'beehive_mk2.png', unique = false, useable = true, shouldClose = true, description = 'Bee Hive Mk2' },
empty_jar = { name = 'empty_jar', label = 'Empty Jar', weight = 100, type = 'item', image = 'empty_jar.png', unique = false, useable = false, shouldClose = true, description = 'Empty Jar' },
jar_of_honey = { name = 'jar_of_honey', label = 'Jar of Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = true, shouldClose = true, description = 'Jar of Honey' },
smoker = { name = 'smoker', label = 'Smoker', weight = 100, type = 'item', image = 'smoker.png', unique = false, useable = false, shouldClose = true, description = 'Smoker' },
empty_barrel = { name = 'empty_barrel', label = 'Empty Barrel', weight = 100, type = 'item', image = 'empty_barrel.png', unique = false, useable = true, shouldClose = true, description = 'Empty Barrel' },
empty_bottle = { name = 'empty_bottle', label = 'Empty Bottle', weight = 100, type = 'item', image = 'empty_bottle.png', unique = false, useable = false, shouldClose = true, description = 'Empty Bottle' },
yeast = { name = 'yeast', label = 'Yeast', weight = 100, type = 'item', image = 'yeast.png', unique = false, useable = false, shouldClose = true, description = 'Yeast' },
bottle_of_mead = { name = 'bottle_of_mead', label = 'Bottle of Mead', weight = 100, type = 'item', image = 'bottle_of_mead.png', unique = false, useable = true, shouldClose = true, description = 'Bottle of Mead' },
honey_comb = { name = 'honey_comb', label = 'Honey Comb', weight = 100, type = 'item', image = 'honey_comb.png', unique = false, useable = true, shouldClose = true, description = 'Honey Comb' },
crate_of_honey = { name = 'crate_of_honey', label = 'Crate of Honey', weight = 100, type = 'item', image = 'crate_of_honey.png', unique = false, useable = true, shouldClose = true, description = 'Crate of Honey' },
3) ADD THE IMAGES TO YOUR INVENTORY
Open DHS-BrewsAndWines > images
Copy files from the folder and add them into your inventory image folder
4) INSTALL COMPLETE
The Install is now complete, you may move onto looking at the config.