Add eclpse labels for subprojects in Fabric

This commit is contained in:
Mike Primm 2022-02-16 21:13:21 -06:00
parent 3a39688dc8
commit fb0cceca58
7 changed files with 55 additions and 21 deletions

View file

@ -6,6 +6,12 @@ archivesBaseName = "Dynmap"
version = parent.version
group = parent.group
eclipse {
project {
name = "Dynmap(Fabric-1.16.4)"
}
}
configurations {
shadow
implementation.extendsFrom(shadow)