TBL Loader
This compact mod provides the ability to display .tbl format files as blocks in Minecraft. The functionality is extremely simple and straightforward - just place the .tbl file in the block models folder, and it will become available for use in the game.
To connect via Maven, use the following configuration:
repositories {
maven {
// TBL Loader Maven repository
name = "Wyn Price Maven"
url = "http://maven.wynprice.com"
}
}
dependencies {
deobfProvided "com.wynprice:TBLLoader:[version]"
}