-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgradle-compose.yml
33 lines (32 loc) · 1 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
version: '0.0.2'
source: "https://github.com/tr7zw/ProcessedModTemplate/tree/master"
replacements:
name: "ItemSwapper"
id: "itemswapper"
version: "0.7.6"
description: "Proof of concept mod to for a different system to swap items in the inventory."
homepageUrl: "https://modrinth.com/plugin/itemswapper"
sourcesUrl: "https://github.com/tr7zw/ItemSwapper"
issuesUrl: "https://github.com/tr7zw/ItemSwapper/issues"
fabric_entrypoint: "dev.tr7zw.itemswapper.ItemSwapperMod"
fabric_modmenu_entrypoint: "dev.tr7zw.itemswapper.ItemSwapperModMenu"
relocationpackage: "dev.tr7zw.itemswapper"
modrinthid: RPOSBQgq
curseforgeid: 694358
versionlessname: "XTVersionless"
enabledFlags:
- autopublish
- publishFabric
- modrinth
- curseforge
- versionless
rootProject:
template: "."
subProjects:
XTVersionless:
template: "Versionless"
replacements:
dependencies: '
compileOnly "com.google.code.gson:gson:2.10.1"
compileOnly "org.apache.logging.log4j:log4j-core:2.20.0"
'