Full Changelog: https://github.com/Thedustbustr/Carpet-Extra-Extras/compare/a1.2.0...b1.2.1
- Added 1.21.4 support.
- Implemented bug fix for
enderPearlChunkLoadingFix
that affected chunks being loaded reliably. - Marked
enderPearlChunkLoadingFix
asEXPERIMENTAL
as there may still be inconsistencies in chunk loading.
Full Changelog: https://github.com/Thedustbustr/Carpet-Extra-Extras/compare/b1.1.0...a1.2.0
- Added
stackableShulkerLimit
rule which allows empty shulker boxes to stack to the set amount when being transferred by hoppers. This can be configured specifically for droppers, dispenser, hoppers, or and/or all containers. - Rewrite of the
enderPearlChunkLoadingFix
rule. After testing for a few days everything is working as intended. That being said, with the drastic changes made bugs may be present that did not show up in testing. Hence this version is an alpha release.
Full Changelog: https://github.com/Thedustbustr/Carpet-Extra-Extras/compare/b1.0.1...b1.1.0
- Introduced
enderPearlChunkLoadingFix
to fix a bug where ender pearls would fail to chunk load properly when moving at high speeds - Introduced
pre21ThrowableEntityBehavior
which is the first of (hopefully) many LTS rules. These will try to preserve the original behavior of features for as many versions as possible. Keep in mind when initially added, bugs may be found, and behavior will be changed if needed. /cam
command now has an indicator on the action bar on which gamemode the player is in.- Various bug fixes and refactors.
Full Changelog: https://github.com/Thedustbustr/Carpet-Extra-Extras/compare/b1.0.0...b1.0.1
- Updated to newest version of Carpet Mod
- Fixed issue relating to the bots team state on dedicated server start
- Other various bug fixes and refactors
Full Changelog: https://github.com/Thedustbustr/Carpet-Extra-Extras/compare/a1.0.1...b1.0.0
- Changed
betterEnderPearlChunkLoading
totrackEnderPearls
(no chunk loading functionality anymore) - Added ability to customize the carpet bot/fake player's team
- Added
/cam
command - Various bug fixes and refactors