-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a45508e
Showing
2,332 changed files
with
141,350 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* text eol=lf | ||
*.bat text eol=crlf | ||
*.patch text eol=lf | ||
*.java text eol=lf | ||
*.gradle text eol=crlf | ||
*.png binary | ||
*.gif binary | ||
*.exe binary | ||
*.dll binary | ||
*.jar binary | ||
*.lzma binary | ||
*.zip binary | ||
*.pyd binary | ||
*.cfg text eol=lf | ||
*.py text eol=lf | ||
*.jks binary | ||
|
||
# Disable autocrlf on generated files, they always generate with LF | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf | ||
src/generated_test/**/.cache/cache text eol=lf | ||
src/generated_test/**/*.json text eol=lf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Feature request | ||
about: Want to request a feature? | ||
title: '' | ||
labels: Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please note, feature requests that are submitted as GitHub issues here are rarely implemented. --> | ||
<!-- If you'd like to see something in Forge, you should be ready to implement it as a PR. --> | ||
<!-- If you're not sure, open a Draft PR or discuss it in the Discord server. --> | ||
<!-- Discord: https://discord.gg/UvedJ9m --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Issue report | ||
about: Visit the forum first for issues with crashes. | ||
title: '' | ||
labels: Triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thank you for reporting! --> | ||
|
||
<!-- For support with crashes and issues, please create a post on the forum instead: --> | ||
<!-- https://www.minecraftforge.net/forum/forum/18-support-bug-reports/ --> | ||
|
||
**Minecraft Version:** {Minecraft version} | ||
|
||
**Forge Version:** {Forge version. *Version number, not latest/rb*} | ||
|
||
**Logs:** {Link(s) to GitHub Gist with full latest.log and/or crash report} | ||
|
||
**Steps to Reproduce:** | ||
1. Do this | ||
2. Then do that | ||
3. ... | ||
|
||
**Description of issue:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Label to use when marking as stale | ||
staleLabel: Stale | ||
# Comment to post when removing the stale label. Set to `false` to disable | ||
unmarkComment: false | ||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
limitPerRun: 1 | ||
# Issues with these labels will never be considered stale. Set to `[]` to disable | ||
exemptLabels: | ||
- Assigned | ||
|
||
pulls: | ||
# Number of days of inactivity before a Pull Request becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale Pull Request is closed | ||
daysUntilClose: 14 | ||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had recent | ||
activity, and will be closed if no further activity occurs. If this pull request was | ||
overlooked, forgotten, or should remain open for any other reason, please reply | ||
here to call attention to it and remove the stale status. Thank you for your contributions. | ||
# Comment to post when closing a stale Pull Request. Set to `false` to disable | ||
closeComment: > | ||
This pull request has been automatically closed because it has not had | ||
recent activity. Please feel free to update or reopen it. | ||
issues: | ||
# Number of days of inactivity before an Issue becomes stale | ||
daysUntilStale: 180 | ||
# Number of days of inactivity before a stale Issue is closed | ||
daysUntilClose: 14 | ||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had activity | ||
in a long time. If this issue is still relevant and should remain open, please reply | ||
with a short explanation (e.g. "I have checked the code and this issue is still relevant because ___." | ||
or "Here's a screenshot of this issue on the latest version"). | ||
Thank you for your contributions! | ||
# Comment to post when closing a stale Issue. Set to `false` to disable | ||
closeComment: > | ||
This issue has been automatically closed because it has not had | ||
activity in a long time. Please feel free to reopen it or create a new issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Configuration for support-requests - https://github.com/dessant/support-requests | ||
|
||
# Label used to mark issues as support requests | ||
supportLabel: Forum | ||
# Comment to post on issues marked as support requests. Add a link | ||
# to a support page, or set to `false` to disable | ||
supportComment: > | ||
👋 We use the issue tracker exclusively for final bug reports and feature requests. | ||
However, this issue appears to be better suited for the | ||
[Forge Support Forums](http://www.minecraftforge.net/forum/forum/18-support-bug-reports/). | ||
Please create a new topic on the support forum with this issue, and the conversation can | ||
continue there. | ||
# Whether to close issues marked as support requests | ||
close: true | ||
# Whether to lock issues marked as support requests | ||
lock: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
#eclipse | ||
**/bin | ||
**/.settings | ||
**/.classpath | ||
*.project | ||
|
||
#In case people make their workspace in the repo | ||
/eclipse/ | ||
|
||
#idea | ||
/.idea | ||
/*/out | ||
/classes | ||
*.iml | ||
|
||
#gradle | ||
/build | ||
/.gradle | ||
/*/build | ||
/*/.gradle | ||
|
||
# Projects repo, either ignore it, or ignore patches. | ||
/projects/mcp/ | ||
/projects/clean/ | ||
/projects/forge/ | ||
/projects/fmlonly/ | ||
#/patches/* | ||
|
||
#occupational hazards | ||
/projects/**/build/ | ||
/projects/**/out/ | ||
/projects/**/run/ | ||
/projects/**/*.launch | ||
/repo/ | ||
src/generated/resources/.cache/ | ||
|
||
#Patch rejects | ||
/patches-/ | ||
*.patch.rej | ||
/projects/*/rejects/ | ||
|
||
# FML changelog | ||
changelog.txt | ||
*.py | ||
*.7z | ||
/logs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?xml version="1.0"?> | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<name>MinecraftForge_Forge Config DSL Script</name> | ||
<groupId>MinecraftForge_Forge</groupId> | ||
<artifactId>MinecraftForge_Forge_dsl</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
|
||
<parent> | ||
<groupId>org.jetbrains.teamcity</groupId> | ||
<artifactId>configs-dsl-kotlin-parent</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<repositories> | ||
<repository> | ||
<id>jetbrains-all</id> | ||
<url>https://download.jetbrains.com/teamcity-repository</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>teamcity-server</id> | ||
<url>https://teamcity.minecraftforge.net/app/dsl-plugins-repository</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
|
||
<pluginRepositories> | ||
<pluginRepository> | ||
<id>JetBrains</id> | ||
<url>https://download.jetbrains.com/teamcity-repository</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
|
||
<build> | ||
<sourceDirectory>${basedir}</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<artifactId>kotlin-maven-plugin</artifactId> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<version>${kotlin.version}</version> | ||
|
||
<configuration/> | ||
<executions> | ||
<execution> | ||
<id>compile</id> | ||
<phase>process-sources</phase> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
</execution> | ||
<execution> | ||
<id>test-compile</id> | ||
<phase>process-test-sources</phase> | ||
<goals> | ||
<goal>test-compile</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.jetbrains.teamcity</groupId> | ||
<artifactId>teamcity-configs-maven-plugin</artifactId> | ||
<version>${teamcity.dsl.version}</version> | ||
<configuration> | ||
<format>kotlin</format> | ||
<dstDir>target/generated-configs</dstDir> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.jetbrains.teamcity</groupId> | ||
<artifactId>configs-dsl-kotlin</artifactId> | ||
<version>${teamcity.dsl.version}</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.teamcity</groupId> | ||
<artifactId>configs-dsl-kotlin-plugins</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
<type>pom</type> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<artifactId>kotlin-stdlib-jdk8</artifactId> | ||
<version>${kotlin.version}</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<artifactId>kotlin-script-runtime</artifactId> | ||
<version>${kotlin.version}</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
Oops, something went wrong.