Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Biomes aren't registered? #210

Open
WickedGlitch opened this issue Aug 15, 2024 · 2 comments
Open

[Bug]: Biomes aren't registered? #210

WickedGlitch opened this issue Aug 15, 2024 · 2 comments
Assignees
Labels
[Attribute] Bug Report [Status] Triage Requires review for validity and severity if the issue is valid

Comments

@WickedGlitch
Copy link

Forge Version

14.23.5.2859

Galacticraft Version

4.06

Log or Crash Report

TLDR;
According to the log, the biomes for galacticraft are not registered in the biome dictionary. This caused my game to crash trying to create particles from liquids like lava or water. There any way I can register these biomes myself or is this something that needs to be fixed by the mod devs?

--- Minecraft Crash Report ----

WARNING: coremods are present:
MixinBooter (!mixinbooter-8.3.jar)
Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)
LoadingPlugin (gcg-1.1.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
AssetMover (assetmover-2.5.jar)
SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar)
Fluidlogged API Plugin (Fluidlogged-API-v2.2.4-mc1.12.2.jar)
Subaquatic Plugin (Subaquatic-v1.1.0-mc1.12.2.jar)
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 8/14/24 9:52 PM
Description: Exception while adding particle

java.lang.IllegalArgumentException: Cannot add types to unregistered biome micdoodle8.mods.galacticraft.planets.mars.world.gen.BiomeGenFlatMars@32a02607
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:191)
at net.minecraftforge.common.BiomeDictionary.addTypes(BiomeDictionary.java:185)
at net.minecraftforge.common.BiomeDictionary.makeBestGuess(BiomeDictionary.java:296)
at net.minecraftforge.common.BiomeDictionary.ensureHasTypes(BiomeDictionary.java:382)
at net.minecraftforge.common.BiomeDictionary.getTypes(BiomeDictionary.java:217)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.lambda$getSurfaceColor$3(SubaquaticWaterColorConfig.java:111)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.computeIfAbsentSafe(SubaquaticWaterColorConfig.java:145)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.getSurfaceColor(SubaquaticWaterColorConfig.java:100)
at git.jbredwards.subaquatic.mod.client.ClientEventHandler.applyWaterSurfaceColor(ClientEventHandler.java:66)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_302_ClientEventHandler_applyWaterSurfaceColor_GetWaterColor.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.biome.Biome.getWaterColorMultiplier(Biome.java:416)
at net.minecraft.world.biome.Biome.func_185361_o(Biome.java:397)
at micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive.func_185361_o(BiomeAdaptive.java:321)
at net.minecraft.world.biome.BiomeColorHelper$3.func_180283_a(SourceFile:26)
at net.minecraft.world.biome.BiomeColorHelper.func_180285_a(SourceFile:36)
at net.minecraft.world.biome.BiomeColorHelper.func_180288_c(SourceFile:55)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.getParticleColorAt(SubaquaticWaterColorConfig.java:175)
at git.jbredwards.subaquatic.mod.client.particle.factory.ParticleFactoryColorize.func_178902_a(ParticleFactoryColorize.java:42)
at git.jbredwards.subaquatic.mod.Subaquatic.lambda$initClient$4(Subaquatic.java:224)
at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:142)
at net.minecraft.client.renderer.RenderGlobal.func_190571_b(RenderGlobal.java:2188)
at net.minecraft.client.renderer.RenderGlobal.func_190570_a(RenderGlobal.java:2131)
at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2124)
at net.minecraft.world.World.func_175720_a(World.java:1169)
at net.minecraft.world.World.func_175688_a(World.java:1148)
at net.minecraft.entity.Entity.func_71061_d_(Entity.java:1249)
at net.minecraft.entity.player.EntityPlayer.func_71061_d_(EntityPlayer.java:1958)
at net.minecraft.entity.Entity.func_70072_I(Entity.java:1216)
at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:199)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:896)
at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java:1054)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70091_d(GCEntityClientPlayerMP.java:379)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1958)
at net.minecraft.entity.player.EntityPlayer.handler$zco000$AquaAcrobatics_1_15_3$travel(EntityPlayer.java:3832)
at net.minecraft.entity.player.EntityPlayer.func_191986_a(EntityPlayer.java)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:513)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:1011)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:365)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:181)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:387)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
at net.minecraft.world.World.func_72939_s(World.java:1762)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

