How can I make veins more solid?

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

How can I make veins more solid?

by burli » Wed Jun 29, 2016 09:50

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
Attachments
screenshot_20160629_113822.jpg
screenshot_20160629_113822.jpg (237.94 KiB) Viewed 394 times
 

Return to Modding Discussion

Who is online

Users browsing this forum: No registered users and 8 guests

cron