I am the developer of the mod Ceramic Bucket. I decided to develop a library mod (BucketLib) to make it easier for mod developers to add own buckets.
To make your mod compatible with my library mod but also to be compatible with other mods I split your bucket content texture (snail) from the underlying bucket to make it reusable. (I moved it one pixel higher, because of its size)
You can test the compatibility when you install Ceramic Bucket and BucketLib (ideally bucketlib-1.19.3-1.1.1.1 or bucketlib-1.19-1.0.3.3, because later I added the snail texture to be compatible until you merge this PR)
See also the Developer Guide to be compatible in the future. :)
@crispytwig I have tested the swamp update with my BucketLib mod and it works like a charm. So, I think, this PR is not needed any longer, because the changes here were part of #48 :)
I am the developer of the mod Ceramic Bucket. I decided to develop a library mod (BucketLib) to make it easier for mod developers to add own buckets.
To make your mod compatible with my library mod but also to be compatible with other mods I split your bucket content texture (snail) from the underlying bucket to make it reusable. (I moved it one pixel higher, because of its size)
This is the 1.19 version of https://github.com/starfish-studios/Naturalist/pull/9. I don't know if you are releasing a new version for 1.18 or not. If not, you can close the other PR. :)
You can test the compatibility when you install Ceramic Bucket and BucketLib (ideally bucketlib-1.19.3-1.1.1.1 or bucketlib-1.19-1.0.3.3, because later I added the snail texture to be compatible until you merge this PR)
See also the Developer Guide to be compatible in the future. :)