-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f40846e
commit 54d377b
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(). |