FTB Chunks (NeoForge)

A mod that allows you to claim chunks to protect your blocks and view minimap / large map

File Details

FTB Chunks Neoforge 26.1.2.4

  • B
  • May 29, 2026
  • 711.09 KB
  • 7.4K
  • 26.1.2+2
  • NeoForge

File Name

ftb-chunks-neoforge-26.1.2.4.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:ftb-chunks-forge-314906:8165043"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[26.1.2.4]

Added

  • Better protection for all non-living entities (item frames, boats, minecarts...) as well as armor stands
    • These are now better protected from indirect damage like arrows and explosions
    • "Allow Explosions" and "Non-living Entity Attack Mode" team properties control these protections
  • Added protection for fluids flowing across claim boundaries
    • Fluids flowing into a claimed chunk from an unclaimed chunk or chunk claimed by a different team are stopped
      • Unless the team's "Edit Block" team property is set to public
    • Disabled by default due to potential for performance issues (fluid flow can be calculated very frequently by the server)
    • Set "Flowing Fluid Protection" to true in server config to enable
  • Added protection for fire spreading across claim boundaries
    • Fire spreading (from fire or lava) into a claimed chunk from an unclaimed chunk or chunk claimed by a different team are stopped
      • Unless the team's "Edit Block" team property is set to public
    • Disabled by default due to potential for performance issues (similarly to fluid protection)
    • Set "Fire Spread Protection" to true in server config to enable
  • Added API methods for querying chunk team ownership and force-load status which can also be used clientside
    • FTBChunksAPI.API#isForceLoadingRequested and FTBChunksAPI.API#getOwningTeam
    • Deprecated FTBChunksAPI.API#isChunkForceloaded

Changelog

  • Better minimap zooming behaviour (zoom level change is multiplicative now instead of additive)

Fixed

  • Fixed entity icons sometimes not rendering on large map screen (widget layering issue)
  • Fixed minimap zoom level changes not always getting saved to client config

Support

If you have any issues with this mod, please report them on our Issue Tracker