The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Custom Consumable API [OBSOLETE]
Showing 1-10 of 13 entries
< 1  2 >
Update: 28 Nov, 2019 @ 1:43pm

- Improved the documentation.
- Improved optimization.
- Added a custom config for the mod. It can be accessed in the main.lua.
- Does not count with support with piber's config menu.

Update: 28 Nov, 2019 @ 3:05am

- Updated the documentation.
- Improved optimization.
- Reworked the custom rune cardback spritesheet.

Update: 28 Nov, 2019 @ 1:22am

- Added custom Pill support!
- Improved the documentation.

Update: 27 Nov, 2019 @ 12:10pm

- Updated the documentation
- Changed the way in which new consumables are registered:
- This is a really important change for modders!
- You need to do CUSTOMCONSUMABLE_API["Name"] now instead of CUSTOMCONSUMABLE_API.Name. Doing otherwise will break your mod. Make sure to update!

Update: 26 Nov, 2019 @ 5:05pm

- Updated the documentation.

Update: 26 Nov, 2019 @ 4:49pm

- Added full support for new custom cards!
- Improved efficiency of the code.
- Added two new rune types, the spiky rune and the rune shard.
- Renamed from Custom Rune API to Custom Consumable API.

Update: 25 Nov, 2019 @ 4:10pm

- Removed a dev function.

Update: 25 Nov, 2019 @ 12:34pm

- Updated the documentation.
- Removed some dev debug strings.

Update: 25 Nov, 2019 @ 11:44am

- Fixed a crash related to using a custom rune in a room with the No! Dispenser.

Update: 25 Nov, 2019 @ 11:42am

- Fixed a crash related to using a custom rune in a room with the No! Dispenser.