promotional bannermobile promotional banner

Cyclic

Tools, Machines, Gear, potions, villagers, fully configurable
Back to Files

Cyclic-1.18.2-1.7.10.jar

File nameCyclic-1.18.2-1.7.10.jar
Uploader
LothrazarLothrazar
Uploaded
Oct 26, 2022
Downloads
8.5K
Size
4.4 MB
Mod Loaders
Forge
File ID
4051593
Type
R
Release
Supported game versions
  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cyclic-239286:4051593")

Learn more about Curse Maven

What's new

Two blocks changed in this update: cyclic:peace_candle and cyclic:no_soliciting have large changes to prevent problems in large worlds or worlds with many mob spawns happening causing 'major issues where ticks would freeze in newly generated worlds' #2187, and causing memory stack traces (spark etc) to point out heavy load in 'BlockSpawnEvents.onLivingSpawnEvent()'. As a result players need to break and replace any existing instances of these two blocks before they start functioning (blocks each now have tile entity that refreshes a small cache when active; as a result each BlockSpawnEvents scans zero blocks in the world down from a 32x32x8 by default area or more instead checking the cache difference to spawn or not. as always you can set logging info=true in config for more debug spam in logs).

 

Some default configs updated and log warnings cleaned up.

 

 

 

config example for blocks related to this update

 

		[cyclic.blocks.peace_candle]
			#Reach of the candle for spawn prevention
			#Range: 0 ~ 64
			radius = 32
			#Height reach of the candle for spawn prevention
			#Range: 0 ~ 512
			height = 4


		[cyclic.blocks.no_soliciting]
			#Reach of the no_soliciting for spawn prevention
			#Range: 0 ~ 64
			radius = 32
			#Height reach of the no_soliciting for spawn prevention
			#Range: 0 ~ 512
			height = 4

 

This mod has no related projects