Commit Graph

99 Commits (2863e079300c8231302c43a31e80a4964ad6bae7)

Author SHA1 Message Date
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 ba7232e3a4
Enable automatic item pickup from item-tweaks directly in mod
Setting the corresponding variable in the minetest.conf does not seem to
have the desired effect.
2021-05-08 18:51:52 +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 19256e288b
Adjust flight level at which helicopter energy consumption increases
We have an island at ~350 height and want to fly there, so let's bump the
consumption limit to 400.
2021-04-05 16:32:06 +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 b0cefcd16c
Fix missing SCRIPT marker in README 2021-02-25 14:50:05 +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 a249982665
Fix paths in push hooks 2020-12-20 12:36:25 +01:00
Daniel Borchmann d8f11efb19
Add local copy of worldedit 2020-12-20 11:13:08 +01:00
Daniel Borchmann 9e36dbd23f
Add setup instructions for quilt to README 2020-12-20 10:13:31 +01:00
Daniel Borchmann e35997d9e3
Fix wrong acacia tree reference in columnia mod
Acacia trees have been moved from moretrees to default.
2020-12-20 09:44:57 +01:00
Daniel Borchmann ad046e9b79
Update submodule references 2020-12-20 09:27:56 +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 c8c895d389
Update submodule references 2020-12-18 16:24:40 +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 0146b8debd
Revert "Delete empty patches directory"
Turns out the error in my world.mt, activating a mod named patches although is
wasn't there.  Furthermore, patches may be necessary in the future again, so
let's keep all this.

This reverts commit 21b23a0233.
2020-12-13 15:49:32 +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 61d54511e4
Extend README to show how to check out the submodules 2020-12-13 12:26:45 +01:00
Daniel Borchmann 00d2ce2b7c
Add explicit command to satisfy module dependencies 2020-12-13 12:25:43 +01:00
Daniel Borchmann 21b23a0233
Delete empty patches directory
This causes problems when starting minetest in server mode, as it expects to
find an `init.lua` there.
2020-12-13 12:24:31 +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 2f02a57bb6
Merge branch 'dev' 2018-10-08 11:44:38 +02:00
Daniel Borchmann 3a8cebd842
Minor changes in tomtopia code 2018-10-08 11:42:25 +02:00
Daniel Borchmann ae3dfffd6e
Remove obsolete bone mod 2018-10-07 20:25:37 +02: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 f9e9ae6c38
Rename patches 2018-10-06 13:21:04 +02:00
Daniel Borchmann 1f52cdb7bb
Fix rightclick for land turtles 2018-10-06 13:18:32 +02:00
Daniel Borchmann 67b721d68b
Disable respawn features of mg-villages
Seems to be broken once a player dies
2018-10-06 11:42:00 +02:00