1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 17:17:55 +00:00

Fixed pocket and turtle upgrades. (Turtle tools render weird in inventories)

This commit is contained in:
Jacob Farley
2020-09-04 19:55:15 -05:00
parent 5333cda44e
commit abe2ec4686
9 changed files with 88 additions and 72 deletions

View File

@@ -57,6 +57,9 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.1.0'
modRuntime "me.shedaniel:RoughlyEnoughItems-api:5.2.10"
modRuntime "me.shedaniel:RoughlyEnoughItems:5.2.10"
}
sourceSets {