-
Notifications
You must be signed in to change notification settings - Fork 25
/
gradle-compose.yml
60 lines (59 loc) · 1.91 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
version: '0.0.2'
source: "https://github.com/tr7zw/ProcessedModTemplate/tree/master"
replacements:
name: "FirstPerson"
id: "firstperson"
version: "2.4.6"
description: "Enables the third person Model in firstperson"
homepageUrl: "https://modrinth.com/mod/first-person-model"
sourcesUrl: "https://github.com/tr7zw/FirstPersonModel"
issuesUrl: "https://github.com/tr7zw/FirstPersonModel/issues"
fabric_entrypoint: "dev.tr7zw.firstperson.FirstPersonModelMod"
fabric_modmenu_entrypoint: "dev.tr7zw.firstperson.fabric.FPModMenuProvider"
relocationpackage: "dev.tr7zw.firstperson"
curseforgeid: "333287"
modrinthid: "H5XMjpHi"
versionlessname: "FPVersionless"
breaks: ', "FastAnim": "*"'
fabric_dependencies: "
modCompileOnly 'maven.modrinth:playeranimator:1.0.2-rc1+1.20-fabric'\n
modCompileOnly 'maven.modrinth:freecam:mYKA10cM'\n
"
forge_dependencies: "
modCompileOnly 'maven.modrinth:playeranimator:1.0.2-rc1+1.20-forge'\n
modCompileOnly 'maven.modrinth:freecam:tXR5Jx3F'\n
"
neoforge_dependencies: "
modCompileOnly 'maven.modrinth:playeranimator:1.0.2-rc1+1.20-forge'\n
modCompileOnly 'maven.modrinth:freecam:DrSgHrTu'\n
"
enabledFlags:
- autopublish
- publishFabric
- publishForge
- modrinth
- curseforge
- versionless
rootProject:
template: "."
subProjects:
FPVersionless:
template: "Versionless"
replacements:
dependencies: '
compileOnly "com.google.code.gson:gson:2.10.1"
compileOnly "org.apache.logging.log4j:log4j-core:2.20.0"
'
# FPFabric:
# template: "Fabric"
# replacements:
# dependencies: "
# modCompileOnly 'maven.modrinth:playeranimator:1.0.2-rc1+1.20-fabric'\n
# modCompileOnly 'maven.modrinth:freecam:1.1.6-mc1.19'\n
# "
# FPForge:
# template: "Forge"
# replacements:
# dependencies: '
# modCompileOnly "maven.modrinth:playeranimator:1.0.2-rc1+1.20-forge"
# '