Node Drawtypes: Fix wrong folder name for models

This commit is contained in:
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

View File

@ -403,7 +403,7 @@ minetest.register_node("mymod:meshy", {
}) })
{% endhighlight %} {% 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 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 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 adds more types of furniture may want to share the model provided by a basic