From f1ddb91275fd298c36a3f2d7dae392422d48dacc Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Sun, 22 May 2016 22:43:37 +0200 Subject: [PATCH] update submodules --- mods/boats | 2 +- mods/default/aliases.lua | 1 + mods/farming | 2 +- mods/illuna | 2 +- mods/mobs_redo | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mods/boats b/mods/boats index 045f1b9e..14ccac7c 160000 --- a/mods/boats +++ b/mods/boats @@ -1 +1 @@ -Subproject commit 045f1b9e678179da5362e5b52dd895c2f3ccc072 +Subproject commit 14ccac7c86ebb8102c827726867cb9ba7f806d1c diff --git a/mods/default/aliases.lua b/mods/default/aliases.lua index 23bc70dc..193433c1 100644 --- a/mods/default/aliases.lua +++ b/mods/default/aliases.lua @@ -2,6 +2,7 @@ -- Aliases to support loading worlds using nodes following the old naming convention -- These can also be helpful when using chat commands, for example /giveme + minetest.register_alias("stone", "default:stone") minetest.register_alias("stone_with_coal", "default:stone_with_coal") minetest.register_alias("stone_with_iron", "default:stone_with_iron") diff --git a/mods/farming b/mods/farming index 0df8a782..ecdc28cb 160000 --- a/mods/farming +++ b/mods/farming @@ -1 +1 @@ -Subproject commit 0df8a78219e8b030e36018116fea4d660288549e +Subproject commit ecdc28cbcb3766df0bf6707bd1489d978e58d31d diff --git a/mods/illuna b/mods/illuna index fd6ae0f4..fa46c028 160000 --- a/mods/illuna +++ b/mods/illuna @@ -1 +1 @@ -Subproject commit fd6ae0f46b5d71eaad565225a53e3b084d567396 +Subproject commit fa46c028fa35215c18dd49b2865a372cd156897c diff --git a/mods/mobs_redo b/mods/mobs_redo index 67aa752c..1a53844f 160000 --- a/mods/mobs_redo +++ b/mods/mobs_redo @@ -1 +1 @@ -Subproject commit 67aa752c4433c7172cb7ac86728c455d986678bf +Subproject commit 1a53844f610ed59a2804eabbcdff4576da340858 -- GitLab