A mod jam is currently happening! From March 14, 2026 2:00 PM UTC to March 29, 2026 4:00 PM UTC, the Theme is Void. Mod jam mods will have the Mod Jam 1 Category. Join the modding Discord for more info!
ReturnsAPI
(Mostly done) API for modding Risk of Rain Returns.
| Last updated | 5 days ago |
| Total downloads | 14728 |
| Total rating | 3 |
| Categories | Mods Tools Libraries |
| Dependency string | ReturnsAPI-ReturnsAPI-0.1.54 |
| Dependants | 39 other packages depend on this package |
This mod requires the following mods to function
LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0README
Still an active work in progress, although it is mostly done.
API for modding Risk of Rain Returns.
Documentation can be found on the wiki.
Include ReturnsAPI-ReturnsAPI-0.1.54 as a dependency in manifest.json, and import it with:
-- Automatically adds class references directly to your mod,
-- and performs other actions (such as autoregistering for language loading)
mods["ReturnsAPI-ReturnsAPI"].auto()
-- or
-- Stores class references in a variable
local RAPI = mods["ReturnsAPI-ReturnsAPI"].setup()
-- See the Importing page for additional properties you can pass:
-- https://github.com/ReturnsAPI/ReturnsAPI/wiki/Importing
Uses ReturnOfModding as the base mod loader.
Successor to RoRR Modding Toolkit.
Installation Instructions
Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.