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.
These are all the problems that would currently require mixins to fix that would be fixed by this PR (if the custom basin is added to the basin tag).
Thanks for the PR! This has been implemented in 8add39d24d7452bacd85ddb57a2f841d21e0d661 Most basin machinery expects a Basin blockentity so that felt more appropriate here