Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 463 Bytes

libcompat

Compatibility library that provides a standard CraftOS-compatibile library (stdlib) on different systems such as Phoenix and Recrafted.

Usage

local stdlib = require("libcompat")
stdlib.http.get("https://example.com")
print(stdlib.settings.get("somerandom.setting"))

Changes

  • os.loadAPI and os.unloadAPI are always omitted, regardless of system, due to the issues outlined here.