Node Drawtypes: Fix wrong folder name for models
This commit is contained in:
parent
1f258e06ea
commit
dddfab3827
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user