From 87bd70224c502d7c17bdba8ab92adffb60c0a8bd Mon Sep 17 00:00:00 2001 From: src_resources Date: Sun, 17 Mar 2024 17:38:33 +0800 Subject: [PATCH] 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 --- docs/rendering/modelloaders/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rendering/modelloaders/index.md b/docs/rendering/modelloaders/index.md index 9856d688a..98f190d1e 100644 --- a/docs/rendering/modelloaders/index.md +++ b/docs/rendering/modelloaders/index.md @@ -15,7 +15,7 @@ Forge adds a loader for the `.obj` file format. To use these models, the JSON mu ```js { // Add the following line on the same level as a 'model' declaration - "loader": "forge:obj", + "loader": "neoforge:obj", "flip_v": true, "model": "examplemod:models/block/model.obj", "textures": {