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
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 (writeData,writeNetData,getBlockTagString) are now guarded against null, preventing possibleNullPointerExceptioncrashes during serialization. - Removed unused imports across all files.

