Skip to content

Commit 2e1cc05

Browse files
committed
Add ClickThrough Plus to Modrinth recommended
1 parent 215cf7b commit 2e1cc05

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

gradle.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ dep_repo_shedaniel=maven.shedaniel.me:me.shedaniel
104104
# Dependency Property Identifiers
105105
# -> These values point to other properties with full dependency specification.
106106
common_deps=clothconfig
107-
fabric_deps=modmenu,clothconfig
108-
neoforge_deps=clothconfig
107+
fabric_deps=modmenu,clothconfig,clickthroughplus
108+
neoforge_deps=clothconfig,clickthroughplus
109109

110110
# Dependency Notation:
111111
# `d_{subproject}_{dep}=[{gradle_config}],[{loader_config}],[{modrinth_config}],[{curseforge_config}]`
@@ -135,6 +135,10 @@ d_fabric_modmenu=-:-:imp:maven.modrinth:mOgUt4GM:$v:-,recommends:modmenu,req:mOg
135135
v_modmenu=18.0.0-alpha.8
136136
vr_fabric_modmenu=>=18.0.0-alpha.6
137137

138+
# ClickThrough Plus (Modrinth recommendation) https://modrinth.com/project/fJi8nm80
139+
d_fabric_clickthroughplus=-,-,opt:fJi8nm80
140+
d_neoforge_clickthroughplus=-,-,opt:fJi8nm80
141+
138142
# Dependency Version Extensions
139143
# -> Intended for addon mods to show which version they were compiled against.
140144
# Notation: `[dep_ext_{subproject}=[{dep_abbreviation}:{dep_version_prop}]]`

0 commit comments

Comments
 (0)