Skip to content

Releases: FTBTeam/FTB-Chunks

2100.1.0 beta release (MC 1.21)

20 Jun 12:19
6f7ad34
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.21. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge

2004.1.3 release (MC 1.20.4)

10 Jun 12:25
fa36d57
Compare
Choose a tag to compare

Fixed

  • Fixed server crash related to long range player tracking
  • Fixed the sidebar map buttons ignoring any GameStages restrictions in force

2006.1.0 beta release (MC 1.20.6)

05 Jun 14:05
80a4dd3
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.20.6. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge

v2001.3.1 release (MC 1.20.1)

28 May 08:18
505ef90
Compare
Choose a tag to compare

Fixed

  • Fixed the sidebar map buttons ignoring any GameStages restrictions in force

2001.3.0 beta release (MC 1.20.1)

16 Apr 11:27
349944c
Compare
Choose a tag to compare

Changed

  • Significant GUI overhaul and cleanup in several places (backported improvements from 1.20.4)
    • FTB Library 2001.2.0 is a requirement

2001.2.7 release (MC 1.20.1)

25 Mar 15:01
6b790ca
Compare
Choose a tag to compare

Fixed

  • Fixed server crash related to long range player tracking

2004.1.2 release (MC 1.20.4)

22 Mar 16:36
b1c8e47
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.20.4. Support for Forge, NeoForge and Fabric.
  • A few minor GUI improvements.

2001.2.6 release (MC 1.20.1)

12 Mar 10:33
a06939f
Compare
Choose a tag to compare

Fixed

  • Setting disable_protection to false in server config ftbchunks-world.snbt now allows explosions to happen in claimed chunks

v2001.2.5 release (MC 1.20.1)

03 Jan 14:13
7966b54
Compare
Choose a tag to compare

Added

  • Added /ftbchunks waypoint add <name> <pos> [<color>] command, to add waypoints from server-side
    • Name can contain spaces if it's quoted
    • Pos is a standard blockpos spec, e.g. ~ ~ ~ for the player's current pos
    • Color is optional; either a chat color or, if omitted, a random color is picked

Fixed

  • Fixed a couple of claim and force load limit issues
    • Max claim/force limits weren't synced to clients when changed in server config
    • Team claim/force limits weren't always correctly recalculated when a player joined/left a team

2001.2.4 release (MC 1.20.1)

04 Dec 11:11
9ac64d8
Compare
Choose a tag to compare

Fixed

  • Fixed cross-mod compat issue causing an NPE
    • not entirely sure of the cause, but added some defensive coding checks to ensure chunk claim manager is not null when it's used in a mixin