ModStorage: Add attribution

This commit is contained in:
ROllerozxa 2023-07-18 19:27:07 +00:00
parent 5b2dd30f36
commit 356f1b75cf

View File

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