Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baileyholl/ars-nouveau
Repository for the Ars Nouveau minecraft mod. https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
https://github.com/baileyholl/ars-nouveau
addon forge java minecraft mod
Last synced: 4 days ago
JSON representation
Repository for the Ars Nouveau minecraft mod. https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
- Host: GitHub
- URL: https://github.com/baileyholl/ars-nouveau
- Owner: baileyholl
- License: lgpl-3.0
- Created: 2019-03-19T14:38:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:07:06.000Z (7 months ago)
- Last Synced: 2024-04-14T12:08:21.255Z (7 months ago)
- Topics: addon, forge, java, minecraft, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
- Size: 24.9 MB
- Stars: 140
- Watchers: 4
- Forks: 85
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Support: supporters.json
Awesome Lists containing this project
README
Repository for the Ars Nouveau mod.
https://www.arsnouveau.wiki/
For more information or to download: https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
For developing an addon, consult this example addon project! https://github.com/baileyholl/Ars-Nouveau-Example-Addon
License: This mod is licensed under LGPL V3.
Every push to this repository is built and published to the [BlameJared](https://maven.blamejared.com) maven, to use
these builds in your project, simply add the following code in your build.gradle```gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}dependencies {
// Ars Nouveau
implementation "com.hollingsworth.ars_nouveau:ars_nouveau-[MC_VERSION]:[ARS_VERSION]"// Ars dependencies, should be automatically downloaded by gradle but include them if they don't
implementation "software.bernie.geckolib:geckolib-neoforge-[MC_VERSION]:[GECKOLIB_VERSION]"
implementation 'top.theillusivec4.curios:curios-neoforge:[CURIO_VERSION]'}
```Current version (1.21.1):
[![Maven](https://img.shields.io/maven-metadata/v?label=&color=C71A36&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Fhollingsworth%2Fars_nouveau%2Fars_nouveau-1.21.1%2Fmaven-metadata.xml&style=flat-square)](https://maven.blamejared.com/com/hollingsworth/ars_nouveau/ars_nouveau-1.21.1/)(remove the v)