question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Potential incompatibility with Dynamic Surroundings

See original GitHub issue
    at net.minecraft.world.ChunkCache.getLightForExt(ChunkCache.java:133)
    at net.minecraft.world.ChunkCache.getCombinedLight(ChunkCache.java:79)
    at org.blockartistry.lib.chunk.PassThroughChunkCache.getCombinedLight(PassThroughChunkCache.java:108)
    at org.blockartistry.DynSurround.client.fx.particle.mote.MoteParticle.getBrightnessForRender(MoteParticle.java:160)
    at org.blockartistry.DynSurround.client.fx.particle.mote.MoteParticle.updateBrightness(MoteParticle.java:110)
    at org.blockartistry.DynSurround.client.fx.particle.mote.MoteParticle.onUpdate(MoteParticle.java:102)
    at org.blockartistry.DynSurround.client.fx.particle.mote.MoteAgeable.onUpdate(MoteAgeable.java:58)
    at org.blockartistry.DynSurround.client.fx.particle.mote.ParticleCollection.lambda$static$0(ParticleCollection.java:56)
    at org.blockartistry.lib.collections.ObjectArray.removeIf(ObjectArray.java:79)
    at org.blockartistry.DynSurround.client.fx.particle.mote.ParticleCollection.onUpdate(ParticleCollection.java:112)
    at net.minecraft.client.particle.ParticleManager.tickParticle(ParticleManager.java:238)
    at net.minecraft.client.particle.ParticleManager.tickParticleList(ParticleManager.java:224)
    at net.minecraft.client.particle.ParticleManager.updateEffectLayer(ParticleManager.java:208)
    at net.minecraft.client.particle.ParticleManager.updateEffects(ParticleManager.java:164)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:1900)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1097)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3940)
    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)
    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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)```

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Dinolekcommented, Oct 22, 2018

You need to disable DS caching in config after this commit. This line is not used anymore after this.

0reactions
MrLightningBlazecommented, Sep 19, 2019

I have noticed 0 drop in FPS or increase in CPU or RAM usage in the nether beyond what is expected (due to the amount of lava lighting in the nether), all with default Dynamic Surroundings config and essentially default CubicChunks config (A few modded dims in the blacklist), I can not speak for everyone, but I have not noticed preformance issues with it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compatibility — Dynamic Surroundings 3.5.x documentation
Dynamic Surroundings uses the celestial angle of the Minecraft sun to determine day/night. If StellarSky is being used this means that the length...
Read more >
r/feedthebeast - Reddit
Dynamic Surroundings 3.4.9.12 is out (Minecraft ... Improved "out of box" footstep/footprint compatibility for modded blocks.
Read more >
Dynamic Surroundings - Mods - Minecraft - CurseForge
Dynamic Surroundings alters the player's visual and audible experience in Minecraft, and does not alter game mechanics. The player has a high degree...
Read more >
Minecraft with REALISTIC SOUNDS! (Dynamic Surroundings ...
The Dynamic Surroundings Mod alters your Minecraft audio experience more immersive by incorporating realistic sound effects!
Read more >
Minecraft Mod Guide Dynamic Surroundings - Mod Details
Dynamic Surroundings Effects: · Water Ripple on Rain · Live Lava · Steam · Waterfalls Splash · Fireflies at Night · Fogs ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found