mirror of
https://github.com/rollerozxa/voxelmanip-wiki
synced 2024-05-05 08:01:02 -07:00
ModStorage: Add attribution
This commit is contained in:
parent
5b2dd30f36
commit
356f1b75cf
@ -51,4 +51,7 @@ minetest.register_chatcommand("/set_greeting", {
|
||||
return true, param == "" and "Greeting cleared." or "Greeting set."
|
||||
end
|
||||
})
|
||||
```
|
||||
```
|
||||
|
||||
---
|
||||
*This article is originally based on an article from the minetest_docs project: [ModStorage.adoc](https://github.com/minetest/minetest_docs/blob/master/doc/classes/ModStorage.adoc) by Lars Müller, licensed under CC-BY 4.0*
|
Loading…
x
Reference in New Issue
Block a user