Skip to content

Commit ed0679d

Browse files
Add files to mod
1 parent 47e2ab0 commit ed0679d

File tree

143 files changed

+11078
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+11078
-0
lines changed

.classpath

+67
Large diffs are not rendered by default.

.gitignore

+133
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,intellij
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=java,gradle,forgegradle,intellij
4+
5+
### ForgeGradle ###
6+
# Minecraft client/server files
7+
run/
8+
9+
### Intellij ###
10+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
11+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
12+
13+
# User-specific stuff
14+
.idea/**/workspace.xml
15+
.idea/**/tasks.xml
16+
.idea/**/usage.statistics.xml
17+
.idea/**/dictionaries
18+
.idea/**/shelf
19+
20+
# Generated files
21+
.idea/**/contentModel.xml
22+
23+
# Sensitive or high-churn files
24+
.idea/**/dataSources/
25+
.idea/**/dataSources.ids
26+
.idea/**/dataSources.local.xml
27+
.idea/**/sqlDataSources.xml
28+
.idea/**/dynamic.xml
29+
.idea/**/uiDesigner.xml
30+
.idea/**/dbnavigator.xml
31+
32+
# Gradle
33+
.idea/**/gradle.xml
34+
.idea/**/libraries
35+
36+
# Gradle and Maven with auto-import
37+
# When using Gradle or Maven with auto-import, you should exclude module files,
38+
# since they will be recreated, and may cause churn. Uncomment if using
39+
# auto-import.
40+
# .idea/artifacts
41+
# .idea/compiler.xml
42+
# .idea/jarRepositories.xml
43+
# .idea/modules.xml
44+
# .idea/*.iml
45+
# .idea/modules
46+
# *.iml
47+
# *.ipr
48+
49+
# CMake
50+
cmake-build-*/
51+
52+
# Mongo Explorer plugin
53+
.idea/**/mongoSettings.xml
54+
55+
# File-based project format
56+
*.iws
57+
58+
# IntelliJ
59+
out/
60+
61+
# mpeltonen/sbt-idea plugin
62+
.idea_modules/
63+
64+
# JIRA plugin
65+
atlassian-ide-plugin.xml
66+
67+
# Cursive Clojure plugin
68+
.idea/replstate.xml
69+
70+
# Crashlytics plugin (for Android Studio and IntelliJ)
71+
com_crashlytics_export_strings.xml
72+
crashlytics.properties
73+
crashlytics-build.properties
74+
fabric.properties
75+
76+
# Editor-based Rest Client
77+
.idea/httpRequests
78+
79+
# Android studio 3.1+ serialized cache file
80+
.idea/caches/build_file_checksums.ser
81+
82+
### Intellij Patch ###
83+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
84+
85+
# *.iml
86+
# modules.xml
87+
# .idea/misc.xml
88+
# *.ipr
89+
90+
# Sonarlint plugin
91+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
92+
.idea/**/sonarlint/
93+
94+
# SonarQube Plugin
95+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
96+
.idea/**/sonarIssues.xml
97+
98+
# Markdown Navigator plugin
99+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
100+
.idea/**/markdown-navigator.xml
101+
.idea/**/markdown-navigator-enh.xml
102+
.idea/**/markdown-navigator/
103+
104+
# Cache file creation bug
105+
# See https://youtrack.jetbrains.com/issue/JBR-2257
106+
.idea/$CACHE_FILE$
107+
108+
# CodeStream plugin
109+
# https://plugins.jetbrains.com/plugin/12206-codestream
110+
.idea/codestream.xml
111+
112+
### Java ###
1113
# Compiled class file
2114
*.class
3115

@@ -21,3 +133,24 @@
21133

22134
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23135
hs_err_pid*
136+
137+
### Gradle ###
138+
.gradle
139+
build/
140+
141+
# Ignore Gradle GUI config
142+
gradle-app.setting
143+
144+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
145+
!gradle-wrapper.jar
146+
147+
# Cache of project
148+
.gradletasknamecache
149+
150+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
151+
# gradle/wrapper/gradle-wrapper.properties
152+
153+
### Gradle Patch ###
154+
**/build/
155+
156+
# End of https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,intellij

.idea/forge-1.7.10-10.13.4.1558-1.7.10-src.iml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>forge-1.7.10-10.13.4.1558-1.7.10-src</name>
4+
<comment>Project forge-1.7.10-10.13.4.1558-1.7.10-src created by Buildship.</comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
connection.project.dir=
2+
eclipse.preferences.version=1

.settings/org.eclipse.jdt.core.prefs

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
#Sun Feb 14 11:02:35 PST 2021
3+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
4+
org.eclipse.jdt.core.compiler.compliance=1.6
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
7+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
8+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
9+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
10+
eclipse.preferences.version=1
11+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12+
org.eclipse.jdt.core.compiler.source=1.6
13+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

CREDITS-fml.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
This is Forge Mod Loader.
2+
3+
You can find the source code at all times at https://github.com/MinecraftForge/FML
4+
5+
This minecraft mod is a clean open source implementation of a mod loader for minecraft servers
6+
and minecraft clients.
7+
8+
The code is authored by cpw.
9+
10+
It began by partially implementing an API defined by the client side ModLoader, authored by Risugami.
11+
http://www.minecraftforum.net/topic/75440-
12+
This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader.
13+
14+
It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge.
15+
http://www.minecraftforge.net/
16+
17+
Additionally, it contains an implementation of topological sort based on that
18+
published at http://keithschwarz.com/interesting/code/?dir=topological-sort
19+
20+
It also contains code from the Maven project for performing versioned dependency
21+
resolution. http://maven.apache.org/
22+
23+
It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/
24+
with credit to it's authors.
25+
26+
Forge Mod Loader downloads components from the Minecraft Coder Pack
27+
(http://mcp.ocean-labs.de/index.php/Main_Page) with kind permission from the MCP team.
28+

0 commit comments

Comments
 (0)