Added:
- cfb5511 When block fade to water (ex: ice block).
Changed:
- 16292ef refactor: use
GetDirtAroundBlockGenerator
utils to get dirts around - df5c92c refactor: create GetDirtAroundBlockGenerator lazy class to get dirts around
- 889ab53 refactor: move
blockDirections
toConstants.AROUND_BLOCK_OFFSETS
- 4defbed refactor: change
block.getWorld().getBlockAt()
toblock.getRelative()