Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Lua.diagnostics.globals": [
"term",
"colors",
"http",
"fs",
"sleep",
"textutils",
"printStats",
"getAllBees",
"peripheral",
"rs"
]
}
4 changes: 2 additions & 2 deletions openbee-install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--- Original code and idea by Forte40 @ GitHub (forked at v2.2.1)
--- Hosted at http://pastebin.com/XxjND24H

local branch = 'master'
local url = 'https://raw.github.com/secondfry/openbee/' .. branch .. '/'
local branch = 'openbee'
local url = 'https://raw.github.com/Feramance/openbee/' .. branch .. '/'
local filenames = {'openbee-install.lua', 'openbee.lua', 'matron.lua', 'openbee/BreederApiary.lua', 'openbee/StorageAE.lua', 'README.md'}
local folders = {'openbee'}

Expand Down
Loading