Maik Marschner
Maik Marschner
 (the sideways connecting is already fixed but the quads are clipping)
I started working on this (with some help from @alexhliu), please give it a try: https://github.com/leMaik/chunky-launcher-standalone/actions (download the artifacts from the latest action run) Currently it supports Linux (debian package...
Lecterns are entities only because they are bigger than a block, i.e. they would be block entities. But then there's the book, which must be an entity (an actor) so...
Water doesn't connect to farmland, but the water level is wrong in Chunky anyways.
@StanleyMines I'll add sub-tiling (called it "region rendering" or "canvas cropping" before on Discord) this weekend, urgently need it for ChunkyCloud. :wink: Just waiting for #798 to be merged as...
Tutorial: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/resource-packs/resource-pack-discussion/1256350-animation-in-resource-packs-a-minecraft-1-6 Also, there's the interpolate option that interpolates rgb for two frames, see https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/resource-packs/resource-pack-help/2478530-does-the-interpolate-animation-tag-work
The installer looks good to me. Are we allowed to direct-link the downloads or should we just redirect the user to the download page? Does this work for Java 11...
As discussed on Discord, implementing this does not help with the pbr map issues. To fix those, we need a way for a ray to know the previously hit material...
You can already change the icon with the `searchIcon` prop.
We override `inputRef` here: https://github.com/TeamWertarbyte/material-ui-search-bar/blob/master/src/components/SearchBar/SearchBar.js#L149 The solution would be to "split" that ref so that it can be used from the outside. PR welcome :upside_down_face: