mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-12 06:16:55 +00:00
Merge pull request #80 from YouHaveTrouble/redstone-implementation
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.
|
||||
|
||||
#### 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.
|
||||
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.
|
||||
|
||||
#### disable-move-event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user