Fix dependencies

This commit is contained in:
Timo Ley 2021-03-19 11:17:04 +01:00
parent f0311d3fd9
commit 9f6daacb2d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ dependencies {
compile "appeng:Waila:${waila_version}_${minecraft_version}:api"
compile "appeng:RotaryCraft:${rotarycraft_version}:api"
compile "appeng:mekanism:${minecraft_version}-${mekansim_version}:api"
//compile "appeng:InventoryTweaks:${invtweaks_version}:api"
compile "appeng:InventoryTweaks:${invtweaks_version}:api"
// self compiled stubs
compile(group: 'api', name: 'coloredlightscore', version: "${api_coloredlightscore_version}")