mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-12 06:16:55 +00:00
Add redstone-implementation and Alternate Current
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user