Skip to content

Instantly share code, notes, and snippets.

@rdococ
Created March 21, 2017 11: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 rdococ/b2ddd5c7e12618e3f59b5ba7858e990a to your computer and use it in GitHub Desktop.
Save rdococ/b2ddd5c7e12618e3f59b5ba7858e990a to your computer and use it in GitHub Desktop.
asgd
minetest.register_ore({
ore_type = "blob",
ore = "space:asteroid",
wherein = "air",
clust_scarcity = 16 * 16 * 16,
clust_size = 5,
y_min = space_start,
y_max = 31000,
noise_threshold = 0.0,
noise_params = {
offset = 0.5,
scale = 0.2,
spread = {x = 5, y = 5, z = 5},
seed = -316,
octaves = 1,
persist = 0.0
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment