🐂ox_inventory

Add the items

["beehive"] = {
	label = "Beehive",
	weight = 2000,
	stack = false,
	close = true,
},
["queen_bee"] = {
	label = "Queen Bee",
	weight = 10,
	stack = true,
	close = true,
},
["worker_bees"] = {
	label = "Worker Bees",
	weight = 10,
	stack = true,
	close = true,
},
["bees_wax"] = {
	label = "Bees Wax",
	weight = 1,
	stack = true,
	close = true,
},
["red_honey"] = {
	label = "Red Bees Honey",
	weight = 1,
	stack = true,
	close = true,
},
["green_honey"] = {
	label = "Green Bees Honey",
	weight = 1,
	stack = true,
	close = true,
},
["blue_honey"] = {
	label = "Blue Bees Honey",
	weight = 1,
	stack = true,
	close = true,
},
["bees_honey"] = {
	label = "Bees Honey",
	weight = 1,
	stack = true,
	close = true,
},

Last updated