promotional bannermobile promotional banner

Voidminer Reforked

A mod that allows mining resrouces from the void

File Details

voidminers-1.20.1-1.9.24.jar

  • R
  • Dec 30, 2025
  • 612.75 KB
  • 53
  • 1.20.1
  • Forge

File Name

voidminers-1.20.1-1.9.24.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:voidminer-forked-1415764:7397282")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.9.24
Day/night gating: Panels now use actual day/night state to allow generation; normal dimensions produce 0 RF at night.
Overworld safety: Explicit rule prevents any night generation in the Overworld.
Always-day dims: Added conservative auto-detection for always-day (void-like) dimensions — immediate name-based accept or strict server-side confirmation before caching.
Sky & efficiency: Generation requires real sky visibility and skylight; efficiency follows a midday-peaked curve and respects weather modifiers.
Server-side only: Tick and generation logic run only on the server to avoid client-side false positives and chat spam.
Energy transfer & UX: Neighbor energy push made robust; tooltips improved to show clear reasons (blocked, no skylight, disabled, full).
Code hygiene: Removed redundant casts, added null-guards and simplified checks to reduce false positives.