L2JMobius
Public Development => General Discussion => Topic started by: Usedy06 on May 20, 2026, 11:19:53 AM
-
Hello, I'm editing interludes in L2J Mobius. When a source code update arrives, after updating it in Eclipse, is it enough to copy the resulting core files to the datapack?Or is it necessary to completely update the datapack?Thanks.
-
Core files need to be compiled.
Datapack files do not.
-
Core files need to be compiled.
Datapack files do not.
Which core files do I need to copy?
-
Which core files do I need to copy?
None? I just told you you need to compile the project.
In general, "dist" folder contains all the datapack.
-
None? I just told you you need to compile the project.
In general, "dist" folder contains all the datapack.
I know that when I compile the core files, I need to copy them to the datapack. Do I need to copy all of them?
https://ibb.co/zVzf1CJH
-
I would say yes.
-
Best thing is to make all your changes in eclipse, doesn't matter if you change dp or core files. It will be easier to keep track of changes and also to keep the source updated.