Page 1 of 1

How can I make veins more solid?

PostPosted: Wed Jun 29, 2016 09:50
by burli
I play around with veins, but the nodes are to scattered.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_ore({
  ore_type="vein",
  ore="default:glass",
  wherein="default:stone",
  clust_num_ores=250,
  clust_scarcity=60,
  clust_size=10,
  y_min=-1000,
  y_max=31000,
  noise_threshhold=1.6, noise_params={offset=0, scale=3, spread={x=100, y=250, z=100},
  seed=2345235,
  octaves=4,
  persist=0.50,
  flags = "eased"},
  random_factor=1.0})


How can I make them more dense? I want some vines like the tunnels from v7 cavegen

Image