57 Commits

Author SHA1 Message Date
Daniel Borchmann
68251f8f2d
Add nautilus submarine 2021-12-26 15:46:27 +01:00
Daniel Borchmann
7315aee547
Add water_life 2021-12-26 14:58:48 +01:00
Daniel Borchmann
15eb1d1154
Add Hidroplane
Successfully tested locally.
2021-11-17 13:51:12 +01:00
Daniel Borchmann
81cc954670
Add wielded-light mod
We had used the torches mod previously, but that one is quite old.  However,
this mod gave torches the ability to light up the surrounding area when just
wearing them.  Use wieleded-light for this now.
2021-10-29 08:42:24 +02:00
Daniel Borchmann
4134d06711
Replace system mods by submodules
This is necessary to use the minetest server provided by flatpack.
2021-10-29 08:20:44 +02:00
Daniel Borchmann
1b8533a555
Correct URLs to gitlab repositories
gitlab likes to have the .git suffix explicitly added to the URL.
2021-07-04 15:18:24 +02:00
Daniel Borchmann
1e7a1112c9
Add 3d_armor mod to protect from animals and such
The latest version does not work with Minetest 5.3, though, so we have to use
some older version.
2021-06-10 21:47:35 +02:00
Daniel Borchmann
2863e07930
Add animals via petz mod
We add a user configuration to exclude dangerous animals for now,
to avoid unpleasant surprises while travelling.
2021-05-29 09:37:55 +02:00
Daniel Borchmann
3e68f1aea7
Animate heads
This looks more lively for other players
2021-05-28 22:04:57 +02:00
Daniel Borchmann
ec81a5ba4b
Add towercrane mod
This allows limited fly priviledge for building.
2021-05-22 16:03:28 +02:00
Daniel Borchmann
cdbb030588
Add bike and mobf_trader mods
Requests by popular vote.
2021-05-22 12:49:48 +02:00
Daniel Borchmann
6af8ebcfd3
Add cloudlands mod
Actually only for the giant tree it contains …
2021-05-13 12:06:50 +02:00
Daniel Borchmann
f6dc19c4eb
Add modified version of item_tweaks repository 2021-05-08 17:54:54 +02:00
Daniel Borchmann
edf96e7050
Replace mesecons by dedicated submodule
The currently packed version seems to have a problem with placing table lamps,
but the version now included as a submodule does not.

Maybe this should be reported to the package maintainer?
2021-04-24 14:37:31 +02:00
Daniel Borchmann
cba2966c47
Add anvil mod for repairing tools
Added by popular vote.
2021-04-11 08:59:25 +02:00
Daniel Borchmann
8d0a6c7d53
Add mod to change the time of the day
This works without extra privileges.
2021-04-11 08:45:29 +02:00
Daniel Borchmann
10e64672c6
Add extension mod for WorldEdit 2021-04-10 08:43:30 +02:00
Daniel Borchmann
ee35ec2309
Add helicopters
For reaching air islands and convenient flying.
2021-04-05 12:25:02 +02:00
Daniel Borchmann
efd0cddbdc
Add colorful torches 2021-04-05 11:55:04 +02:00
Daniel Borchmann
ed10922875
Add mydoors mod 2021-04-05 11:25:12 +02:00
Daniel Borchmann
3a6e27d3d1
Add awards mod
This is to add some little extra fun to the default Minetest Game.
2021-02-27 11:37:45 +01:00
Daniel Borchmann
e6313e8eb4
Add pipeworks mod 2021-01-03 15:58:23 +01:00
Daniel Borchmann
d95ccfc1da
Add areas module as protection mechanism 2020-12-25 11:25:04 +01:00
Daniel Borchmann
d8f11efb19
Add local copy of worldedit 2020-12-20 11:13:08 +01:00
Daniel Borchmann
e5277bf4f9
Add submodules for signs
We need the possibility to find a way back while exploring caves, and signs seem
to be a good way to do this.
2020-12-19 10:27:10 +01:00
Daniel Borchmann
43377b6c79
Add hook mod for improved hill climbing
The recipe for hooks is currently shadowed by that
for the scaffolding wrench, needs fixing.
2020-12-18 16:35:12 +01:00
Daniel Borchmann
00f17a9047
Add local copy of moreblocks mod 2020-12-18 08:37:26 +01:00
Daniel Borchmann
0701385efb
Add local copy of unified dyes mod 2020-12-18 08:35:30 +01:00
Daniel Borchmann
b39e5057fd
Add local copies of homedecor and basic-materials 2020-12-18 08:31:41 +01:00
Daniel Borchmann
ba5a78fb70
Add local copy of moreores mod 2020-12-18 08:27:12 +01:00
Daniel Borchmann
c7c439fd78
Rename minetest-tweaks mod to follow naming conventions 2020-12-17 21:13:31 +01:00
Daniel Borchmann
03f7a64882
Add some personal minetest tweaks 2020-12-17 21:10:19 +01:00
Daniel Borchmann
5b45743739
Add local copy of mobs_redo
The version provided by Debian seems to have a bug in the `get_distance`
function:

