-
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
Brendan Weirtz
authored and
Brendan Weirtz
committed
Aug 27, 2023
1 parent
5f753ec
commit eca1dfa
Showing
147 changed files
with
6,695 additions
and
17,042 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Disable autocrlf on generated files, they always generate with LF | ||
# Add any extra files or paths here to make git stop saying they | ||
# are changed when only line endings change. | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# eclipse | ||
bin | ||
*.launch | ||
.settings | ||
.metadata | ||
.classpath | ||
.project | ||
|
||
# idea | ||
out | ||
*.ipr | ||
*.iws | ||
*.iml | ||
.idea | ||
|
||
# gradle | ||
build | ||
.gradle | ||
|
||
# vscode | ||
.vscode | ||
|
||
# other | ||
eclipse | ||
run | ||
|
||
# Files from Forge MDK | ||
forge*changelog.txt |
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,32 +1,32 @@ | ||
# Mana Mod (Forge) | ||
|
||
## About | ||
A mod that introduces magic into Minecraft in amazing ways. | ||
|
||
## Dependencies | ||
### Recommended mods | ||
* `Optifine` - Integrates dynamic lighting to several magic entities and items. | ||
|
||
### Required mods | ||
* None | ||
|
||
## Items / Events / Features | ||
### Current items | ||
* Star Catchers | ||
* Star in a bottle | ||
* Amethyst Staff | ||
* Emerald Staff | ||
* Celestial Torches | ||
* Mana Crystal | ||
* Star Dust | ||
* Wishes | ||
* Staff Tables | ||
* Instant Mana Potion & other potion type variants | ||
* Mana Regen Potion & other potion type variants | ||
|
||
### Current features | ||
* Mana bar | ||
* Grow Budding Amethyst Blocks with Amethyst Block and Star Dust | ||
|
||
### Current events | ||
* Falling Stars | ||
# Mana Mod (Forge) | ||
|
||
## About | ||
A mod that introduces magic into Minecraft in amazing ways. | ||
|
||
## Dependencies | ||
### Recommended mods | ||
* `Optifine` - Integrates dynamic lighting to several magic entities and items. | ||
|
||
### Required mods | ||
* None | ||
|
||
## Items / Events / Features | ||
### Current items | ||
* Star Catchers | ||
* Star in a bottle | ||
* Amethyst Staff | ||
* Emerald Staff | ||
* Celestial Torches | ||
* Mana Crystal | ||
* Star Dust | ||
* Wishes | ||
* Staff Tables | ||
* Instant Mana Potion & other potion type variants | ||
* Mana Regen Potion & other potion type variants | ||
|
||
### Current features | ||
* Mana bar | ||
* Grow Budding Amethyst Blocks with Amethyst Block and Star Dust | ||
|
||
### Current events | ||
* Falling Stars |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.