Compare commits

...

5 Commits

Author SHA1 Message Date
Jordan Irwin 48d781481a Add to TODO list 2021-08-12 18:18:05 -07:00
Jordan Irwin 7d06522d1f Increment version to 0.4 2021-08-12 18:03:01 -07:00
Jordan Irwin de301a083e Add Spanish translation 2021-08-12 17:59:56 -07:00
Jordan Irwin 155255a193 Exclude docs directory from releases 2021-08-12 17:51:16 -07:00
Jordan Irwin 5f1add36f5 Add ContentDB configuration 2021-08-12 17:50:56 -07:00
6 changed files with 26 additions and 3 deletions

12
.cdb.json Normal file
View File

@ -0,0 +1,12 @@
{
"type": "MOD",
"name": "slingshot",
"title": "Slingshot",
"short_description": "Slingshots that can throw inventory items as ammunition.",
"license": "MIT",
"media_license": "CC-BY-SA-4.0",
"tags": ["tools"],
"repo": "https://github.com/AntumMT/mod-slingshot",
"issue_tracker": "https://github.com/AntumMT/mod-slingshot/issues",
"forums": 18315
}

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
.* export-ignore
docs export-ignore

View File

@ -3,4 +3,4 @@ TODO:
- possibly convert to use a throwing API
- fix setting default entity duration value (item_entity_ttl) to 900, same as minetest.conf.example
- don't use "on_globalstep" to ensure hit
- add Spanish translation
- update screenshot with new textures

View File

@ -1,7 +1,8 @@
next
v0.4
----
- added "textdomain" line to localization template
- added Spanish translation
v0.3

8
locale/slingshot.es.tr Normal file
View File

@ -0,0 +1,8 @@
# textdomain:slingshot
# Translators: Jordan Irwin (AntumDeluge)
Rubber Band=Banda de Goma
Wooden Slingshot=Honda de Madera
Iron Slingshot=Honda de Hierro

View File

@ -1,5 +1,5 @@
name = slingshot
version = 0.3
version = 0.4
description = A slingshot that can throw inventory items as ammunition.
author = AiTechEye, Jordan Irwin (AntumDeluge)
min_minetest_version = 5.0