FabricBlockSettings generic constructor is missing copy methods for certain settings
Hugman76 opened this issue ยท 1 comments
The FabricBlockSettings constructor does not copy values for the following attributes:
allowsSpawningPredicate
solidBlockPredicate
suffocationPredicate
blockVisionPredicate
postProcessPredicate
emissiveLightingPredicate
This would also require new mixin getters for the AbstractBlockSettingsAccessor
Issue on the following version:
yarn_mappings=1.18.1+build.14
fabric_version=0.45.0+1.18
See also #1873. A PR would be welcome I think. ๐