Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab authored Feb 4, 2024
1 parent 722187e commit bd05aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The issue tracker is the preferred channel for [bug reports](#bugs),
requests](#pull-requests), but please respect the following restrictions:

* Please **do not** use the issue tracker for personal support requests (you
can ask well-formed questions in adequate channels on the [Fabric Discord](https://discord.gg/v6v4pMv) or on the [Ladysnake Discord](https://discord.gg/vKV9EgH)).
can ask well-formed questions in adequate channels on the [Fabric Discord](https://discord.gg/v6v4pMv) or on the [Ladysnake Discord](https://discord.ladysnake.org)).
* Please **do not** derail or troll issues. Keep the discussion on topic and
respect the opinions of others

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class SyncedIntComponent implements IntComponent, AutoSyncedComponent {
**[[More information on component synchronization]](https://ladysnake.org/wiki/cardinal-components-api/synchronization)**

If you want your component to **tick alongside its provider**, you can add the
[`ServerTickingComponent`](./cardinal-components-base/src/main/java/prg/ladysnake/cca/api/v3/component/tick/ServerTickingComponent.java)
[`ServerTickingComponent`](./cardinal-components-base/src/main/java/org/ladysnake/cca/api/v3/component/tick/ServerTickingComponent.java)
or [`ClientTickingComponent`](./cardinal-components-base/src/main/java/org/ladysnake/cca/api/v3/component/tick/ClientTickingComponent.java)
(or both) to your *component interface* (here, `IntComponent`). If you'd rather add the ticking interface to a single
component subclass, **you have to use one of the specific methods provided in the individual modules**
Expand Down

0 comments on commit bd05aad

Please sign in to comment.