Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 837 Bytes

InfiniteLib

InfiniteLib is a script made for people to easily use Infinite Craft's code to allow you to add elements and do other stuff. It's also has functions that basically makes it an API for Infinite Craft. To see the built-in InfiniteLib functions you can call, look at the JSDoc.

How to Use

WARNING: Doesn't work on mobile, unless you can run custom JavaScript in your browser on mobile.

  1. Right-click and press Inspect or Inspect Element
  2. Click onto the Console tab
  3. Paste this code in:
    • var s = document.createElement("script"); s.src = "https://doyouliveinthe.uk/public/infinitelib/lib.js"; document.body.appendChild(s)
    • If you have to, type in allow pasting and try pasting the script again.