CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

Question Load Chunk on forge tick #18

Closed KubiRemPL closed 4 years ago

KubiRemPL commented 4 years ago

Load Chunk on forge tick its in cauldron.yml what does it do. Better for perfroamnce enable or disable

spannerman79 commented 4 years ago

Disable. This will create phantom chunk loading if you leave it enabled. 1.7.10 has enough issues with mods that create this issue itself without it being enabled by default....

bagomot commented 4 years ago

Turning off this parameter creates many dupes and glitches with mods such as AE2. And most of the corrections from the gamerforea of built-in glitches and dupes of mods related to interchunk interaction work fine only when the parameter is on. My parameters:

 load-chunk-on-forge-tick: true
 chunk-gc-grace-period: 300

Yes, it slows down the server, but without it there is no fair game.

EverNife commented 4 years ago

@perezzloy are you skiping tiles on?

tileentities.yml

settings:
  skip-tileentity-ticks: true