Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ores doesn't generate with cluster size == 30 even with scarcity==1 #78

Open
4aiman opened this issue May 5, 2014 · 0 comments
Open

Comments

@4aiman
Copy link
Contributor

4aiman commented May 5, 2014

Reproduce steps:

  • create new mod;
  • add this to the init.lua:
    minetest.register_ore({ ore_type = "scatter", ore = "default:stone_with_coal", wherein = "default:stone", clust_scarcity = 1, clust_num_ores = 27000, clust_size = 30, height_min = -1000, height_max = 0, });
  • create a new world using mapgen v7;
@xyzz xyzz added bug labels May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants