Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinNiemand authored Jul 22, 2021
1 parent f40846e commit 54d377b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# Isaac-Repentence-Open-Unnerf-Pack
A mod for The Binding of Isaac Repentance that combines diffrent unnerf mods into a single mod.

# Unnerfs Currently Included
- Maw of the Void Unnerf
- Orbital Unnerf
- Stomp Immunity Unnerf
- Soul Hearth Generator Unnerf
- Dark Bum Unnerf
- Relic Unnerf
- Blue Fires (hard mode) Unnerf
- (disabled in code) Nail Unnerf
- (disabled in code) Satanic Bible Unnerf

# What this mods tries to do
This mod tries to unnerf things(items, mechanics, ...) that have been nerfed in the Binding of Isaac Repentence and make them work like before they got nerfed. It does so by loading other mods included in this mod.

# Suggestions/Bug Reports
If you want to suggest new unnerfs, improvements or report bugs please create an Issue.

# How this mod is structured/works
Individual lua mods/unnerfs are located in a sub folder in the Mods folder, they are then loaded in main.lua using require().
main.lua should only be used for loading individual mods or handling stuff that affects all mods like config.
Non lua mods should be where they have to be.

# Contributing
If you want contribute to this unnerf pack by adding more unnerfs, fixing bugs or improving this mod in any other mods feel free to create pull requsts. Please follow the struce above. Do not add your unnerf directly into main.lua it should instead be added to a new folder inside the Mods folder then loading in main.lua using require().

0 comments on commit 54d377b

Please sign in to comment.