HomeJavaModsCreate: Smart Bounds
Create: Smart Bounds
ModsJava

Create: Smart Bounds

by LiukRast · on CurseForge

Improves create mod's block entity renderbounds. Free Minecraft Java mod for 1.21.1.

⬇ Download on CurseForge

Whats wrong with conveyor belts This mod aims to reduce enormous and nonsense render bounds for create block entities. You can check neoforge block entities render bounds with this command /neoforge debug_blockentity_renderbounds true

It also reworks some block entities render bounds caching

It's a pretty small optimization, but in large contraptions and big machine areas, it can make the difference.

We currently support:

What are render bounds?

Usually, to optimize performance, all blocks that are behind/outside your screen are not rendered to avoid useless computations. In blocks, this bound is set to a 3x3 area, but in block entities, this is customizable. The reason? Simple, render things that are bigger than a block. For example, Chain Conveyors need a larger render bounding box for chain connections. The thing is, most times create goes by "better larger" and just inflates the whole area. This makes most of your block entities get rendered even though they are not even visible.

Render Bounds Caching

The bounding box is not generated every frame, since the block only needs to change his bounding box on some precise events. This mod also optimizes this, removing useless bounding box reloading for some blocks (Belts) which before reloaded their bounding box EVERY GAME TICK (20 times per second). Now they only update if the block is broken and replaced, reducing the lag.

Create: Smart Bounds is a free Minecraft Java mod. Compatible with Minecraft 1.21.1. Downloaded 534,746 times (via CurseForge). Download it and open it directly in the game.

Explore more