fabric-1.18: fix missing DynmapCoreAPI

This commit is contained in:
Kosma Moczek 2021-11-25 19:04:13 +01:00
parent 325129c60c
commit 327e510884

View File

@ -34,6 +34,7 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCore', configuration: 'shadow')
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.