Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Closing brackets typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Sep 21, 2023
1 parent dfad9d2 commit 28c0a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mod-development/mixin/annotation/shadow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
### ^^Arguments^^
`remap`

: `[Optional Boolean, default value: true`
: `[Optional Boolean, default value: true]`

The annotation processor will skip this if this is false. With the refmap skipping over this member. This is useful for members originating from mods and not Vanilla Minecraft.

`aliases`

: `[Optional String Array, default value: {}`
: `[Optional String Array, default value: {}]`

This can be populated with other aliases, particularly useful when shadowing synthetic members, or if the member is known to have name-changes at runtime from other sources of transformation

Expand Down

0 comments on commit 28c0a82

Please sign in to comment.