promotional bannermobile promotional banner

NeoBlock - The New OneBlock

New OneBlock, but an ultimate version with customizations.

File Details

neoblock-forge-1.20.1-0.8.0-Beta.jar

  • B
  • Jan 5, 2026
  • 792.66 KB
  • 9.8K
  • 1.20.1
  • Forge + 1

File Name

neoblock-forge-1.20.1-0.8.0-Beta.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:neoblock-1224204:7422541")

NeoForge

implementation fg.deobf("curse.maven:neoblock-1224204:7422541")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

⚠️ 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 discard method in mixins.
  • Fixed an infinite loop crash during Tier 2 unlock.