File Details
neoblock-forge-1.21.4-0.8.0-Beta.jar
- B
- Jan 5, 2026
- 792.16 KB
- 1.0K
- 1.21.4
- Forge
File Name
neoblock-forge-1.21.4-0.8.0-Beta.jar
Supported Versions
- 1.21.4
Curse Maven Snippet
⚠️ Breaking Changes
- World saved data format has changed due to the new cooldown system.
Existing worlds will be reset to Tier 0, and tiers must be re-unlocked. - Config files remain compatible, but regenerating them is recommended to see examples of newly added features and options.
✨ Changes & Additions
- Added Pattern Factory, a system to unify config patterns and reduce configuration mistakes.
- Added per-tier block counter, tracking how many blocks are broken in each tier.
- Added new trigger types:
- Every n-th block (with optional offset)
- At n-th block break
- Triggers now support messages with a special tag system.
- Triggers can now apply cooldowns as a result, alongside other actions.
- Trigger-spawned traders can now have their own customizable messages.
- Added cooldown system, allowing NeoBlock to be temporarily turned off.
- Reworked upgrade system to be based on cooldowns.
⌨️ Commands Changed
- Removed:
/neoblock tiers research advance <ticks>
- Added:
/neoblock cooldown
Shows the current active cooldown./neoblock cooldown advance <ticks>
Replaces the removed research advance command./neoblock cooldown add <ticks>
Adds a new cooldown, temporarily disabling the block.
🛠️ Fixes
- Fixed a startup crash on Forge 1.20.1 caused by a missing
discardmethod in mixins. - Fixed an infinite loop crash during Tier 2 unlock.

