Salvatore Peluso
Salvatore Peluso
Works good. ```java private static int getBlockColor(BlockState state, BlockRenderView view, @NotNull BlockPos pos, int i) { return pos.getX() < 0 ? 0xff0000 : 0x0000ff; } ```
> Can you check if [634b11e](https://github.com/CaffeineMC/sodium-fabric/commit/634b11ed989482b9aab59ba45acc92ba31b97648) fixes the problem? I've ported [634b11e](https://github.com/CaffeineMC/sodium-fabric/commit/634b11ed989482b9aab59ba45acc92ba31b97648) in 1.19 and tested with my "tun" block, and can confirm it works. This block is a block...
Doesn't this already exist? In fact there are conflicts...
Note that Composting and Fuel tests are missing from testmods from all the releases (from 1.17 to 1.19). All other tests are present.
## July 2022 Updates I tried to add the new 1.19 system to handle fog effects (darkness / blindness), but the result was too much specified and hardcoded, overriding the...
## Update I've added the possibility to specify the node type of block if the block is found in a neighbor position in the path and improved docs. Basically is...
I've added missing `CompostingChanceRegistry` and `FuelRegistry` to `ContentRegistryTest` in the testmod.
Merged some minor edits into one single commit, then I've reverted to Objects.requireNotNull, and used IdentityHashMap, that is also used for the main tables in the internal vanilla main registries.
# September Update (For new readers) This is reworked in https://github.com/FabricMC/fabric/pull/2519 because of potential performance issues with the hashmap, some useless things, and problems with lithium.
Sorry i deleted my review before Juuxel comment, however i will do a pr in the source fork. 😅