You are viewing a potentially older version of this package. View all versions.
MGReturns-ENVY-1.1.0 icon

ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Date uploaded 5 days ago
Version 1.1.0
Download link MGReturns-ENVY-1.1.0.zip
Downloads 69
Dependency string MGReturns-ENVY-1.1.0

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.0.38 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.0.38

README

ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment, helpful when you need to share information between multiple files in your plugin.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.1.0 - 2024-09-15

1.1.0 - 2024-06-03

Added

  • Added metatable-respecting extensions of builtin lua globals into the extras from setup or auto.

1.0.1 - 2024-05-21

Fixed

  • Fixed import_as_fallback and import_as_shared, so they can be hot reloaded in some situations
  • Fixed some usage examples in the definitions from SGG_Modding-ENVY-auto

1.0.0 - 2024-05-15

Added

  • Initial Thunderstore release.