Campfire Regen

Lit campfires will slowly regenerate health when standing near
Back to Files

CampfireRegen-2.0.0.jar

File nameCampfireRegen-2.0.0.jar
Uploader
SeniorfritoSeniorfrito
Uploaded
Mar 4, 2026
Downloads
600
Size
9.5 KB
File ID
7710245
Type
R
Release
Supported game versions
  • Early Access

What's new

CampfireRegen v2.0.0 Changelog

  • Fixed server crash caused by world.getBlock() being called from within the ECS tick() method, which throws IllegalStateException: Store is currently processing! as of the latest Hytale update
  • Block scanning is now performed asynchronously via CompletableFuture, outside the ECS tick thread
  • The tick method now reads from a thread-safe in-memory cache (ConcurrentHashMap) instead of querying world/chunk data directly
  • Cache entries refresh every 1.5 seconds per player position; duplicate async scans are suppressed while one is already running
  • Changed HytaleServer.jar dependency from implementation to compileOnly to prevent Hytale's own classes from being bundled into the plugin JAR

This mod has no additional files