38 Commits

Author SHA1 Message Date
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
Daniel Borchmann
eb1ef2a208
Add display_modpack
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 16:59:49 +02:00
Daniel Borchmann
88717819f7
Add darkage
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 16:50:51 +02:00
Daniel Borchmann
519e3457bf
Adding bakedclay and mydoors
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-28 15:44:00 +02:00
Daniel Borchmann
ce4fdae099
Adding custom code to animals_modpack
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-23 16:51:21 +02:00
Daniel Borchmann
fe7d4cc70f
Mobs mods by TenPlus1
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-23 16:45:39 +02:00
Daniel Borchmann
9578e40f16
Update lantern mod
Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
2017-04-23 16:43:48 +02:00
Daniel Borchmann
e6ccb17320
Adding packages 2017-04-23 16:02:15 +02:00