diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-08 12:44:50 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-08 12:44:50 +0200 |
commit | c1dabe37d8b43d90a682edde797df9b278ec4a47 (patch) | |
tree | 08b712083aa77affee15da3aeaca38d268311eb7 /README.md | |
parent | b96ba8a968bffc99f8749d13d8b5fc38b0f3f565 (diff) | |
download | forge1.8.9template-c1dabe37d8b43d90a682edde797df9b278ec4a47.tar.gz forge1.8.9template-c1dabe37d8b43d90a682edde797df9b278ec4a47.tar.bz2 forge1.8.9template-c1dabe37d8b43d90a682edde797df9b278ec4a47.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |