Add redstone-implementation and Alternate Current

This commit is contained in:
Encode42
2022-05-08 17:15:54 -04:00
committed by GitHub
parent a38ba808d1
commit 3dc742ffdf
+5 -3
View File
@@ -436,11 +436,13 @@ Good starting values:
This list lets you set alternative time (in ticks) to despawn certain types of dropped items faster or slower than default. This option can be used instead of item clearing plugins along with `merge-radius` to improve performance. This list lets you set alternative time (in ticks) to despawn certain types of dropped items faster or slower than default. This option can be used instead of item clearing plugins along with `merge-radius` to improve performance.
#### use-faster-eigencraft-redstone #### redstone-implementation
`Good starting value: true` `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. Enabling this will even fix some redstone inconsistencies from craftbukkit. 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.
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.
#### disable-move-event #### disable-move-event