Started by
Killar.exe
on
Topic category: Feature requests and ideas for MCreator
When you try:
import net.exemplename.class
In your .ftl files when you try it, it don't go in import and do an error so please do a support for custom import! (or custom depdendencies? idk)
MCreator auto-resolves imports. If wrong import is used, you can force the right one by using class FQDN, eg. net.examplename.ClassName inside code, eg
thx for the info!