-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
gradle-compose.yml
35 lines (34 loc) · 1.06 KB
/
gradle-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: '0.0.2'
source: "https://github.com/tr7zw/ProcessedModTemplate/tree/master"
replacements:
name: "NotEnoughAnimations"
id: "notenoughanimations"
version: "1.8.1"
description: "Adding and improving animations in Third-Person."
homepageUrl: "https://modrinth.com/mod/not-enough-animations"
sourcesUrl: "https://github.com/tr7zw/NotEnoughAnimations"
issuesUrl: "https://github.com/tr7zw/NotEnoughAnimations/issues"
fabric_entrypoint: "dev.tr7zw.notenoughanimations.NEAnimationsMod"
fabric_modmenu_entrypoint: "dev.tr7zw.notenoughanimations.NEAModMenu"
relocationpackage: "dev.tr7zw.notenoughanimations"
modrinthid: MPCX6s5C
curseforgeid: 433760
versionlessname: "NEAVersionless"
enabledFlags:
- autopublish
- publishFabric
- publishForge
- publishNeo
- modrinth
- curseforge
- versionless
rootProject:
template: "."
subProjects:
NEAVersionless:
template: "Versionless"
replacements:
dependencies: '
compileOnly "com.google.code.gson:gson:2.10.1"
compileOnly "org.apache.logging.log4j:log4j-core:2.20.0"
'