[versions] forgeGradle = "5.1.+" gitVersion = "0.13.0" minecraft = "1.16.5" forge = "1.16.5-36.2.34" autoService = "1.0.1" lillero = "0.4.1" lilleroProcessor = "0.5.2" checkerFramework = "0.6.24" shadow = "7.1.2" luaJava = "3.5.0" [plugins] forgeGradle = { id = "net.minecraftforge.gradle", version.ref = "forgeGradle" } gitVersion = { id = "com.palantir.git-version", version.ref = "gitVersion" } checkerFramework = { id = "org.checkerframework", version.ref = "checkerFramework" } shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" } [libraries] minecraftForge = { group = "net.minecraftforge", name = "forge", version.ref = "forge" } autoService = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoService" } autoServiceAnnotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" } lillero = { group = "ftbsc", name = "lll", version.ref = "lillero" } lilleroProcessor = { group = "ftbsc.lll", name = "processor", version.ref = "lilleroProcessor" } luaJava = { group = "party.iroiro.luajava", name = "luajava", version.ref = "luaJava" } luaJit = { group = "party.iroiro.luajava", name = "luajit", version.ref = "luaJava" } luaNatives = { group = "party.iroiro.luajava", name = "luajit-platform", version.ref = "luaJava" }