Clarify destroy_blocks config option
This commit is contained in:
parent
18f0f833f3
commit
e2b340ceaf
@ -287,7 +287,7 @@ class BlackHoleBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) : Mattery
|
||||
|
||||
var iterations = 0
|
||||
|
||||
while (iterations < ITERATIONS && sphereIterator!!.hasNext()) {
|
||||
while (iterations < ITERATIONS && sphereIterator.hasNext()) {
|
||||
iterations++
|
||||
|
||||
val pos = sphereIterator.next() + blockPos
|
||||
|
@ -54,6 +54,8 @@ object ServerConfig : AbstractConfig("misc") {
|
||||
|
||||
val DESTROY_BLOCKS: Boolean by builder
|
||||
.comment("Whenever singularities should destroy blocks")
|
||||
.comment("Keep in mind that mobs behind blocks can cause serious server lag")
|
||||
.comment("when trying to reach singularity")
|
||||
.define("DESTROY_BLOCKS", true)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user