-
Notifications
You must be signed in to change notification settings - Fork 4
Forge Model Compatibility
starboyceleste edited this page Mar 31, 2023
·
1 revision
Models that use Forge's native OBJ loader can also be loaded using Special Model Loader. No changes are necessary. This is useful when using a shared JSON between Forge and Fabric, such as Architectury API projects.
example_forge_model.json
{
"loader": "forge:obj",
"model": "examplemod:models/item/example_model.obj"
}
Original documentation written by, @MORIMORI0317_jp rewritten by @starboyceleste.
Thank you starboyceleste!