1
0
Fork 0
master v0.4.0
Hamlet 2019-10-16 13:04:26 +02:00
parent dc35bc524b
commit e8f5a7062d
No known key found for this signature in database
GPG Key ID: 30CDB9FA94B0D255
19 changed files with 41 additions and 15 deletions

0
LICENSE.txt Normal file → Executable file
View File

13
README.md Normal file → Executable file
View File

@ -2,10 +2,11 @@
![Mobs Balrog's screenshot](screenshot.png)
**_Adds balrogs._**
**Source code's license:** LGPL v2.1
**Media (Textures, Models, Sounds) license:** CC-BY-SA 3.0 Unported
**Version:** 0.4.0
**Source code's license:** [LGPL v2.1][1]
**Media (Textures, Models, Sounds) license:** [CC-BY-SA 3.0 Unported][2]
**Dependencies:** default, tnt (found in Minetest Game), mobs (Mobs Redo)
**Dependencies:** default, tnt (found in [Minetest Game][3]), mobs ([Mobs Redo][4])
### Installation
@ -21,3 +22,9 @@ GNU+Linux - If you use a system-wide installation place it in
For further information or help see:
https://wiki.minetest.net/Help:Installing_Mods
[1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
[2]: https://creativecommons.org/licenses/by-sa/3.0/
[3]: https://github.com/minetest/minetest_game
[4]: https://forum.minetest.net/viewtopic.php?t=9917

16
changelog.md Normal file → Executable file
View File

@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- No further addition planned.
## [0.4.0] - 2019-10-16
### Added
- Support for localization.
### Changed
- mod.conf to follow MT v5.x specifics.
- Textures have been optimized (with optipng).
### Removed
- Support for MT v4.x
## [0.3.5] - 2018-08-23
### Changed

View File

@ -1,3 +0,0 @@
default
mobs
tnt

View File

@ -1 +0,0 @@
Adds balrogs.

11
init.lua Normal file → Executable file
View File

@ -1,7 +1,7 @@
--[[
Mobs Balrog - Adds balrogs.
Copyright © 2018 Hamlet <hamlatmesehub@riseup.net>
Copyright © 2018-2019 Hamlet <hamlatmesehub@riseup.net>
Authors of source code:
-----------------------
@ -39,6 +39,11 @@
]]--
-- Used for localization
local S = minetest.get_translator("mobs_balrog")
--
-- Balrog's spawn settings
--
@ -215,7 +220,7 @@ mobs:register_mob("mobs_balrog:balrog", {
--
minetest.register_tool("mobs_balrog:balrog_whip", {
description = minetest.colorize("orange", "Balrog Whip") ..
description = minetest.colorize("orange", S("Balrog Whip")) ..
minetest.get_background_escape_sequence("darkred"),
inventory_image = "mobs_balrog_balrog_whip.png^[transform3",
on_use = function(itemstack, user, pointed_thing)
@ -367,5 +372,5 @@ or (minetest.settings:get("debug_log_level") == "info")
or (minetest.settings:get("debug_log_level") == "verbose")
then
minetest.log("action", "[Mod] Mobs Balrog [v0.3.5] loaded.")
minetest.log("action", "[Mod] Mobs Balrog [v0.4.0] loaded.")
end

3
locale/mobs_balrog.it.tr Normal file
View File

@ -0,0 +1,3 @@
# textdomain:mobs_balrog
Balrog Whip=Frusta del balrog

3
locale/template.txt Normal file
View File

@ -0,0 +1,3 @@
# textdomain:mobs_balrog
Balrog Whip=

6
mod.conf Normal file → Executable file
View File

@ -1,7 +1,3 @@
name = mobs_balrog
title = Mobs Balrog
author = Hamlet
description = Adds balrogs.
license = LGPLv2.1 - CC BY-SA 3.0 Unported
forum = https://forum.minetest.net/viewtopic.php?f=9&t=18459
version = 0.3.5
depends = default, mobs, tnt

0
models/LICENSE.txt Normal file → Executable file
View File

0
models/mobs_balrog.b3d Normal file → Executable file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 89 KiB

0
settingtypes.txt Normal file → Executable file
View File

0
sounds/LICENSE.txt Normal file → Executable file
View File

0
sounds/mobs_balrog_howl.ogg Normal file → Executable file
View File

0
sounds/mobs_balrog_stone_death.ogg Normal file → Executable file
View File

0
textures/LICENSE.txt Normal file → Executable file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 741 B