AbdElAziz333 / Canary

A performance mod designed to optimize Minecraft's general performance and unofficial fork of Lithium mod for Minecraft Forge.
https://www.curseforge.com/minecraft/mc-mods/canary
GNU Lesser General Public License v3.0
41 stars 3 forks source link

Will it be possible to get canary working on an arclight server? #124

Open MamohoReloaded opened 1 year ago

MamohoReloaded commented 1 year ago

It is a question that I have had since I discovered the arclight server, and the canary mod. Because if you try to use canary on an arclight server, the server crashes. It's just a question, I'm not asking for both of them to work for obvious reasons, since Arclight is an hybrid server and I know it has its disadvantages. If you could answer I would really appreciate it.

I leave you the github link of arclight in case it is required: https://github.com/IzzelAliz/Arclight

SettingDust commented 1 year ago

Fine with below. Need more testing

mixin.world.player_chunk_tick=false
mixin.collections.entity_filtering=false
mixin.alloc.entity_tracker=false
mixin.alloc.deep_passengers=false
mixin.entity.fast_retrieval=false
mixin.chunk.entity_class_groups=false
mixin.collections.entity_by_type=false
mixin.alloc.empty_iterator=false
mixin.shapes.specialized_shapes=false
EmRodDev commented 2 days ago

Fine with below. Need more testing

mixin.world.player_chunk_tick=false
mixin.collections.entity_filtering=false
mixin.alloc.entity_tracker=false
mixin.alloc.deep_passengers=false
mixin.entity.fast_retrieval=false
mixin.chunk.entity_class_groups=false
mixin.collections.entity_by_type=false
mixin.alloc.empty_iterator=false
mixin.shapes.specialized_shapes=false

Where do you edit those parameters? Thanks