mirror of
https://github.com/minetest-mods/carpets.git
synced 2024-12-30 00:47:28 +01:00
Update README.md
This commit is contained in:
parent
b54508f800
commit
0fee5bf76d
16
README.md
16
README.md
@ -1,3 +1,15 @@
|
|||||||
# minetest-carpets
|
# Carpets mod for minetest
|
||||||
|
|
||||||
See https://forum.minetest.net/viewtopic.php?t=15459
|
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: WTFPL
|
||||||
|
|
||||||
|
The mod provides an api to register more carpets using template nodes
|
||||||
|
Example:
|
||||||
|
```
|
||||||
|
carpets.register('default:dirt') -- registers carpet looks like dirt
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user