1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-08 15:08:06 +00:00

Ported the generic peripheral feature from upstream forge version along with initial implementation of generic inventory peripherals.

This commit is contained in:
David Queneau
2021-01-30 15:28:11 -08:00
parent 145dce7653
commit 1348ee0588
13 changed files with 822 additions and 16 deletions

View File

@@ -38,6 +38,9 @@ dependencies {
implementation "blue.endless:jankson:${jankson_version}"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
compileOnly 'com.google.auto.service:auto-service:1.0-rc7'
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc7'
include "me.shedaniel.cloth:config-2:${cloth_config_version}"
include "blue.endless:jankson:${jankson_version}"
include 'javax.vecmath:vecmath:1.5.2'