Helps keeping cauldrons consistent
In your build.gradle
, put this in the repositories
block
maven {
url = "https://maven.shedaniel.me/"
name = "Shedaniel"
}
and this in the dependencies
block
modApi "com.shnupbups:CauldronLib:1.2.2+fabric-mc1.18"
include "com.shnupbups:CauldronLib:1.2.2+fabric-mc1.18"