Is there a trick to it?
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 = "blob",
ore = "mystreets:oil_source",
wherein = "default:stone",
clust_scarcity = 60*60*60,
clust_num_ores = 1024,
clust_size = 16,
height_min = -31000,
height_max = -400,
})
Edit - it just won't do it with ore_type = "blob"
sheet and scatter works fine.