mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 06:13:17 -04:00
No more buggy entities
I have done this so that the falling nodes gravel and silver sand do not fall into the ignore when a player mistaken punches them at bottom most limit.
This commit is contained in:
parent
8eb4437ac8
commit
da173ccf8a
1 changed files with 2 additions and 2 deletions
|
@ -542,7 +542,7 @@ function default.register_ores()
|
|||
clust_scarcity = 16 * 16 * 16,
|
||||
clust_size = 5,
|
||||
y_max = 31000,
|
||||
y_min = -31000,
|
||||
y_min = -30000,
|
||||
noise_threshold = 0.0,
|
||||
noise_params = {
|
||||
offset = 0.5,
|
||||
|
@ -588,7 +588,7 @@ function default.register_ores()
|
|||
clust_scarcity = 16 * 16 * 16,
|
||||
clust_size = 5,
|
||||
y_max = 31000,
|
||||
y_min = -31000,
|
||||
y_min = -30000,
|
||||
noise_threshold = 0.0,
|
||||
noise_params = {
|
||||
offset = 0.5,
|
||||
|
|
Loading…
Add table
Reference in a new issue