v0.4.0
This commit is contained in:
parent
dc35bc524b
commit
e8f5a7062d
0
LICENSE.txt
Normal file → Executable file
0
LICENSE.txt
Normal file → Executable file
13
README.md
Normal file → Executable file
13
README.md
Normal file → Executable file
@ -2,10 +2,11 @@
|
|||||||
![Mobs Balrog's screenshot](screenshot.png)
|
![Mobs Balrog's screenshot](screenshot.png)
|
||||||
**_Adds balrogs._**
|
**_Adds balrogs._**
|
||||||
|
|
||||||
**Source code's license:** LGPL v2.1
|
**Version:** 0.4.0
|
||||||
**Media (Textures, Models, Sounds) license:** CC-BY-SA 3.0 Unported
|
**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
|
### Installation
|
||||||
@ -21,3 +22,9 @@ GNU+Linux - If you use a system-wide installation place it in
|
|||||||
|
|
||||||
For further information or help see:
|
For further information or help see:
|
||||||
https://wiki.minetest.net/Help:Installing_Mods
|
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
16
changelog.md
Normal file → Executable file
@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
- No further addition planned.
|
- 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
|
## [0.3.5] - 2018-08-23
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
default
|
|
||||||
mobs
|
|
||||||
tnt
|
|
@ -1 +0,0 @@
|
|||||||
Adds balrogs.
|
|
11
init.lua
Normal file → Executable file
11
init.lua
Normal file → Executable file
@ -1,7 +1,7 @@
|
|||||||
--[[
|
--[[
|
||||||
|
|
||||||
Mobs Balrog - Adds balrogs.
|
Mobs Balrog - Adds balrogs.
|
||||||
Copyright © 2018 Hamlet <hamlatmesehub@riseup.net>
|
Copyright © 2018-2019 Hamlet <hamlatmesehub@riseup.net>
|
||||||
|
|
||||||
Authors of source code:
|
Authors of source code:
|
||||||
-----------------------
|
-----------------------
|
||||||
@ -39,6 +39,11 @@
|
|||||||
]]--
|
]]--
|
||||||
|
|
||||||
|
|
||||||
|
-- Used for localization
|
||||||
|
|
||||||
|
local S = minetest.get_translator("mobs_balrog")
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Balrog's spawn settings
|
-- Balrog's spawn settings
|
||||||
--
|
--
|
||||||
@ -215,7 +220,7 @@ mobs:register_mob("mobs_balrog:balrog", {
|
|||||||
--
|
--
|
||||||
|
|
||||||
minetest.register_tool("mobs_balrog:balrog_whip", {
|
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"),
|
minetest.get_background_escape_sequence("darkred"),
|
||||||
inventory_image = "mobs_balrog_balrog_whip.png^[transform3",
|
inventory_image = "mobs_balrog_balrog_whip.png^[transform3",
|
||||||
on_use = function(itemstack, user, pointed_thing)
|
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")
|
or (minetest.settings:get("debug_log_level") == "verbose")
|
||||||
then
|
then
|
||||||
|
|
||||||
minetest.log("action", "[Mod] Mobs Balrog [v0.3.5] loaded.")
|
minetest.log("action", "[Mod] Mobs Balrog [v0.4.0] loaded.")
|
||||||
end
|
end
|
||||||
|
3
locale/mobs_balrog.it.tr
Normal file
3
locale/mobs_balrog.it.tr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# textdomain:mobs_balrog
|
||||||
|
|
||||||
|
Balrog Whip=Frusta del balrog
|
3
locale/template.txt
Normal file
3
locale/template.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# textdomain:mobs_balrog
|
||||||
|
|
||||||
|
Balrog Whip=
|
6
mod.conf
Normal file → Executable file
6
mod.conf
Normal file → Executable file
@ -1,7 +1,3 @@
|
|||||||
name = mobs_balrog
|
name = mobs_balrog
|
||||||
title = Mobs Balrog
|
|
||||||
author = Hamlet
|
|
||||||
description = Adds balrogs.
|
description = Adds balrogs.
|
||||||
license = LGPLv2.1 - CC BY-SA 3.0 Unported
|
depends = default, mobs, tnt
|
||||||
forum = https://forum.minetest.net/viewtopic.php?f=9&t=18459
|
|
||||||
version = 0.3.5
|
|
||||||
|
0
models/LICENSE.txt
Normal file → Executable file
0
models/LICENSE.txt
Normal file → Executable file
0
models/mobs_balrog.b3d
Normal file → Executable file
0
models/mobs_balrog.b3d
Normal file → Executable file
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 89 KiB |
0
settingtypes.txt
Normal file → Executable file
0
settingtypes.txt
Normal file → Executable file
0
sounds/LICENSE.txt
Normal file → Executable file
0
sounds/LICENSE.txt
Normal file → Executable file
0
sounds/mobs_balrog_howl.ogg
Normal file → Executable file
0
sounds/mobs_balrog_howl.ogg
Normal file → Executable file
0
sounds/mobs_balrog_stone_death.ogg
Normal file → Executable file
0
sounds/mobs_balrog_stone_death.ogg
Normal file → Executable file
0
textures/LICENSE.txt
Normal file → Executable file
0
textures/LICENSE.txt
Normal file → Executable 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 |
Loading…
x
Reference in New Issue
Block a user