-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
1.19
-
Yes
minecraft:sculk_vein has both waterlogged and multiple facing properties, so Material.SCULK_VEIN should have its own SculkVein data interface in org.bukkit.block.data.type which implements MultipleFacing and Waterlogged, instead of directly using the Waterlogged interface.