Advanced settings
Last updated
Last updated
This guide requires ItemsAdder 3.6.2+
In config.yml
you can find some advanced settings about custom entities.
fast_packets_creation
Use the optimized packets code instead of ProtocolLib.
bundle_packets
Use the new 1.19.4+ bundle packets.
Cuts down the amount of rx
shown in the top left corner of the screen.
Some detailed benchmarks are done available this page.
This doesn't introduce any known performance gain on both the client and the server. I am very sure that the bundle packets are useless but some people requested this feature so I implemented them.
They actually increase the bandwidth usage due to the fact that 2 more packets are sent per-packet (bundle start and bundle end). More info on the protocol wiki.
delay_packets
This option delays the sending of packets to lower down the CPU processing, but creates stuttering animations on some servers. This is not something you should enable without knowing the side effects.