mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
6a999b8eb9
* Added LandPathNodeTypesRegistry. * Added test for LandPathNodeTypesRegistry. * Added block state to PathNodeTypeProvider.getPathNodeType. * Made LandPathNodeTypesRegistry final, removed unnecessary NotNull. * Changed putIfAbsent with put to align with other registries. * Cleanup. Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com> * Removed unused import. * Added possibility to specify the node type of block if the block is found in a neighbor position, improved documentation. * Merged mixins cleanup. * Changed CAPTURE_FAILEXCEPTION into CAPTURE_FAILHARD Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Specified some nullables, changed 2 parameter names. * Added missing content registries tests, changed NODE_TYPES map to IdentityHashMap, improved docs. * Moved PathNodeTypeProvider inside LandPathNodeTypesRegistry. Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle |