Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Error with CodeChickenLib #116

@xJon

Description

@xJon

Hi,
We got this message in the client log:

[14:31:49] [Chunk Batcher 2/ERROR]: 
 CCL has caught an exception whilst rendering a block
  BlockPos:      x:-574, y:64, z:-312
  Block Class:   class streams.block.BlockRiver
  Registry Name: streams:river/tile.water/0/2
  Metadata:      0
  State:         streams:river/tile.water/0/2[level=0]
 Tile at position
  Tile Class:    null
  Tile Id:       null
  Tile NBT:      null
You can turn off player messages in the CCL config file.

net.minecraft.util.ReportedException: Tesselating block in world
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:95) ~[bvm.class:?]
	at codechicken.lib.render.block.CCBlockRendererDispatcher.renderBlock(CCBlockRendererDispatcher.java:82) [CCBlockRendererDispatcher.class:?]
	at net.minecraft.client.renderer.chunk.RenderChunk.rebuildChunk(RenderChunk.java:200) [bxr.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.processTask(SourceFile:100) [bxn.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43) [bxn.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251]
Caused by: java.lang.NoClassDefFoundError: farseek/util/ImplicitConversions$
	at streams.block.BlockRiver.getFlow(BlockRiver.scala:78) ~[BlockRiver.class:?]
	at streams.block.package$.getSlopeAngle(package.scala:20) ~[package$.class:?]
	at streams.block.package.getSlopeAngle(package.scala) ~[package.class:?]
	at net.minecraft.client.renderer.BlockFluidRenderer.renderFluid(BlockFluidRenderer.java:80) ~[bvn.class:?]
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:84) ~[bvm.class:?]
	... 5 more

Any idea what's causing this? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions