Skip to content

Commit

Permalink
divide star classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Weirtz authored and Brendan Weirtz committed Aug 27, 2023
1 parent 5f753ec commit eca1dfa
Show file tree
Hide file tree
Showing 147 changed files with 6,695 additions and 17,042 deletions.
5 changes: 5 additions & 0 deletions .gitattributes 2
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
28 changes: 28 additions & 0 deletions .gitignore 2
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
64 changes: 32 additions & 32 deletions README.md
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
46 changes: 0 additions & 46 deletions README.txt

This file was deleted.

Loading

0 comments on commit eca1dfa

Please sign in to comment.