File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ forge/.gradle
41
41
forge /.idea
42
42
forge /run
43
43
44
+ build /
45
+
44
46
45
47
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
46
48
hs_err_pid *
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' xyz.wagyourtail.unimined' version ' 0.1.6 -SNAPSHOT' apply false
3
- }
2
+ id ' xyz.wagyourtail.unimined' version ' 0.2.0 -SNAPSHOT' apply false
3
+ };
4
4
5
5
subprojects {
6
6
@@ -20,7 +20,6 @@ subprojects {
20
20
21
21
dependencies {
22
22
minecraft " net.minecraft:minecraft:${ rootProject.minecraft_version} "
23
-
24
23
mappings " net.minecraft:minecraft:${ rootProject.minecraft_version} :client-mappings"
25
24
}
26
25
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ dependencies {
18
18
19
19
mappings " net.fabricmc:intermediary:${ rootProject.minecraft_version} :v2"
20
20
21
- modImplementation " net.fabricmc. fabric-api:fabric- resource-loader-v0: ${ project.fabric_api_resource_loader_version } "
22
- include " net.fabricmc. fabric-api:fabric- resource-loader-v0: ${ project.fabric_api_resource_loader_version } "
21
+ modImplementation fabricApi . module( " fabric-resource-loader-v0" , project. fabric_api_version)
22
+ include fabricApi . module( " fabric-resource-loader-v0" , project. fabric_api_version)
23
23
24
24
common project(path : ' :common' ), { transitive false }
25
25
shadowCommon project(path : ' :common' ), { transitive false }
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ plugins {
4
4
5
5
minecraft {
6
6
forge {
7
- // it.mcpVersion = '12-1.7.10'
8
- // it.mcpChannel = 'stable'
7
+ includeSubprojectSourceSets + = project(" :common" ). sourceSets. main
9
8
}
10
9
mcRemapper. fallbackTarget = " searge"
11
10
mcRemapper. tinyRemapperConf = {
You can’t perform that action at this time.
0 commit comments