-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.gradle
More file actions
46 lines (39 loc) · 1.24 KB
/
settings.gradle
File metadata and controls
46 lines (39 loc) · 1.24 KB
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
pluginManagement {
repositories {
maven {
name = 'fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
buildscript {
configurations.configureEach {
resolutionStrategy {
eachDependency {
if (requested.group == "com.google.code.gson" && requested.name == "gson") {
useVersion("2.10.1")
because("Fabric Loom needs a newer version than foojay toolchains")
}
}
}
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}
ext {
version = '1.4'
}
rootProject.name = 'player-visibility'
include ':common'
include ':fabric'
//include ':forge'
// omg I've been trying to make forge support for like the past 4 hours
// I really don't know how to set this up I've tried so many example mods
// and other stuff but I just can't do it if you know how to please dm me
// on discord `lastingsunset` I tried like many like example like
// projects and like its just like I DONT KNOWWW IM STUPID IM SORRRY 😭😭😭
// for now I'm just not gonna care about forge
// - mia/@xNasuni