promotional bannermobile promotional banner

GlymeraWorker

GlymeraWorker – Place a Worker Chest and insert any block: a worker NPC spawns, finds and mines that block type nearby, and deposits it back into the chest. Fully automatic resource gathering with per-player limits.

File Details

GlymeraWorker-6.0.0.jar

  • R
  • Apr 2, 2026
  • 24.47 KB
  • 278
  • Early Access

File Name

GlymeraWorker-6.0.0.jar

Supported Versions

  • Early Access

GlymeraWorker - Changelog

v6.0.0 (2026-04-02)

New Features

  • New Worker NPC Appearance: Changed from Outlander_Peon to Feran_Civilian - a friendlier, more humanoid look based on player feedback.

Bug Fixes

  • Block Variant Mining Fix: Workers can now mine blocks with Connected Block Shapes (e.g. Rock_Marble_Cobble, cobblestone variants). Previously, the worker only checked the base block ID when scanning chunks. Blocks with connected shapes store variant-specific IDs in chunk data, which were never matched. The fix resolves all variant/state IDs via BlockType.getAssetMap().getChildren() - the same approach already used for Worker Chest detection.

Technical Details

  • Added Set<Integer> targetBlockIds to ChestData for multi-ID matching
  • findNearestBlock() now checks against all variant IDs instead of a single base ID
  • NPC Role JSON updated: "Appearance": "Feran_Civilian"

v5.0.0 (2026-03-29)

  • Previous release (Outlander_Peon, single block ID matching)