Skip to content

Commit

Permalink
build: version -> 2101.1.4, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Nov 25, 2024
1 parent 0df5639 commit a98e939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2101.1.4]

### Added
* Added protection for pistons moving blocks, including large block structure (e.g. vanilla-style flying machines)
* Enabled by default; can be disabled via 'piston_protection' server setting
* When enabled, pistons cannot push blocks from the chunk the piston is in to another chunk if the new chunk is owned by a different team, and that team does not have public block-edit permissions
* Similar restrictions apply to blocks which would be destroyed by piston moving

## [2101.1.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readable_name=FTB Chunks
maven_group=dev.ftb.mods
mod_author=FTB Team

mod_version=2101.1.3
mod_version=2101.1.4
minecraft_version=1.21.1

# Deps
Expand Down

0 comments on commit a98e939

Please sign in to comment.