Access Transformer File gets Deleted

Started by Cynadyde on

Topic category: Help with MCreator software

Last seen on 11:52, 25. Jun 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Access Transformer File gets Deleted

Hi! 

I tried added a file src/main/resources/META-INF/accesstransformer.cfg to my project and, well, MCreator automatically deletes it when I build the project. I tried looking for a way to set up access transformers in the project GUI and did not find anything. I also couldn't find any MCreator plugins related to this task. The project's build.gradle is generated by MCreator fresh with this snippet:

minecraft {
    ...
    accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
    ...
}

 

and this makes me think access transformers are meant to be supported. Is this an oversight? Is there a way to set up access transformers in MCreator that I am missing?

Thanks in advance.

Hmm, you may need to add one…
Tue, 06/25/2024 - 17:22

Hmm, you may need to add one mod element that defines this file to get this file to appear. E.g biome in overworld will add ATfile