```
2020-12-13 14:35:25: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'mob_horse' in callback luaentity_Step(): /usr/share/games/minetest/mods/mobs_redo/api.lua:114: attempt to index local 'b' (a nil value)
2020-12-13 14:35:25: ERROR[Main]: stack traceback:
2020-12-13 14:35:25: ERROR[Main]:       /usr/share/games/minetest/mods/mobs_redo/api.lua:114: in function 'get_distance'
2020-12-13 14:35:25: ERROR[Main]:       /usr/share/games/minetest/mods/mobs_redo/api.lua:1572: in function 'follow_flop'
2020-12-13 14:35:25: ERROR[Main]:       /usr/share/games/minetest/mods/mobs_redo/api.lua:2954: in function </usr/share/games/minetest/  mods/mobs_redo/api.lua:2822>
```
2020-12-13 14:39:42 +01:00
Daniel Borchmann
5acdb62432
Replace local copy of columnia by submodule reference 2020-12-13 12:38:03 +01:00
Daniel Borchmann
72e9463a1b
Update mods to latest versions 2020-12-13 12:00:49 +01:00
Daniel Borchmann
7cd98418b9
Remove obsolete mods 2020-12-13 11:51:29 +01:00
Daniel Borchmann
5116ead7fb
Replace stairsplus mod by submodule 2018-10-07 19:32:37 +02:00
Daniel Borchmann
0fcce0188c
Add areas and bonemeal
Not used (and thus not tested) so far.
2018-10-07 19:28:10 +02:00
Daniel Borchmann
1082cae4b8
Add mobs_npc and playeranim 2018-10-06 16:58:14 +02:00
Daniel Borchmann
0caf307de5
Add Mobs for water 2018-10-06 11:35:29 +02:00
Daniel Borchmann
1d51e55ccc
Add lucky_block 2018-10-06 11:01:33 +02:00
Daniel Borchmann
6ec321b66a
Add intllib 2018-10-06 10:55:00 +02:00
Daniel Borchmann
7439ae5f10
Add horses 2018-10-05 20:52:50 +02:00
Daniel Borchmann
7882133271
Updating reference to upstream repositories
Repositories by sapier cannot be found anymore, and they also seem to be
incompatible with the newest versions of Minetest; they have thus been remove
now.
2018-09-30 09:47:58 +02:00
Daniel Borchmann
c1f45647b1 Replace walking_light with wielded_light
Use /mapfix for fixing problems with the old lightsource.
2018-04-02 11:37:46 +02:00
Daniel Borchmann
1bb3a7024c
Add sneak_glitch mod
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-11-05 08:44:30 +01:00
Daniel Borchmann
0b46dfdeda
Remove ethereal
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-11-03 18:14:43 +01:00
Daniel Borchmann
f15e9ce55b
Add original version of animals_modpack
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 17:23:18 +02:00
Daniel Borchmann
0404a5ad60
Remove personal copy of animals_modpack
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 17:22:09 +02:00
Daniel Borchmann
aebb533246
Add u_skins
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 17:02:25 +02:00