-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concrete Bucket Image #1
Comments
That's actually why I added the Fluid API bucket mod as a dependency. That bucket mod overrides the MTG one. However, I could add functionality to no longer need that if that would help. |
I always forget to enable that entire modpack. It works when I enable its bucket mod. |
That's definitely relatable. It isn't automatically enabled even though it's a dependency because MTG already has a bucket mod. I'll see if I can do something to fix that. |
I opened a thread on the fluid api's contentdb page about this. I asked if they could rename their bucket mod to something unique, like fluid_bucket, so mods like yours could depend on it and avoid this issue. |
I'm not even sure that's an option. That would mean having two bucket mods at the same time, which would result in duplicate items and possibly other issues. |
You can define any global variable you want, even redefining other globals. So they can set the global The only problem I can think of would be trying to redefine those functions before other mods that only depend on bucket could register their bucket. I would recommend those mods add an optional dependency to the fluid bucket mod to deal with that. Not sure if there is any other way to do that. Makes it harder on the developers, but easier on the players. |
https://github.com/DustyDave961/flowing_concrete/blob/main/init.lua#L131
The MTG bucket API wants an inventory image to be provided on this line, and the engine isn't expecting a color string.
The text was updated successfully, but these errors were encountered: