#Multi modules
1 messages · Page 1 of 1 (latest)
okay
Each NMS implementation needs to depend on the each paper-jar version so then you can use the NMS things from it, so that depend should contain <scope>provided</scope> - So then that jar is not shaded
yes
i have it setup like this
perfect
So to each nms implementation add their paper api for nms or what they use, im not sure
And then add the scope provided
I never use paper haha
Im just trying to do my best
im only using paper because im lazy to do all the stuff for mojang mappings in spigot
it'll be under https://github.com/oShadxw/HologramSK now since i somewhat know what im doing with modules now
perfect
dd a .gitignore file
with the next contnet
When working with java project
.iml files shouldnt be uploaded because they are ide configs
So do the next
i'll upload more once i add some things into the NMS class
i use this .gitignore
much simplier
use this
*.iml
.idea
**/target/
That will not allow to every iml file not upload and also the jars
Because the jars have to be uploaded via the release thing, but you can remove that part out
👍