mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-24 04:03:39 -04:00
Clarify strongholds comment.
This commit is contained in:
parent
486c0cdb95
commit
571e4b41ac
@ -947,8 +947,8 @@ void findStrongholds_pre19(LayerStack *g, int *cache, Pos *locations, int64_t wo
|
||||
|
||||
/* findStrongholds
|
||||
* ---------------------
|
||||
* Finds up to 128 strongholds as in MC since 1.9. Returns the number of
|
||||
* strongholds found within the specified radius.
|
||||
* Finds up to 128 strongholds which generate since MC 1.9. Returns the number
|
||||
* of strongholds found within the specified radius.
|
||||
* Warning: Slow!
|
||||
*
|
||||
* g : generator layer stack [world seed will be updated]
|
||||
|
@ -225,8 +225,8 @@ void findStrongholds_pre19(LayerStack *g, int *cache, Pos *locations, int64_t wo
|
||||
|
||||
/* findStrongholds
|
||||
* ---------------------
|
||||
* Finds up to 128 strongholds as in MC since 1.9. Returns the number of
|
||||
* strongholds found within the specified radius.
|
||||
* Finds up to 128 strongholds which generate since MC 1.9. Returns the number
|
||||
* of strongholds found within the specified radius.
|
||||
* Warning: Slow!
|
||||
*
|
||||
* g : generator layer stack [world seed will be updated]
|
||||
|
Loading…
x
Reference in New Issue
Block a user