This commit is contained in:
Hamlet 2020-07-19 14:59:09 +02:00
parent a03895f527
commit 078c80523f
No known key found for this signature in database
GPG Key ID: 30C286622B0B63F9

19
bower.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "smaller_steps",
"description": "Makes stairs and slabs use smaller shapes. ",
"keywords": [
"mapgen", "decorations"
],
"homepage": "https://content.minetest.net/packages/Hamlet/smaller_steps/",
"forum": "https://forum.minetest.net/viewtopic.php?t=18283",
"screenshots": [
"https://codeberg.org/Hamlet/smaller_steps/src/branch/master/screenshot.png"
],
"authors": [
"Hamlet"
],
"license": "EUPL-1.2",
"dependencies": {
"stairs": "https://github.com/minetest/minetest_game/tree/master/mods/stairs"
}
}