Skip to content

Commit

Permalink
fixed incompatibility with Canary block ticking optimization #46
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Sep 28, 2024
1 parent 0991722 commit 9c701ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [1.21-3.1.1.2] - 2024-09-28
### Fixed
- incompatibility with Canary block ticking optimization (deactivated via canary.overrides.properties) (thanks to CapoFantasma97 for the report) #46

## [1.21-3.1.1.1] - 2024-09-04
### Fixed
- the lower light level of the (soul) campfire was not removed when burnables were added
Expand Down
1 change: 1 addition & 0 deletions forge/src/main/resources/canary.overrides.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mixin.world.block_entity_ticking.sleeping.campfire=false
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Project
group=de.cech12.unlitcampfire
mod_version=3.1.1.1
mod_version=3.1.1.2
mod_id=unlitcampfire
mod_name=Unlit Campfire
mod_author=Cech12
Expand Down
1 change: 1 addition & 0 deletions neoforge/src/main/resources/canary.overrides.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mixin.world.block_entity_ticking.sleeping.campfire=false

0 comments on commit 9c701ef

Please sign in to comment.