This file contains hidden or 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
| #loader contenttweaker | |
| import mods.contenttweaker.VanillaFactory; | |
| import mods.contenttweaker.Fluid; | |
| import mods.contenttweaker.Color; | |
| import mods.contenttweaker.Item; | |
| var chlorine = VanillaFactory.createFluid("chlorine", Color.fromHex("D9FF52")); | |
| var sodiumChlorideSolution = VanillaFactory.createFluid("sodium_chloride_solution", Color.fromHex("F0F0F0")); | |
| var chloramine = VanillaFactory.createFluid("chloramine", Color.fromHex("FFF6B2")); | |
| var ammoniumChlorideSolution = VanillaFactory.createFluid("ammonium_chloride_solution", Color.fromHex("EAEAEA")); |
This file contains hidden or 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
| import mods.nuclearcraft.electrolyser; | |
| import mods.nuclearcraft.dissolver; | |
| import mods.nuclearcraft.chemical_reactor; | |
| import mods.nuclearcraft.salt_mixer; | |
| dissolver.addRecipe([<harvestcraft:saltitem>, <liquid:water>*1000, <liquid:sodium_chloride_solution>*666]); | |
| electrolyser.addRecipe([<liquid:sodium_chloride_solution>*1000, <liquid:sodium_hydroxide_solution>*500, <liquid:hydrogen>*500, <liquid:chlorine>*500, null]); | |
| chemical_reactor.addRecipe([<liquid:ammonia>*1000, <liquid:chlorine>*1000, <liquid:chloramine>*1000, <liquid:ammonium_chloride_solution>*1000]); | |
| chemical_reactor.addRecipe([<liquid:chloramine>*1000, <liquid:ammonia>*1000, <liquid:hydrazine>*1000, <liquid:hydrochloric_acid>*1000]); | |
| salt_mixer.addRecipe([<liquid:nitric_acid>*1000, <liquid:hydrazine>*1000, <liquid:rocketfuel>*1000]); |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| [20:37:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [20:37:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [20:37:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [20:37:07] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading | |
| [20:37:07] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_201\jre | |
| [20:37:07] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed! | |
| [20:37:07] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed! | |
| [20:37:07] [main/INFO] [FML]: Searching F:\MultiMC instances\Ad-Astra-Per-Nucleon-0.7-Alpha\minecraft\mods for mods | |
| [20:37:07] [main/WARN] [FML]: Found FMLCorePl |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| [18:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [18:59:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [18:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [18:59:30] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2757 for Minecraft 1.12.2 loading | |
| [18:59:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_181 | |
| [18:59:31] [main/INFO] [FML]: Searching C:\Users\Chris\Documents\Curse\Minecraft\Instances\Sjin Craft\mods for mods | |
| [18:59:31] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b156.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [18:59:31] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion an |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| [15:04:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:04:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:04:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:04:19] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2757 for Minecraft 1.12.2 loading | |
| [15:04:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_181 | |
| [15:04:20] [main/INFO] [FML]: Searching C:\Users\Chris\Downloads\mmc-stable-win32\MultiMC\instances\Sjincraft 1.2.1\minecraft\mods for mods | |
| [15:04:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b156.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [15:04:20] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does |