Go to file
ROllerozxa 58fffdc8c2 Warn if mod is enabled in non-singlenode world. 2022-04-05 20:28:41 +02:00
LICENSE Initial Commit 2021-08-16 21:43:02 +02:00
README.md Make node selection based on the current world seed. 2021-08-17 15:38:16 +02:00
init.lua Warn if mod is enabled in non-singlenode world. 2022-04-05 20:28:41 +02:00
mod.conf Initial Commit 2021-08-16 21:43:02 +02:00
screenshot.png Initial Commit 2021-08-16 21:43:02 +02:00

README.md

Minetest Skygrid

Custom skygrid mapgen for Minetest.

As with all custom Lua mapgens, it overwrites the 'singlenode' mapgen. The node selection is based off the current world seed, but will change if mods containing nodes are enabled/disabled.

It generates a list of nodes from minetest.registered_nodes, so all mods and games should work with it, including its nodes into the list of potential nodes.