write something there

This commit is contained in:
N-Nachtigal 2025-05-04 16:01:41 +02:00
commit b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions

15
mods/carpets/README.md Normal file
View file

@ -0,0 +1,15 @@
# Carpets mod for minetest
This mod adds 15 colorized wool carpets to the minetest.
![](https://github.com/bell07/minetest-carpets/blob/master/screenshot.png)
Maintained version, based on https://forum.minetest.net/viewtopic.php?t=15459 and https://forum.minetest.net/viewtopic.php?f=11&t=11637
License: LGPL-2.1+.
The mod provides an api to register more carpets using template nodes
Example:
```lua
carpets.register('default:dirt', {description=S('Carpet dirt')}) -- registers carpet looks like dirt
```