From c1dabe37d8b43d90a682edde797df9b278ec4a47 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 8 Aug 2024 12:44:50 +0200 Subject: Add access transformers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 79b81ca..8566930 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ are used by the build system but *do not work* in a normal forge installation. If you don't want mixins (which allow for modifying vanilla code), then you can remove the references to mixins from the `build.gradle.kts` at the lines specified with comments and the `com.example.mixin` package. +If you don't want access transformers (which allow for making methods public/non-final) you can delete the +`accesstransformer.cfg` file. If you make a change to the `accesstransformers.cfg` you might need to rebuild your +project using `./gradlew build --refresh-dependencies`. + ### For those who have not an attention span [![Youtube Tutorial](https://i.ytimg.com/vi/nWzHlomdCgc/maxresdefault.jpg)](https://www.youtube.com/watch?v=nWzHlomdCgc) -- cgit