Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luligabi1/magicfungi
An original magic mod for the Fabric Loader.
https://github.com/luligabi1/magicfungi
fabric hacktoberfest minecraft minecraft-mod
Last synced: 5 days ago
JSON representation
An original magic mod for the Fabric Loader.
- Host: GitHub
- URL: https://github.com/luligabi1/magicfungi
- Owner: Luligabi1
- License: other
- Created: 2021-06-04T03:23:48.000Z (over 3 years ago)
- Default Branch: 1.18.2
- Last Pushed: 2022-11-12T01:38:50.000Z (about 2 years ago)
- Last Synced: 2023-03-05T22:13:00.572Z (over 1 year ago)
- Topics: fabric, hacktoberfest, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 2.11 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Magic Fungi - BETA
An original Magic mod surrounding mushrooms for the Fabric Loader.
## Features
For a complete list of features please check the mod's [official page](https://www.curseforge.com/minecraft/mc-mods/magic-fungi).## Licensing
While the code and most of the assets are licensed under the [Apache 2.0](https://github.com/Luligabi1/MagicFungi/blob/master/LICENSE) license, the spell textures ([impetus_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/impetus_spell.png), [clypeus_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/clypeus_spell.png), [utilis_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/utilis_spell.png), [vivifica_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/vivifica_spell.png), [morbus_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/morbus_spell.png) and [incognita_spell.png](https://github.com/Luligabi1/MagicFungi/blob/master/src/main/resources/assets/magicfungi/textures/item/incognita_spell.png)) are all slightly edited versions of [Kyrise's Free 16x16 RPG Icon Pack](https://kyrise.itch.io/kyrises-free-16x16-rpg-icon-pack), that's licensed under [Creative Commons Attribution 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).## Build
If you want to build this yourself, please clone the repository and execute `gradlew build` in the projects folder.Artifacts will be generated at `/build/libs`.