Create
Create copied to clipboard
Make hardcoded basin checks use tags (1.18.2)
This simply changes every check for AllBlocks.BASIN to use a new tag for basins so that way it isn't hardcoded to only work with Create’s basin block. This allows addons to add their own basin with the full functionality of the original basin without having to resort to make a mixin for every file that has this check, and instead can simply add their own basin to the tag.