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.
WARNING: Doesn't work on mobile, unless you can run custom JavaScript in your browser on mobile.
- Right-click and press Inspect or Inspect Element
- Click onto the
Console
tab - 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.