Node Drawtypes: Fix wrong folder name for models

master
Andrew Ward 2018-02-28 20:21:20 +00:00 committed by GitHub
parent 1f258e06ea
commit dddfab3827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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