Maik Marschner

Results 58 issues of Maik Marschner

This only affects Chunky 2.5.x as biome blending wasn't configurable per scene before.

bug
snapshot-only
good first issue

The water plane looks different when it is outside of the octree compared to inside the octree but no chunks. Orignally reported in Discord: https://discord.com/channels/541221265512464394/1156386708145848451/1156386708145848451 ![image](https://github.com/chunky-dev/chunky/assets/5544859/427f583c-983d-454f-aa26-500123120e98) @ThatRedox already investigated this...

bug
renderer

This is part of #790 but I decided to split it because implementing map rendering doesn't require us to render items. I guess it would be an entity with a...

feature request
minecraft

Chunky doesn't load or render item frames currently. It would be nice to render the item frames and maybe at some point even render the items inside of them. Related...

feature request
minecraft

- [x] sniffer_egg ~age~ property renamed to hatch - [ ] Updated button_pressed model and texture mapping - [ ] Updated button texture mapping - [ ] Updated hopper and...

minecraft

[From Discord](https://discord.com/channels/541221265512464394/1098700714668208128/1098950612382658611): > I have a request for you. add a selection of multiple materials in the selection box. Just clicking each material is very infuriating 🙂

GUI

When quickly switching the map y clip, this error occurs: ``` Region Parser Error java.lang.NullPointerException: Cannot read field "next" because "this.next" is null at java.base/java.util.LinkedList$ListItr.next(LinkedList.java:897) at se.llbit.chunky.world.World.chunkTopographyUpdated(World.java:604) at se.llbit.chunky.world.Chunk.queueTopography(Chunk.java:377) at...

bug