forked from tr7zw/Exordium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle-compose.yml
42 lines (38 loc) · 1.09 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
version: '0.0.2'
source: "https://github.com/tr7zw/ModComposeTemplate/tree/1.20.2"
replacements:
group: "dev.tr7zw"
name: "Exordium"
id: "exordium"
version: "1.2.1"
author: "tr7zw"
relocationpackage: "dev.tr7zw.exordium"
licensename: "LICENSE"
modrinthid: "DynYZEae"
curseforgeid: "681953"
enabledFlags:
- autopublish
- publishFabric
- publishForge
- modrinth
- curseforge
- accesswidener
rootProject:
template: "."
subProjects:
FG-Fabric:
template: "Fabric"
replacements:
dependencies: '
modImplementation "maven.modrinth:immediatelyfast:1.2.5+1.20.2"
modImplementation "maven.modrinth:spark:XGW2fviP"
modImplementation "maven.modrinth:sodium:mc1.20.2-0.5.3"
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.2.0-rc.2")))
'
FG-Forge:
template: "Forge"
replacements:
dependencies: '
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:0.2.0-rc.2"))
implementation(include("io.github.llamalad7:mixinextras-forge:0.2.0-rc.2"))
'