Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bumer-32/lumivoid-s-fabric-developer-helper
https://github.com/bumer-32/lumivoid-s-fabric-developer-helper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bumer-32/lumivoid-s-fabric-developer-helper
- Owner: Bumer-32
- License: apache-2.0
- Created: 2024-10-30T11:44:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T21:17:22.000Z (2 months ago)
- Last Synced: 2024-11-02T21:20:18.273Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mod and gradle plugin which helps with developing mods
Now there almost no features, so using it almost useless.
There's no documentation now but here how to add it to your project:
-in settings.gradle
```groovy
pluginManagement {
repositories {
maven {
name = 'Lumivoid'
url = 'https://maven.lumivoid.pp.ua/repository/lumivoid/'
}
}
}
```-in build.gradle
```groovy
plugins {
id 'ua.pp.lumivoid.gradle.lumivoids_fabric_developer_helper.lumivoids-fabric-developer-helper-plugin' version '1.0.2'
}
```