Compatibility library that provides a standard CraftOS-compatibile 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.loadAPI
andos.unloadAPI
are always omitted, regardless of system, due to the issues outlined here.