Update explanation wording

This commit is contained in:
Encode42
2022-05-09 13:31:05 -04:00
committed by GitHub
parent 3dc742ffdf
commit c4b2112fb8
+1 -1
View File
@@ -440,7 +440,7 @@ This list lets you set alternative time (in ticks) to despawn certain types of d
`Good starting value: alternate-current`
When enabled, the redstone system is replaced by a faster and alternative version that reduces redundant block updates, lowering the amount of work your server has to do. Enabling this can significantly improve performance without introducing gameplay inconsistencies. This option will additionally fix some redstone inconsistencies from CraftBukkit.
Replaces the redstone system with faster and alternative versions that reduce redundant block updates, lowering the amount of logic your server has to calculate. Using a non-vanilla implementation may introduce minor inconsistencies with very technical redstone, but the performance gains far outweigh the possible niche issues. A non-vanilla implementation option may additionally fix other redstone inconsistencies caused by CraftBukkit.
The `alternate-current` implementation is based off of the [Alternate Current](https://modrinth.com/mod/alternate-current) mod. More information on this algorithm can be found on their resource page.