From dddfab3827c356ce4743aa195f36d085d8fd583f Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Wed, 28 Feb 2018 20:21:20 +0000 Subject: [PATCH] Node Drawtypes: Fix wrong folder name for models --- en/chapters/node_drawtypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/chapters/node_drawtypes.md b/en/chapters/node_drawtypes.md index f4b6ba9..be2b674 100644 --- a/en/chapters/node_drawtypes.md +++ b/en/chapters/node_drawtypes.md @@ -403,7 +403,7 @@ minetest.register_node("mymod:meshy", { }) {% endhighlight %} -Make sure that the mesh is available in a `meshes` directory. +Make sure that the mesh is available in a `models` directory. Most of the time the mesh should be in your mod's folder, however it's okay to share a mesh provided by another mod you depend on. For example, a mod that adds more types of furniture may want to share the model provided by a basic