File Details
Viny Addon vB.0.0.02
- B
- Jun 11, 2026
- 59.26 KB
- 18
- 1.21.1
- NeoForge
File Name
viny_addon-vB0.0.02.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[vB0.0.02] - 2026-06-11
⚠️ Status Update
-
Rollback: Pivoted from Release (
vR) back to Beta (vB) to address stability issues and edge-case bugs identified during initial testing.
🛠 Changed
-
Versioning: Reset project version from
vR0.0.01tovB0.0.02to align with the current focus on bug-squashing and stability. -
Initialization Order: Restructured
VinyModinitialization to prevent loading-screen deadlocks. -
Registry Pipeline: Optimized enum-based registration loop to ensure cleaner error handling if a registry fails to link during the loading phase.
🐛 Fixed
-
Mod Loader Validation: Resolved "Not a valid mod file" errors by correcting
META-INFresource packaging in the build script. -
Initialization Deadlock: Resolved a freezing issue caused by incorrect Event Bus registration order for
DeferredRegisterobjects. -
Configuration: Fixed build failure by updating
ModConfigandModContainerimports to match the NeoForge 1.21.1 standard.
🧪 Improvements (In-Progress)
-
Defensive Coding: Introduced
try-catchblocks around tick methods and capability lookups to prevent full-game crashes when a machine encounters invalid state data. -
Debug Logging: Added verbose logging to Bioreactor tick logic to track cycle progress, fluid levels, and item processing failures in the
debug.log.

