-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
gradle-compose.yml
41 lines (39 loc) · 1.22 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
version: '0.0.2'
source: "https://github.com/tr7zw/ProcessedModTemplate/tree/master"
replacements:
name: "EntityCulling"
id: "entityculling"
version: "1.7.2"
description: "This mod uses async path-tracing to hide Tiles/Entities that are not visible."
homepageUrl: "https://modrinth.com/mod/entityculling"
sourcesUrl: "https://github.com/tr7zw/EntityCulling"
issuesUrl: "https://github.com/tr7zw/EntityCulling/issues"
fabric_entrypoint: "dev.tr7zw.entityculling.EntityCullingMod"
fabric_modmenu_entrypoint: "none"
relocationpackage: "dev.tr7zw.entityculling"
dependencies: '
inc "com.logisticscraft:occlusionculling:0.0.8-SNAPSHOT"
'
licensename: "LICENSE-EntityCulling"
modrinthid: NNAgCjsB
curseforgeid: 448233
versionlessname: "EntityCulling-Versionless"
enabledFlags:
- autopublish
- publishFabric
- publishForge
- publishNeo
- modrinth
- curseforge
- versionless
rootProject:
template: "."
subProjects:
EntityCulling-Versionless:
template: "Versionless"
replacements:
dependencies: '
compileOnly "com.logisticscraft:occlusionculling:0.0.8-SNAPSHOT"
compileOnly "com.google.code.gson:gson:2.10.1"
compileOnly "org.apache.logging.log4j:log4j-core:2.20.0"
'