The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

!CuerLib
Showing 51-60 of 116 entries
< 1 ... 4  5  6  7  8 ... 12 >
Update: 21 Jan, 2024 @ 4:09am

* Adjusted the logic for adding custom transformations, Added callback CLC_POST_ADD_PLAYER_FORM and CLC_POST_REMOVE_PLAYER_FORM.
* Fixed an issue where the callback of picking up items would trigger twice under Repentogon environment.
* 调整添加自定义套装的逻辑,并添加回调CLC_POST_ADD_PLAYER_FORM和CLC_POST_REMOVE_PLAYER_FORM。
* 修复在Repentogon环境下,玩家拾取道具的回调会触发两次的问题。

Update: 19 Jan, 2024 @ 1:44am

* Fixed an issue that Players.IsOnlyBoneHeartPlayer works incorrectly.
* 修复玩家的生命类型是否是纯骨心的判断不正确的问题。

Update: 16 Jan, 2024 @ 5:38am

* Fixed an issue that errors will be occured after picking up trinkets.
* 修复拾取饰品后会出错的问题。

Update: 15 Jan, 2024 @ 9:47pm

* Fixed an issue that when under Repentogon environment, picking up G Fuel of the 1st glitch item will trigger all POST_GAIN_COLLECTIBLE Callbacks.
* 修复处于Repentogon环境下时,拾取G Fuel或者第一个错误道具时,会触发所有获取道具的回调的问题。

Update: 10 Jan, 2024 @ 4:21am

* Now the mod will use POST_ADD_COLLECTIBLE callback provided by Repetogon if under Repentogon environment.
* 现在如果处于Repentogon环境下,获取道具时的回调改为使用Repentogon提供的回调。

Update: 1 Jan, 2024 @ 10:18pm

* Added some compatibility for REPENTOGON.
* 添加针对REPENTOGON的部分兼容。

Update: 25 Dec, 2023 @ 2:11am

* Fixed an issue that all replaced grid entities in replaced boss room has a fixed number 1 as seed.
* 修复在替换头目房的网格实体时,所有的网格实体种子都为1的问题。

Update: 24 Dec, 2023 @ 9:40pm

* Fixed an issue that calling Players.IsDead() will cause errors.
* 修复调用Players.IsDead会出错的问题。

Update: 24 Dec, 2023 @ 11:18am

* Fixed an issue that Dark Esau's damage which turns Tainted Jacob into Lost will also be counted as enemy damage.
* 修复堕化以扫对堕化雅阁造成的变游魂伤害也会被视作非自伤伤害的问题。

Update: 25 Nov, 2023 @ 8:00am

修复CLC_RELEASE_HOLDING_ACTIVE回调会在参数为nil时报错的问题。