Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created March 27, 2013 17:26
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 PilzAdam/5256312 to your computer and use it in GitHub Desktop.
Save PilzAdam/5256312 to your computer and use it in GitHub Desktop.
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_gold",
wherein = "default:stone",
clust_scarcity = 16*16*16,
clust_num_ores = 3,
clust_size = 3,
height_min = -257,
height_max = -64,
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_gold",
wherein = "default:stone",
clust_scarcity = 14*14*14,
clust_num_ores = 5,
clust_size = 3,
height_min = -31000,
height_max = -256,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment