Ted Senft

Results 5 comments of Ted Senft

I would like to see the impl change from being directly on level extensions, and be its own interface that can be checked for. The level extension can implement that?

Additionally, Gander is not a mod, but a collection of rendering libraries. We're purposefully keeping the level implementation separate from rendering itself, so other people that have fake levels (Immersive,...

> ```diff > - Gander.renderTicking(level, ...); > + Gander.renderTicking(level, level::tick, ...); > ``` Gander (and many other rendering level implementations) do not combine the render call and the ticking (which...

Tech, what on earth do you mean, `ClientLevel#tick` does nothing? It's calling world border ticks, ticking time, and ticking all chunks. That's FAR from not doing anything. Also, it's not...

+1 for `isEmpty` over `isBlank`/`isAbsent` - akin to `ItemStack.EMPTY` and `FluidStack.EMPTY`