Compatibility library that provides a standard CraftOS-compatible library (stdlib) on different systems such as Phoenix and Recrafted.
local stdlib = require("libcompat")
stdlib.http.get("https://example.com")
print(stdlib.settings.get("somerandom.setting"))os.loadAPIandos.unloadAPIare always omitted, regardless of system, due to the issues outlined here.