Skip to content

Commit 87bd702

Browse files
committed
Correct the model loader
The identity of the OBJ model loader inside the codebase has been changed from "forge:obj" into "neoforge:obj" but not yet for the documentation. Discovered by chance when handling a weird model loading issue during my developing NeoForge mod. Signed-off-by: src_resources <src.res.211@gmail.com>
1 parent 8149fe7 commit 87bd702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rendering/modelloaders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Forge adds a loader for the `.obj` file format. To use these models, the JSON mu
1515
```js
1616
{
1717
// Add the following line on the same level as a 'model' declaration
18-
"loader": "forge:obj",
18+
"loader": "neoforge:obj",
1919
"flip_v": true,
2020
"model": "examplemod:models/block/model.obj",
2121
"textures": {

0 commit comments

Comments
 (0)