Add cloudlands mod

Actually only for the giant tree it contains …
master
Daniel Borchmann 2021-05-13 11:55:00 +02:00
parent ba7232e3a4
commit 6af8ebcfd3
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
4 changed files with 33 additions and 0 deletions

3
.gitmodules vendored
View File

@ -109,3 +109,6 @@
[submodule "item-tweaks-2"]
path = item-tweaks
url = https://github.com/exot/item_tweaks
[submodule "cloudlands"]
path = cloudlands
url = https://github.com/Treer/cloudlands

1
cloudlands Submodule

@ -0,0 +1 @@
Subproject commit 0009137327942697a5df048d1a4f6706970509aa

View File

@ -0,0 +1,28 @@
We do not want the islands, only the giant tree and the nodes required for it.
Thus we disable cloudlands mapgen registration.
--- a/cloudlands/cloudlands.lua
+++ b/cloudlands/cloudlands.lua
@@ -2953,12 +2953,12 @@ local function on_generated(minp, maxp,
end
-minetest.register_on_generated(on_generated)
-
-minetest.register_on_mapgen_init(
- -- invoked after mods initially run but before the environment is created, while the mapgen is being initialized
- function(mgparams)
- worldSeed = mgparams.seed
- --if DEBUG then minetest.set_mapgen_params({mgname = "singlenode"--[[, flags = "nolight"]]}) end
- end
-)
\ No newline at end of file
+-- minetest.register_on_generated(on_generated)
+--
+-- minetest.register_on_mapgen_init(
+-- -- invoked after mods initially run but before the environment is created, while the mapgen is being initialized
+-- function(mgparams)
+-- worldSeed = mgparams.seed
+-- --if DEBUG then minetest.set_mapgen_params({mgname = "singlenode"--[[, flags = "nolight"]]}) end
+-- end
+-- )

View File

@ -1,3 +1,4 @@
01_columnia-acacia-tree-from-default.patch
02_adjust-helicopter-consumption-height.patch
03_enable-item-tweaks-pickup.patch
04_disable-cloudlands-mapgen.patch