game crashes with flans mod installed 1.12.2
CanisLRufus opened this issue ยท 5 comments
there is an issue when i installed flans mod with galaxy space wich just causes the game to crash
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
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();
}
SuphuricAcid i dont have in AsmodeusCore, it is in GalacticraftPlanets.
Crash log: https://pastebin.com/Njh2XymV