Fixed extensions being shaded in

This commit is contained in:
Auxilor 2020-12-22 14:15:51 +00:00
parent daa380d9e9
commit f46016287d
11 changed files with 12 additions and 11 deletions

View File

@ -6,7 +6,8 @@ plugins {
}
dependencies {
implementation getSubprojects()
implementation project(":eco-core").getSubprojects()
implementation project(":eco-util")
}
allprojects {

View File

@ -1,3 +1,3 @@
name: Alchemy
main: com.willfp.ecoenchants.alchemy.AlchemyMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Biomes
main: com.willfp.ecoenchants.biomes.BiomesMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,5 +1,5 @@
group 'com.willfp'
version rootProject.version
description = 'Extension Parent'
subprojects {
dependencies {

View File

@ -1,3 +1,3 @@
name: Effects
main: com.willfp.ecoenchants.effects.EffectsMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Endershot
main: com.willfp.ecoenchants.endershot.EndershotMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Firewand
main: com.willfp.ecoenchants.firewand.FirewandMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: MMO
main: com.willfp.ecoenchants.mmo.MMOMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Precision
main: com.willfp.ecoenchants.precision.PrecisionMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Sprint Artifacts
main: com.willfp.ecoenchants.sprintartifacts.SprintArtifactsMain
version: 2.0.0
version: ${projectVersion}

View File

@ -1,3 +1,3 @@
name: Summoning
main: com.willfp.ecoenchants.summoning.SummoningMain
version: 2.0.0
version: ${projectVersion}