Skip to content

Commit d78a4fd

Browse files
Start Forge 1.20.6 code (not yet functional)
1 parent d00ff62 commit d78a4fd

32 files changed

+3649
-24
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id "com.github.johnrengelman.shadow" version "7.1.0"
15+
//id "com.github.johnrengelman.shadow" version "7.1.0"
16+
id "io.github.goooler.shadow" version "8.1.7"
1617
id 'java'
1718
id 'maven-publish'
1819
}
@@ -52,7 +53,7 @@ ext {
5253
}
5354

5455
subprojects {
55-
apply plugin: "com.github.johnrengelman.shadow"
56+
apply plugin: "io.github.goooler.shadow"
5657
apply plugin: 'java'
5758
apply plugin: 'maven-publish'
5859

bukkit-helper/.project

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,35 @@
22
<projectDescription>
33
<name>Dynmap(Spigot-Common)</name>
44
<comment>bukkit-helper</comment>
5-
<projects/>
6-
<natures>
7-
<nature>org.eclipse.jdt.core.javanature</nature>
8-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
9-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
10-
</natures>
5+
<projects>
6+
</projects>
117
<buildSpec>
128
<buildCommand>
139
<name>org.eclipse.jdt.core.javabuilder</name>
14-
<arguments/>
10+
<arguments>
11+
</arguments>
1512
</buildCommand>
1613
<buildCommand>
1714
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
18-
<arguments/>
15+
<arguments>
16+
</arguments>
1917
</buildCommand>
2018
<buildCommand>
2119
<name>org.eclipse.m2e.core.maven2Builder</name>
22-
<arguments/>
20+
<arguments>
21+
</arguments>
2322
</buildCommand>
2423
</buildSpec>
25-
<linkedResources/>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
27+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
28+
</natures>
2629
<filteredResources>
2730
<filter>
2831
<id>1</id>
32+
<name></name>
2933
<type>30</type>
30-
<name/>
3134
<matcher>
3235
<id>org.eclipse.core.resources.regexFilterMatcher</id>
3336
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>

bukkit-helper/.settings/org.eclipse.buildship.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ arguments=
22
auto.sync=false
33
build.scans.enabled=false
44
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(6.3))
5-
connection.project.dir=../bukkit-helper-120-5
5+
connection.project.dir=../forge-1.20.6
66
eclipse.preferences.version=1
77
gradle.user.home=
88
java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home

bukkit-helper/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Sun Apr 28 13:34:57 CDT 2024
2+
#Sun Jun 02 15:52:13 CDT 2024
33
eclipse.preferences.version=1
44
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
55
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable

forge-1.14.4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

forge-1.15.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

forge-1.16.5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

forge-1.17.1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

forge-1.18.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

forge-1.19.3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
apply plugin: 'net.minecraftforge.gradle'
12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
//apply plugin: 'com.github.johnrengelman.shadow'
1313
apply plugin: 'eclipse'
1414

1515
eclipse {

0 commit comments

Comments
 (0)