All Projects → TheGrimSilence → Minecraft-Forge-1.12.2

TheGrimSilence / Minecraft-Forge-1.12.2

Licence: other
Source files for Minecraft 1.12.2, since it's rather hard to find.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Minecraft-Forge-1.12.2

Spy-Quiz
Hacker Challenge 👾
Stars: ✭ 17 (-62.22%)
Mutual labels:  source-code
I-CTF-FWHIBBIT
Challenges source code
Stars: ✭ 41 (-8.89%)
Mutual labels:  source-code
Tomcat7.0.67
学习tomcat(7.0.67)源码
Stars: ✭ 17 (-62.22%)
Mutual labels:  source-code
L4D2-Plugins
L4D2 Competitive enhancement, bug/glitch fixes, general purpose and freaky-fun plugins.
Stars: ✭ 64 (+42.22%)
Mutual labels:  source-code
android-source-codes
⚙️ Code analysis of common Android projects and components.
Stars: ✭ 59 (+31.11%)
Mutual labels:  source-code
VarCLR
VarCLR: Variable Semantic Representation Pre-training via Contrastive Learning
Stars: ✭ 30 (-33.33%)
Mutual labels:  source-code
CodeDepot
A search engine for programming source code and documentation
Stars: ✭ 18 (-60%)
Mutual labels:  source-code
spiral
A Python 3 module that provides functions for splitting identifiers found in source code files.
Stars: ✭ 37 (-17.78%)
Mutual labels:  source-code
TOSView
Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes
Stars: ✭ 29 (-35.56%)
Mutual labels:  source-code
apollo
Advanced similarity and duplicate source code proof of concept for our research efforts.
Stars: ✭ 49 (+8.89%)
Mutual labels:  source-code
BP-Network
Multi-Classification on dataset of MNIST
Stars: ✭ 72 (+60%)
Mutual labels:  source-code
fnf-week-7-code
Friday Night Funkin' Week 7 HTML5 Code Rip
Stars: ✭ 29 (-35.56%)
Mutual labels:  source-code
errata
Source code error pretty printing
Stars: ✭ 41 (-8.89%)
Mutual labels:  source-code
pysourcenote
Python源码学习笔记
Stars: ✭ 45 (+0%)
Mutual labels:  source-code
badlion-src
Source Code of the 2.0.0-v-beta Badlion Client (no BAC included)
Stars: ✭ 39 (-13.33%)
Mutual labels:  source-code
Java-Interview-Programs
Core Java Projects with complete source code
Stars: ✭ 48 (+6.67%)
Mutual labels:  source-code
phpBolt
Best php encoder - free | Encrypt php source code
Stars: ✭ 113 (+151.11%)
Mutual labels:  source-code
mazes-for-programmers-js
Javascript porting of the original source code(Ruby) of the book <Mazes For Programmers>, Jamis Buck. Not Official.
Stars: ✭ 26 (-42.22%)
Mutual labels:  source-code
Enhance
Add API information (since/deprecation) to Android source code as javadoc tags
Stars: ✭ 79 (+75.56%)
Mutual labels:  source-code
tea-notes
Source code for Tea Notes app. Built with React Native. Search "Tea Notes" to download in app store.
Stars: ✭ 14 (-68.89%)
Mutual labels:  source-code

Source installation information for modders

This code follows the Minecraft Forge installation methodology. It will apply some small patches to the vanilla MCP source code, giving you and it access to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka srgnames) - this means that you will not be able to read them directly against normal code.

Source pack installation information:

Standalone source installation

See the Forge Documentation online for more detailed instructions.

  1. Open your command-line and browse to the folder where you extracted the zip file.

  2. You're left with a choice. Eclipse

    1. Run the following command: "gradlew genEclipseRuns" (./gradlew genEclipseRuns if you are on Mac/Linux)

    2. Open Eclipse, Import > Existing Gradle Project > Select Folder or run "gradlew eclipse" to generate the project. (Current Issue)

    3. Open Project > Run/Debug Settings > Edit runClient and runServer > Environment

    4. Edit MOD_CLASSES to show [modid]%%[Path]; 2 times rather then the generated 4.

    IntelliJ IDEA

    1. Open IDEA, and import project.

    2. Select your build.gradle file and have it import.

    3. Run the following command: "gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)

    4. Refresh the Gradle Project in IDEA if required.

    Visual Studio Code

    1. Open project root in Code.

    2. Assuming you have Gradle Tasks, in the activity bar: Gradle > Gradle Tasks > [this project] > fg_runs > genVSCodeRuns

    3. Restart VS Code if required.

If at any point you are missing libraries in your IDE, or you've run into problems you can run "gradlew --refresh-dependencies" to refresh the local cache. "gradlew clean" to reset everything {this does not affect your code} and then start the process again.

Should it still not work, Refer to #ForgeGradle on EsperNet for more information about the gradle environment. or the Forge Project Discord

Forge source installation

MinecraftForge ships with this code and installs it as part of the forge installation process, no further action is required on your part.

For more details update more often refer to the Forge Forums

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].