Blocks That Sculk Veins Can't Grow On Can't Be Modified
private class SculkVeinGrowChecker extends LichenGrowChecker {
Because the Class that handles this is private, there's no way to access the "canGrow" method.
A simpler solution would be to replace the blockState checks in canGrow with a check to see if the block is in a tag.
This is quite important for mods that want to add new Sculk blocks, so this addition would be much appreciated.
2022-04-21, 04:04 PM
2022-04-22, 03:00 AM
2022-04-22, 03:00 AM
1
2
-