HybridDog / nether-pack

migrated to codeberg
https://codeberg.org/HybridDog/nether-pack
Other
5 stars 8 forks source link

Needs a global table so other mods can be nether aware. #14

Closed Deathwing777 closed 7 months ago

Deathwing777 commented 8 months ago

I ran into an issue with this mod when using it in conjunction with the Shadow Realms mod. Shadow Realms made the Nether (especially trapped Nether) completely unplayable as Shadow Realms adds a 1 HP/sec damage effect to players below y=-200. To solve this, I added a global function NETHER["is_player_in_nether"](player) to portal.lua in your mod, and then used the function in the Shadow Realms mod.

Deathwing777 commented 8 months ago

I submitted a pull request from my fork which fixes this issue.