From dd4143984219cea8440913b7918322b5ba59265a Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 14 Jan 2025 15:22:04 -0800 Subject: [PATCH] [ci skip] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae66d546f..d0f8332a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -308,7 +308,7 @@ will be replaced later. ## Access Transformers Sometimes, Vanilla code already contains a field, method, or type you want to access but the visibility is too low (e.g. a private field in an entity class). Purpur can use access transformers -to change the visibility or remove the final modifier from fields, methods, and classes. Inside the `build-data/paper.at` +to change the visibility or remove the final modifier from fields, methods, and classes. Inside the `build-data/purpur.at` file, you can add ATs that are applied when you `./gradlew applyPatches`. You can read about the format of ATs [here](https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/#access-modifiers).