-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Configuration for Machine Energy Capacity, Energy IO and Tank Capacity Updated Description and Mod Description Added Logo
- Loading branch information
1 parent
77aa4af
commit 585046e
Showing
29 changed files
with
1,061 additions
and
385 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 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Build Jar" type="GradleRunConfiguration" factoryName="Gradle"> | ||
<ExternalSystemSettings> | ||
<option name="executionName"/> | ||
<option name="externalProjectPath" value="$PROJECT_DIR$"/> | ||
<option name="externalSystemIdString" value="GRADLE"/> | ||
<option name="scriptParameters" value=""/> | ||
<option name="taskDescriptions"> | ||
<list/> | ||
</option> | ||
<option name="taskNames"> | ||
<list> | ||
<option value="build"/> | ||
</list> | ||
</option> | ||
<option name="vmOptions" value=""/> | ||
</ExternalSystemSettings> | ||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> | ||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> | ||
<DebugAllEnabled>false</DebugAllEnabled> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,27 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run Client" type="Application" factoryName="Application" singleton="false"> | ||
<envs> | ||
<env name="MOD_CLASSES" | ||
value="examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\resources\main;examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\classes\java\main"/> | ||
<env name="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<env name="MCP_VERSION" value="20210115.111550"/> | ||
<env name="FORGE_VERSION" value="36.1.18"/> | ||
<env name="assetIndex" value="1.16"/> | ||
<env name="assetDirectory" value="C:\Users\Afzal\.gradle\caches\forge_gradle\assets"/> | ||
<env name="nativesDirectory" value="$PROJECT_DIR$/../Simple-Machinery\build\natives"/> | ||
<env name="FORGE_GROUP" value="net.minecraftforge"/> | ||
<env name="target" value="fmluserdevclient"/> | ||
<env name="MC_VERSION" value="1.16.5"/> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<module name="Simple-Machinery.main"/> | ||
<option name="VM_PARAMETERS" | ||
value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump "-Dos.name=Windows 10" -Dos.version=10.0"/> | ||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run"/> | ||
<method v="2"> | ||
<option name="Make" enabled="true"/> | ||
<option name="Gradle.BeforeRunTask" enabled="true" tasks=":prepareRunClient" | ||
externalProjectPath="$PROJECT_DIR$"/> | ||
</method> | ||
</configuration> | ||
</component> |
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,25 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run Data" type="Application" factoryName="Application" singleton="false"> | ||
<envs> | ||
<env name="MOD_CLASSES" | ||
value="examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\resources\main;examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\classes\java\main"/> | ||
<env name="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<env name="MCP_VERSION" value="20210115.111550"/> | ||
<env name="FORGE_VERSION" value="36.1.18"/> | ||
<env name="FORGE_GROUP" value="net.minecraftforge"/> | ||
<env name="target" value="fmluserdevdata"/> | ||
<env name="MC_VERSION" value="1.16.5"/> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<module name="Simple-Machinery.main"/> | ||
<option name="PROGRAM_PARAMETERS" | ||
value="--mod examplemod --all --output C:\Users\Afzal\Mods\Simple-Machinery\src\generated\resources --existing C:\Users\Afzal\Mods\Simple-Machinery\src\main\resources"/> | ||
<option name="VM_PARAMETERS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run"/> | ||
<method v="2"> | ||
<option name="Make" enabled="true"/> | ||
<option name="Gradle.BeforeRunTask" enabled="true" tasks=":prepareRunData" | ||
externalProjectPath="$PROJECT_DIR$"/> | ||
</method> | ||
</configuration> | ||
</component> |
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 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run Server" type="Application" factoryName="Application" singleton="false"> | ||
<envs> | ||
<env name="MOD_CLASSES" | ||
value="examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\resources\main;examplemod%%$PROJECT_DIR$/../Simple-Machinery\build\classes\java\main"/> | ||
<env name="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<env name="MCP_VERSION" value="20210115.111550"/> | ||
<env name="FORGE_VERSION" value="36.1.18"/> | ||
<env name="FORGE_GROUP" value="net.minecraftforge"/> | ||
<env name="target" value="fmluserdevserver"/> | ||
<env name="MC_VERSION" value="1.16.5"/> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<module name="Simple-Machinery.main"/> | ||
<option name="VM_PARAMETERS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run"/> | ||
<method v="2"> | ||
<option name="Make" enabled="true"/> | ||
<option name="Gradle.BeforeRunTask" enabled="true" tasks=":prepareRunServer" | ||
externalProjectPath="$PROJECT_DIR$"/> | ||
</method> | ||
</configuration> | ||
</component> |
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
Oops, something went wrong.