Skip to content

Instantly share code, notes, and snippets.

@Jordach
Created April 14, 2014 13:51
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 Jordach/0428331c87427026459c to your computer and use it in GitHub Desktop.
Save Jordach/0428331c87427026459c to your computer and use it in GitHub Desktop.
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_diamond",
wherein = "default:stone",
clust_scarcity = 40*40*40,
clust_num_ores = 4,
clust_size = 3,
height_min = -31000,
height_max = 0,
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