-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The boiler is now capable of outputting Mekanism Steam when prompted to do so by a gas extracting device (such as a Pressurized Tube set to pull). I've yet to add support for inputting gas as fuel, though.
- Loading branch information
gazotti
committed
Apr 20, 2021
1 parent
5b3be5a
commit d5193d2
Showing
24 changed files
with
547 additions
and
391 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
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
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
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 |
---|---|---|
@@ -1,20 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="MCP_MAPPINGS" value="snapshot_20201028-1.16.3"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="FORGE_VERSION" value="36.0.43"/> | ||
<mapEntry key="assetIndex" value="1.16"/> | ||
<mapEntry key="assetDirectory" value="/home/kili/.gradle/caches/forge_gradle/assets"/> | ||
<mapEntry key="nativesDirectory" value="/home/kili/linuxpog/Borkler/build/natives"/> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="target" value="fmluserdevclient"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
</mapAttribute> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="FORGE_VERSION" value="36.1.0"/> | ||
<mapEntry key="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="assetDirectory" value="/home/kili/.gradle/caches/forge_gradle/assets"/> | ||
<mapEntry key="assetIndex" value="1.16"/> | ||
<mapEntry key="nativesDirectory" value="/home/kili/linuxpog/Borkler/build/natives"/> | ||
<mapEntry key="target" value="fmluserdevclient"/> | ||
</mapAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
</launchConfiguration> |
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--mod borkler --all --output /home/kili/linuxpog/Borkler/src/generated/resources --existing /home/kili/linuxpog/Borkler/src/main/resources"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="MCP_MAPPINGS" value="snapshot_20201028-1.16.3"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="FORGE_VERSION" value="36.0.43"/> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="target" value="fmluserdevdata"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
</mapAttribute> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="FORGE_VERSION" value="36.1.0"/> | ||
<mapEntry key="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="target" value="fmluserdevdata"/> | ||
</mapAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--mod borkler --all --output /home/kili/linuxpog/Borkler/src/generated/resources --existing /home/kili/linuxpog/Borkler/src/main/resources"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
</launchConfiguration> |
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="MCP_MAPPINGS" value="snapshot_20201028-1.16.3"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="FORGE_VERSION" value="36.0.43"/> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="target" value="fmluserdevserver"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
</mapAttribute> | ||
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | ||
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/> | ||
<mapEntry key="FORGE_VERSION" value="36.1.0"/> | ||
<mapEntry key="MCP_MAPPINGS" value="official_1.16.5"/> | ||
<mapEntry key="MCP_VERSION" value="20210115.111550"/> | ||
<mapEntry key="MC_VERSION" value="1.16.5"/> | ||
<mapEntry key="MOD_CLASSES" value="borkler%%/home/kili/linuxpog/Borkler/bin/main:borkler%%/home/kili/linuxpog/Borkler/bin/main"/> | ||
<mapEntry key="target" value="fmluserdevserver"/> | ||
</mapAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Borkler"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=REGISTRIES"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/kili/linuxpog/Borkler/run"/> | ||
</launchConfiguration> |
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.