Galaxy Space [Addon for GalactiCraft]

Galaxy Space [Addon for GalactiCraft]

2M Downloads

game crashes with flans mod installed 1.12.2

CanisLRufus opened this issue ยท 5 comments

commented

there is an issue when i installed flans mod with galaxy space wich just causes the game to crash

commented

crash log?

commented

without Galaxy Space, but with Asmodeus Core worked?

commented

nope i tryed just the core without Galaxy space i get the same issue but with the core and the Galaxy space mod disabled the game started up with out any problems, it seems to be an issue with the core with flans mod but heres the crash report
crash-2019-01-07_13.31.56-client.txt

commented

Well... I check this problem:
I get crash with full disable AsmodeusCore.

Crash calls this piece of code:

		sulphuricAcid = new Fluid("sulphuricAcid", sulphuricAcidStill, sulphuricAcidFlowing).setTemperature(300).setViscosity(800);
		if(FluidRegistry.registerFluid(sulphuricAcid))
		{
			blockSulphuricAcid = new BlockSulphuricAcid(sulphuricAcid, Material.WATER).setTranslationKey("blockSulphuricAcid").setRegistryName("blockSulphuricAcid").setCreativeTab(tabApocalypse);
			sulphuricAcid.setBlock(blockSulphuricAcid);
			sulphuricAcid.setUnlocalizedName(blockSulphuricAcid.getTranslationKey());
			FluidRegistry.addBucketForFluid(sulphuricAcid);
		}
		else
		{
			sulphuricAcid = FluidRegistry.getFluid("sulphuricAcid");
			blockSulphuricAcid = sulphuricAcid.getBlock();
		}

https://github.com/FlansMods/FlansMod/blob/1.12.2/src/main/java/com/flansmod/apocalypse/common/FlansModApocalypse.java

SuphuricAcid i dont have in AsmodeusCore, it is in GalacticraftPlanets.
Crash log: https://pastebin.com/Njh2XymV

@radfast, @micdoodle8