(MixinBooter) Mixins in Stacktrace:
net.minecraft.client.entity.EntityPlayerSP:
com.supermartijn642.core.mixin.ClientPlayerEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
com.fuzs.aquaacrobatics.core.mixin.client.EntityPlayerSPMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
net/minecraft/entity/player/EntityPlayer:
com.fuzs.aquaacrobatics.core.mixin.EntityPlayerMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.PlayerEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/EntityLivingBase:
com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
stevekung.mods.moreplanets.core.mixin.MixinEntityLivingBase (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/Entity:
stevekung.mods.moreplanets.core.mixin.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
stevekung.mods.moreplanets.core.mixin.magma.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
net.minecraft.entity.Entity:
stevekung.mods.moreplanets.core.mixin.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
stevekung.mods.moreplanets.core.mixin.magma.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
net.minecraft.world.World:
stevekung.mods.stevekunglib.mixin.WorldMixin (mixins.stevekung's_lib.json) [SteveKunG's-Lib-mc1.12.2-v1.3.0.jar]
net.minecraft.world.biome.BiomeColorHelper$3:
com.fuzs.aquaacrobatics.core.mixin.BiomeColorHelperMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP:
com.fuzs.aquaacrobatics.core.galacticraft.mixin.GCEntityClientPlayerMPMixin (META-INF/mixins.aquaacrobatics.galacticraft.json) [AquaAcrobatics-1.15.3.jar]
net/minecraft/client/entity/EntityPlayerSP:
com.supermartijn642.core.mixin.ClientPlayerEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
com.fuzs.aquaacrobatics.core.mixin.client.EntityPlayerSPMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
net/minecraft/entity/player/EntityPlayer:
com.fuzs.aquaacrobatics.core.mixin.EntityPlayerMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.PlayerEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/EntityLivingBase:
com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
stevekung.mods.moreplanets.core.mixin.MixinEntityLivingBase (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/Entity:
stevekung.mods.moreplanets.core.mixin.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
stevekung.mods.moreplanets.core.mixin.magma.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
net.minecraft.entity.EntityLivingBase:
com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
stevekung.mods.moreplanets.core.mixin.MixinEntityLivingBase (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/Entity:
stevekung.mods.moreplanets.core.mixin.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
stevekung.mods.moreplanets.core.mixin.magma.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
net.minecraft.entity.player.EntityPlayer:
com.fuzs.aquaacrobatics.core.mixin.EntityPlayerMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.PlayerEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/EntityLivingBase:
com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
stevekung.mods.moreplanets.core.mixin.MixinEntityLivingBase (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
net/minecraft/entity/Entity:
stevekung.mods.moreplanets.core.mixin.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [_supermartijn642corelib-1.1.17-forge-mc1.12.jar]
stevekung.mods.moreplanets.core.mixin.magma.MixinEntity (mixins.more_planets.json) [More-Planets-1.12.2-2.3.2-GC4.0.5.jar]
net.minecraft.world.biome.Biome:
com.fuzs.aquaacrobatics.core.mixin.BiomeMixin (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]
net.minecraftforge.fml.common.eventhandler.EventBus:
com.fuzs.aquaacrobatics.core.mixin.accessor.IEventBusAccessor (META-INF/mixins.aquaacrobatics.json) [AquaAcrobatics-1.15.3.jar]

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:191)
at net.minecraftforge.common.BiomeDictionary.addTypes(BiomeDictionary.java:185)
at net.minecraftforge.common.BiomeDictionary.makeBestGuess(BiomeDictionary.java:296)
at net.minecraftforge.common.BiomeDictionary.ensureHasTypes(BiomeDictionary.java:382)
at net.minecraftforge.common.BiomeDictionary.getTypes(BiomeDictionary.java:217)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.lambda$getSurfaceColor$3(SubaquaticWaterColorConfig.java:111)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.computeIfAbsentSafe(SubaquaticWaterColorConfig.java:145)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.getSurfaceColor(SubaquaticWaterColorConfig.java:100)
at git.jbredwards.subaquatic.mod.client.ClientEventHandler.applyWaterSurfaceColor(ClientEventHandler.java:66)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_302_ClientEventHandler_applyWaterSurfaceColor_GetWaterColor.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.biome.Biome.getWaterColorMultiplier(Biome.java:416)
at net.minecraft.world.biome.Biome.func_185361_o(Biome.java:397)
at micdoodle8.mods.galacticraft.api.prefab.world.gen.BiomeAdaptive.func_185361_o(BiomeAdaptive.java:321)
at net.minecraft.world.biome.BiomeColorHelper$3.func_180283_a(SourceFile:26)
at net.minecraft.world.biome.BiomeColorHelper.func_180285_a(SourceFile:36)
at net.minecraft.world.biome.BiomeColorHelper.func_180288_c(SourceFile:55)
at git.jbredwards.subaquatic.mod.common.config.SubaquaticWaterColorConfig.getParticleColorAt(SubaquaticWaterColorConfig.java:175)
at git.jbredwards.subaquatic.mod.client.particle.factory.ParticleFactoryColorize.func_178902_a(ParticleFactoryColorize.java:42)
at git.jbredwards.subaquatic.mod.Subaquatic.lambda$initClient$4(Subaquatic.java:224)
at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:142)
at net.minecraft.client.renderer.RenderGlobal.func_190571_b(RenderGlobal.java:2188)

-- Particle being added --
Details:
ID: 4
Parameters: [I@6e20f4de
Position: -2045.71,18.92,2481.19 - World: (-2046,18,2481), Chunk: (at 2,1,1 in -128,155; contains blocks -2048,0,2480 to -2033,255,2495), Region: (-4,4; contains chunks -128,128 to -97,159, blocks -2048,0,2048 to -1537,255,2559)
Stacktrace:
at net.minecraft.client.renderer.RenderGlobal.func_190570_a(RenderGlobal.java:2131)
at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2124)
at net.minecraft.world.World.func_175720_a(World.java:1169)
at net.minecraft.world.World.func_175688_a(World.java:1148)
at net.minecraft.entity.Entity.func_71061_d_(Entity.java:1249)
at net.minecraft.entity.player.EntityPlayer.func_71061_d_(EntityPlayer.java:1958)
at net.minecraft.entity.Entity.func_70072_I(Entity.java:1216)
at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:199)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:896)
at net.minecraft.client.entity.EntityPlayerSP.func_70091_d(EntityPlayerSP.java:1054)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70091_d(GCEntityClientPlayerMP.java:379)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1958)
at net.minecraft.entity.player.EntityPlayer.handler$zco000$AquaAcrobatics_1_15_3$travel(EntityPlayer.java:3832)
at net.minecraft.entity.player.EntityPlayer.func_191986_a(EntityPlayer.java)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:513)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:1011)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:365)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:181)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:387)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)

-- Entity being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 241
Entity Name: AltsInTrenchcoat
Entity's Exact location: -2045.77, 19.00, 2481.04
Entity's Block location: World: (-2046,19,2481), Chunk: (at 2,1,1 in -128,155; contains blocks -2048,0,2480 to -2033,255,2495), Region: (-4,4; contains chunks -128,128 to -97,159, blocks -2048,0,2048 to -1537,255,2559)
Entity's Momentum: -0.21, -0.02, 0.18
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1762)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['AltsInTrenchcoat'/241, l='MpServer', x=-2045.77, y=19.00, z=2481.04]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (232,64,172), Chunk: (at 8,4,12 in 14,10; contains blocks 224,0,160 to 239,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9255690 game time, 14325 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 49 total; [EntityEvolvedSkeleton['Evolved Skeleton'/295941, l='MpServer', x=-2086.50, y=63.00, z=2483.50], EntityEvolvedCreeper['Evolved Creeper'/295936, l='MpServer', x=-2116.50, y=94.00, z=2489.50], EntityEvolvedCreeper['Evolved Creeper'/295188, l='MpServer', x=-2014.50, y=8.00, z=2467.50], EntityEvolvedSkeleton['Evolved Skeleton'/295956, l='MpServer', x=-2022.50, y=7.00, z=2542.50], EntityEvolvedEnderman['Evolved Enderman'/294160, l='MpServer', x=-2061.01, y=31.00, z=2444.88], EntityEvolvedEnderman['Evolved Enderman'/295952, l='MpServer', x=-2040.52, y=92.00, z=2534.45], EntityEvolvedZombie['Evolved Zombie'/295954, l='MpServer', x=-2052.57, y=57.00, z=2497.48], EntityEvolvedSkeleton['Evolved Skeleton'/295955, l='MpServer', x=-2023.50, y=7.00, z=2540.50], EntityEvolvedEnderman['Evolved Enderman'/295326, l='MpServer', x=-2072.29, y=32.00, z=2469.50], EntityEvolvedSpider['Evolved Spider'/295966, l='MpServer', x=-2122.01, y=93.00, z=2494.02], EntityEvolvedSkeleton['Evolved Skeleton'/295961, l='MpServer', x=-2122.50, y=92.00, z=2510.50], EntityEvolvedEnderman['Evolved Enderman'/295717, l='MpServer', x=-2094.34, y=29.00, z=2472.50], EntityEvolvedEnderman['Evolved Enderman'/294823, l='MpServer', x=-2061.52, y=35.00, z=2478.19], EntityEvolvedEnderman['Evolved Enderman'/295719, l='MpServer', x=-2110.50, y=38.00, z=2467.50], EntityEvolvedZombie['Evolved Zombie'/295713, l='MpServer', x=-2094.50, y=32.00, z=2476.50], EntityEvolvedEnderman['Evolved Enderman'/295714, l='MpServer', x=-2096.50, y=32.00, z=2476.50], EntityEvolvedSpider['Evolved Spider'/295331, l='MpServer', x=-2106.50, y=56.00, z=2459.50], EntityEvolvedZombie['Evolved Zombie'/295971, l='MpServer', x=-2079.50, y=28.00, z=2487.50], EntityEvolvedZombie['Evolved Zombie'/295980, l='MpServer', x=-2108.50, y=15.00, z=2494.50], EntityEvolvedSkeleton['Evolved Skeleton'/295981, l='MpServer', x=-2106.50, y=15.00, z=2493.50], EntityEvolvedCreeper['Evolved Creeper'/295854, l='MpServer', x=-2071.50, y=13.00, z=2554.50], EntityEvolvedSkeleton['Evolved Skeleton'/295858, l='MpServer', x=-2048.50, y=18.00, z=2555.50], EntityEvolvedZombie['Evolved Zombie'/294970, l='MpServer', x=-2064.50, y=11.00, z=2481.30], EntityXPOrb['Experience Orb'/296000, l='MpServer', x=-2031.38, y=19.00, z=2468.97], EntityXPOrb['Experience Orb'/296001, l='MpServer', x=-2031.75, y=18.00, z=2468.31], GCEntityClientPlayerMP['AltsInTrenchcoat'/241, l='MpServer', x=-2045.77, y=19.00, z=2481.04], EntityEvolvedZombie['Evolved Zombie'/295885, l='MpServer', x=-2053.50, y=15.00, z=2522.50], EntityEvolvedZombie['Evolved Zombie'/295112, l='MpServer', x=-2096.50, y=86.00, z=2439.50], EntityEvolvedZombie['Evolved Zombie'/295113, l='MpServer', x=-2093.50, y=86.00, z=2438.50], EntityEvolvedSpider['Evolved Spider'/295882, l='MpServer', x=-2101.50, y=94.00, z=2489.50], EntityEvolvedSkeleton['Evolved Skeleton'/294996, l='MpServer', x=-2041.78, y=27.00, z=2440.51], EntityEvolvedSkeleton['Evolved Skeleton'/294997, l='MpServer', x=-2055.94, y=32.00, z=2447.57], EntityEvolvedEnderman['Evolved Enderman'/295249, l='MpServer', x=-2022.50, y=78.00, z=2408.50], EntityEvolvedZombie['Evolved Zombie'/294995, l='MpServer', x=-2061.70, y=31.00, z=2444.07], EntityEvolvedEnderman['Evolved Enderman'/294748, l='MpServer', x=-2044.32, y=18.00, z=2545.50], EntityEvolvedZombie['Evolved Zombie'/295647, l='MpServer', x=-2097.50, y=30.00, z=2467.30], EntityEvolvedEnderman['Evolved Enderman'/294884, l='MpServer', x=-2088.50, y=34.00, z=2459.00], EntityEvolvedSpider['Evolved Spider'/296036, l='MpServer', x=-1986.50, y=91.00, z=2425.50], EntityEvolvedEnderman['Evolved Enderman'/295781, l='MpServer', x=-2100.50, y=85.00, z=2418.50], EntityEvolvedCreeper['Evolved Creeper'/295910, l='MpServer', x=-2058.47, y=90.00, z=2445.23], EntityEvolvedCreeper['Evolved Creeper'/295776, l='MpServer', x=-2069.76, y=19.00, z=2430.65], EntityEvolvedSpider['Evolved Spider'/295906, l='MpServer', x=-2116.50, y=95.00, z=2481.50], EntityEvolvedZombie['Evolved Zombie'/296034, l='MpServer', x=-1988.50, y=91.00, z=2422.50], EntityEvolvedEnderman['Evolved Enderman'/294883, l='MpServer', x=-2092.40, y=34.00, z=2454.48], EntityEvolvedSpider['Evolved Spider'/296035, l='MpServer', x=-1989.50, y=91.00, z=2426.50], EntityEvolvedCreeper['Evolved Creeper'/294254, l='MpServer', x=-2062.35, y=33.00, z=2471.65], EntityEvolvedZombie['Evolved Zombie'/295273, l='MpServer', x=-2055.73, y=36.00, z=2491.50], EntityEvolvedZombie['Evolved Zombie'/296053, l='MpServer', x=-2050.50, y=91.00, z=2442.50], EntityItem['item.item.raw_desh'/295419, l='MpServer', x=-2047.88, y=47.00, z=2461.88]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 6.5.5-zen1-1-zen
Java Version: 1.8.0_202, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1538338280 bytes (1467 MB) / 4395630592 bytes (4192 MB) up to 9126805504 bytes (8704 MB)
JVM Flags: 8 total; -Xmx8704M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 78, allocated: 1, tallocated: 14
FML: MCP 9.42 Powered by Forge 14.23.5.2859 61 mods loaded, 61 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                     | Version           | Source                                          | Signature                                |
|:------ |:---------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft              | 1.12.2            | minecraft.jar                                   | None                                     |
| LCHIJA | mcp                    | 9.42              | minecraft.jar                                   | None                                     |
| LCHIJA | FML                    | 8.0.99.99         | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                  | 14.23.5.2859      | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | assetmover             | 2.5               | minecraft.jar                                   | None                                     |
| LCHIJA | micdoodlecore          | 4.0.6             | minecraft.jar                                   | None                                     |
| LCHIJA | mixinbooter            | 8.3               | minecraft.jar                                   | None                                     |
| LCHIJA | opencomputers|core     | 1.7.5.192         | minecraft.jar                                   | None                                     |
| LCHIJA | supermartijn642corelib | 1.1.17            | _supermartijn642corelib-1.1.17-forge-mc1.12.jar | None                                     |
| LCHIJA | aquaacrobatics         | 1.15.3            | AquaAcrobatics-1.15.3.jar                       | None                                     |
| LCHIJA | bettercaves            | 1.12.2            | bettercaves-1.12.2-2.0.4.jar                    | None                                     |
| LCHIJA | biomesoplenty          | 7.0.1.2441        | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar   | None                                     |
| LCHIJA | codechickenlib         | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | coloredlights          | 1.12.2-1.2.2      | coloredlights-1.12.2-1.2.2.jar                  | None                                     |
| LCHIJA | fusion                 | 1.1.1             | fusion-1.1.1-forge-mc1.12.jar                   | None                                     |
| LCHIJA | connectedglass         | 1.1.11a           | connectedglass-1.1.11a-forge-mc1.12.jar         | None                                     |
| LCHIJA | coralreef              | 2.0               | CoralReef-2.5-1.12.2.jar                        | None                                     |
| LCHIJA | crafttweaker           | 4.1.20            | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| LCHIJA | ctgui                  | 1.0.0             | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| LCHIJA | jei                    | 4.16.1.302        | jei_1.12.2-4.16.1.302.jar                       | None                                     |
| LCHIJA | crafttweakerjei        | 2.0.3             | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| LCHIJA | ctm                    | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
| LCHIJA | custommainmenu         | 2.0.9.1           | CustomMainMenu-MC1.12.2-2.0.9.1.jar             | None                                     |
| LCHIJA | dragonmounts           | 1.12.2-1.6.4      | DragonMounts3-1.12.2-1.6.4.jar                  | None                                     |
| LCHIJA | dynamictrees           | 1.12.2-0.9.29     | DynamicTrees-1.12.2-0.9.29.jar                  | None                                     |
| LCHIJA | dynamictreesbop        | 1.12.2-1.5.1      | DynamicTreesBOP-1.12.2-1.5.1.jar                | None                                     |
| LCHIJA | ebwizardry             | 4.3.14            | ElectroblobsWizardry-4.3.14.jar                 | None                                     |
| LCHIJA | exoticbirds            | 1.0               | Exotic+Birds+1.12.2-3.2.0.jar                   | None                                     |
| LCHIJA | fluidlogged_api        | 2.2.4             | Fluidlogged-API-v2.2.4-mc1.12.2.jar             | None                                     |
| LCHIJA | forgemultipartcbe      | 2.6.2.83          | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | microblockcbe          | 2.6.2.83          | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
| LCHIJA | minecraftmultipartcbe  | 2.6.2.83          | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
| LCHIJA | cfm                    | 6.3.0             | furniture-6.3.2-1.12.2.jar                      | None                                     |
| LCHIJA | galacticraftcore       | 4.0.6             | Galacticraft-1.12.2-4.0.6.jar                   | None                                     |
| LCHIJA | galacticraftplanets    | 4.0.6             | Galacticraft-1.12.2-4.0.6.jar                   | None                                     |
| LCHIJA | opencomputers          | 1.7.5.192         | OpenComputers-MC1.12.2-1.7.5.192.jar            | None                                     |
| LCHIJA | galacticcomputers      | 1.0.0             | GalacticComputers-1.0.0.jar                     | None                                     |
| LCHIJA | galacticrafttweaker    | 1.12.2-1.0.3      | GalacticraftTweaker-1.12.2-1.0.3.jar            | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCHIJA | gcg                    | 1.1               | gcg-1.1.jar                                     | None                                     |
| LCHIJA | gravestone             | 1.10.3            | gravestone-1.10.3.jar                           | None                                     |
| LCHIJA | horse_colors           | 1.12.2-1.2.6      | horse_colors-1.12.2-1.3.6.a.jar                 | None                                     |
| LCHIJA | journeymap             | 1.12.2-5.7.1      | journeymap-1.12.2-5.7.1.jar                     | None                                     |
| LCHIJA | light                  | 1.0.0             | light_blocks_from_1.17(1.0.0_1.12.2).jar        | None                                     |
| LCHIJA | stevekung's_lib        | 1.3.0             | SteveKunG's-Lib-mc1.12.2-v1.3.0.jar             | None                                     |
| LCHIJA | moreplanets            | 2.3.2             | More-Planets-1.12.2-2.3.2-GC4.0.5.jar           | None                                     |
| LCHIJA | naturescompass         | 1.8.5             | NaturesCompass-1.12.2-1.8.5.jar                 | None                                     |
| LCHIJA | newwalls               | 1.0.0             | NewWalls-1.12.2-1.0.0.jar                       | None                                     |
| LCHIJA | notenoughpets          | 2.3.6             | NotEnoughPets-1.12.2-2.3.6.jar                  | None                                     |
| LCHIJA | guilib                 | $version          | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar   | None                                     |
| LCHIJA | paintingselgui         | $version          | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar   | None                                     |
| LCHIJA | redstoneflux           | 2.1.1             | RedstoneFlux-1.12-2.1.1.1-universal.jar         | None                                     |
| LCHIJA | respawnablepets        | 1.0.6             | respawnable-pets-1.0.6.1.jar                    | None                                     |
| LCHIJA | sophisticatedwolves    | 3.13.8            | SophisticatedWolves-1.12.2-3.13.8.jar           | None                                     |
| LCHIJA | subaquatic             | 1.1.0             | Subaquatic-v1.1.0-mc1.12.2.jar                  | None                                     |
| LCHIJA | warpbook               | 1.12.2-3.3.4      | Warpbook-1.12.2-3.3.4.jar                       | None                                     |
| LCHIJA | wrcbe                  | 2.3.2             | WR-CBE-1.12.2-2.3.2.33-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | commons0815            | 1.4.0             | Commons0815-1.12.2-1.4.0.jar                    | None                                     |
| LCHIJA | rendertoolkit          | 1.4.0             | Commons0815-1.12.2-1.4.0.jar                    | None                                     |
| LCHIJA | ocdevices              | 1.0.0-44          | ocdevices-MC1.12.2-1.0.0-44.jar                 | None                                     |
| LCHIJA | betteranimalsplus      | 9.0.1             | betteranimalsplus-1.12.2-9.0.1.jar              | None                                     |
| LCHIJA | guitoolkit             | 1.4.0             | Commons0815-1.12.2-1.4.0.jar                    | None                                     |

Loaded coremods (and transformers): 

MixinBooter (!mixinbooter-8.3.jar)

Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)

LoadingPlugin (gcg-1.1.jar)
gcg.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)

CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
AssetMover (assetmover-2.5.jar)

SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar)

Fluidlogged API Plugin (Fluidlogged-API-v2.2.4-mc1.12.2.jar)
git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
Subaquatic Plugin (Subaquatic-v1.1.0-mc1.12.2.jar)
git.jbredwards.subaquatic.mod.asm.ASMHandler$Transformer
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)

GL info: ' Vendor: 'Intel' Version: '4.6 (Compatibility Profile) Mesa 23.1.8-arch1.1' Renderer: 'Mesa Intel(R) Graphics (RPL-P)'
Launched Version: 1.12.2
LWJGL: 2.9.4
OpenGL: Mesa Intel(R) Graphics (RPL-P) GL version 4.6 (Compatibility Profile) Mesa 23.1.8-arch1.1, Intel
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 20x 13th Gen Intel(R) Core(TM) i7-13700H

Reproduction steps

  1. Place liquid on a galacticraft planet/moon
    OR
  2. Encounter naturally occuring liquid on a galacticraft planet/moon (Ex: water in moon villages)
@WickedGlitch WickedGlitch added [Attribute] Bug Report [Status] Triage Requires review for validity and severity if the issue is valid labels Aug 15, 2024
@TheMCSpacePro
Copy link

Update "Subaquatic", this was a bug they fixed on their end in 1.2.1 (you have 1.1.0).

@WickedGlitch
Copy link
Author

Update "Subaquatic", this was a bug they fixed on their end in 1.2.1 (you have 1.1.0).

It works now! Thank you so much! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Attribute] Bug Report [Status] Triage Requires review for validity and severity if the issue is valid
Projects
None yet
Development

No branches or pull requests

3 participants