Skip to content

Instantly share code, notes, and snippets.

/CAir Secret

Created April 14, 2014 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2edff6f287d7f9f2bc26 to your computer and use it in GitHub Desktop.
Save anonymous/2edff6f287d7f9f2bc26 to your computer and use it in GitHub Desktop.
minetest.register_ore({
ore_type = "scatter",
ore = "default:cair",
wherein = "air",
clust_scarcity = 40*40*40,
clust_num_ores = 4,
clust_size = 3,
height_min = -31000,
height_max = 31000,
flags = "absheight", -- ore becomes closer together at deeper depths.
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment