Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit dd41439

Browse files
authored
[ci skip] Update CONTRIBUTING.md
1 parent f2b3593 commit dd41439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ will be replaced later.
308308
## Access Transformers
309309
Sometimes, Vanilla code already contains a field, method, or type you want to access
310310
but the visibility is too low (e.g. a private field in an entity class). Purpur can use access transformers
311-
to change the visibility or remove the final modifier from fields, methods, and classes. Inside the `build-data/paper.at`
311+
to change the visibility or remove the final modifier from fields, methods, and classes. Inside the `build-data/purpur.at`
312312
file, you can add ATs that are applied when you `./gradlew applyPatches`. You can read about the format of ATs
313313
[here](https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/#access-modifiers).
314314

0 commit comments

Comments
 (0)