aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-08-08 12:44:50 +0200
committerLinnea Gräf <nea@nea.moe>2024-08-08 12:44:50 +0200
commitc1dabe37d8b43d90a682edde797df9b278ec4a47 (patch)
tree08b712083aa77affee15da3aeaca38d268311eb7 /README.md
parentb96ba8a968bffc99f8749d13d8b5fc38b0f3f565 (diff)
downloadforge1.8.9template-master.tar.gz
forge1.8.9template-master.tar.bz2
forge1.8.9template-master.zip
Add access transformersHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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)