Go to file
AlexIIL 26a07e23c4
Fix Templates blocking other custom models.
Currently `TemplateModelVariantProvider.loadModelVariant` will throw `a ModelProviderException` if it doesn't have a model already in the map - however this stops any other mods from providing custom models that are later in their chain.

While this behaviour isn't documented (fabric's `ModelVariantProvider` interface doesn't even *mention* `ModelProviderException`) it does say that it should `@return The loaded UnbakedModel, or null if this ModelVariantProvider doesn't handle a specific Identifier`
2019-06-22 17:27:29 +01:00
gradle/wrapper Initial commit 2019-06-18 02:33:36 -07:00
src/main Fix Templates blocking other custom models. 2019-06-22 17:27:29 +01:00
.gitattributes Initial commit 2019-06-18 02:33:36 -07:00
.gitignore Initial commit 2019-06-18 02:33:36 -07:00
build.gradle oh right check fabric.mod.json for environments too 2019-06-19 23:40:56 -07:00
gradlew Initial commit 2019-06-18 02:33:36 -07:00
gradlew.bat Initial commit 2019-06-18 02:33:36 -07:00
icon.png oh right icons are important 2019-06-19 16:04:38 -07:00
LICENSE Initial commit 2019-06-18 02:33:36 -07:00
README.md add readme, assets, and data! 2019-06-19 15:57:15 -07:00

Templates

>> Downloads <<

Slopes?

This mod is open source and under a permissive license. As such, it can be included in any modpack on any platform without prior permission. We appreciate hearing about people using our mods, but you do not need to ask to use them. See the LICENSE file for more details.

Templates is an API for Carpenter's Blocks-like templated blocks. Currently, plain slopes are the only built-in template blocks.

Template blocks can be placed in the world, then right-clicked with a full-size block to set the textures for the template. Template blocks will inherit light and redstone values from the blocks they're given, or they can have light or redstone output added to any given block by right-clicking the template with glowstone dust or a redstone torch, respectively.