Skip to content
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

Add basic architectury networking setup #3

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

artynova
Copy link
Collaborator

Architectury allows to implement platform-abstract networking in a simple and elegant way, and the added example is intended to demonstrate this to addon developers that might be less familiar with the it, as well as provide an easily adaptable baseline setup.

@artynova artynova self-assigned this Feb 29, 2024
@@ -6,7 +6,7 @@
"hexcasting.spell.book.{{ modid }}:signum": "Dum. Actn.",
"{{ modid }}.entry.dummy_spells": "Dummy Spells",
"{{ modid }}.entry.dummy_actions": "Dummy Actions",
"{{ modid }}.page.dummy_spells.congrats": "Accepts a player entity, tells them they are doing a good job.",
"{{ modid }}.page.dummy_spells.congrats": "Accepts a player entity, tells them they are doing a good job and makes them look up.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should actually take the opportunity to fix this text - doesn't OpCongrats operate directly on the caster?

Copy link
Collaborator Author

@artynova artynova Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point, it really does. That's my oversight in the implementation of the spell, though, because it accepts a player entity (to show an example of a mishap when an incorrect entity is passed) and was supposed to act on that entity. I will be fixing that, thank you for pointing the discrepancy out.

@artynova artynova merged commit 58fa819 into FallingColors:copier Mar 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants