FabricBlockSettings is missing some method signatures from Block.Settings
ehwuts opened this issue ยท 0 comments
The absence of these breaks the implied drop-in replacement compatibility of the class:
- of(Material, DyeColor);
- noCollision();
- breakInstantly();
- strength(float);
- isPistonExtension();
For that matter, FabricBlockSettings has no methods at all for altering:
- private boolean pistonExtension;