-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Question] Mod Add-on #10
Comments
that would be lovely, thank you! after your pull request goes through, I'll lock each entity behind a config option (enable rainbow glow squids, enable rainglow allays, etc). I'd also like to look into implementing rainbow slimes. one thing to consider for adding dye usage is how it'll interact on all three sides (server, client, integrated server). the mod targets all three, so just make sure to disable dye usage cleanly when the mod is only present on the client. |
Yes, I did think about the config options but figured I'd leave that as I'm not the best with the Config Screens. I'll double check the dye on a server real quick before making the request |
I'll do any additional polish I feel is necessary for release, don't worry about adding it to the configuration file yourself |
Double checked and didn't notice any issues with Mod only being client side, the dye function works but doesn't consume the dye from the player. Does consume when it's on both. |
hm, I think that's fine since in the client side only case the player is the only one seeing their squids anyway. thank you again for working on this! |
I've spent the past couple days working on a small addition to the Mod at the request of some people for colouring Allays but also to make it possible to dye the squids. Just wanted to ask if you'd be willing to accept such an addon for the Mod. I was going to also look at adding _jeb however I'd like to avoid using the nametag to rather let people have actual names without changing the appearance and wasn't sure the best way to do that yet.
I can create a pull request if you are happy with it.
Changes
The text was updated successfully, but these errors were encountered: