Started by
Memebassador
on
Topic category: Advanced modding
When I look at the custom code for basically anything in MCreator, I get a "/* imports omitted */" where the imports should be. Why are these hidden? Can I show them?
Topic category: Advanced modding
When I look at the custom code for basically anything in MCreator, I get a "/* imports omitted */" where the imports should be. Why are these hidden? Can I show them?
They are hidden in code viewer since they are not relevant to the changes of the code
So there is no way to show them then?
Yes, you can see them in the code editor. Right click any mod element in the workspace view and select "Open mod element in code editor"
Thank you!