promotional bannermobile promotional banner

QNaturals (FTB QUEST)

A mod that allows to track natural mined blocks in FTB Quest (and more QOL things)!

File Details

Qnaturals-0.1.4.jar

  • B
  • Jun 8, 2026
  • 21.92 KB
  • 8
  • 1.21.1
  • NeoForge

File Name

ftbqnaturals-0.1.4.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:qnaturals-ftb-quest-1565881:8216989"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Small Stability Improvement: 

  • The task cache is now volatile, preventing a potential race condition when multiple server threads access it simultaneously.
  • All three blockTag.location() call sites (writeDatawriteNetDatagetBlockTagString) are now guarded against null, preventing possible NullPointerException crashes during serialization.
  • Removed unused imports across all files.