Marked as compatible with 1.21.1
A cumulative changelog can be found here
- Fixed an issue where deny lists would get skipped if there was no allow list
- Added optional SSS Translate dependency; install SSS Translate for automatic translation updates (client-side)
A cumulative changelog can be found here
- Updated for 1.21
- Updated translations
- Minor improvements
A cumulative changelog can be found here
- Updated for 1.20.5
- Improved "ITEM_USE" target: it should behave as expected in more situations
- Minor internal changes
A cumulative changelog can be found here
- Marked as compatible with 1.20.3 and 1.20.4
- Minor internal changes
A cumulative changelog can be found here
Updated for 1.20.2
A cumulative changelog can be found here
Updated for 1.20 and 1.20.1!
A cumulative changelog can be found here
Updated for 1.19.3 and 1.19.4
A cumulative changelog can be found here
Marked as compatible with 1.19.2
A cumulative changelog can be found here
- Updated for 1.19.1
- Minor internal changes
A cumulative changelog can be found here
- Fixed a bug that caused an error to be logged and prevented placement of certain blocks.
- Added the folloing to the place_blocks configurator: "pointed_dripstone", "small_dripleaf", "big_dripleaf", "glow_lichen", "#wool_carpets", "moss_carpet", "moss_block", "glow_berries", "hanging_roots"
A cumulative changelog can be found here
- Added behaviors for buckets and cauldrons, and buckets milking cows!
- Fixed a bug that could cause certain behaviors to delete items.
- Fixed a bug that caused errors to log if a configurator was for multiple items and had an allow/deny list specified.
A cumulative changelog can be found here
Add a null check that logs an error, fixing compatibility with Rug
A cumulative changelog can be found here
Updated for 1.19!
A cumulative changelog can be found here
Updated for 1.18.2.
For builtin configurators, made is so that if an item cannot be dispensed (for example of a rail couldn't be placed because there's no supporting block), the dispensation fails, rather than the item be ejected.
A cumulative changelog can be found here
Marked as compatible with 1.18.1.
Simplified the way configurators are loaded (thanks to insight from LambdaAurora!)
From 1.2.1-b1: Updated for 1.18!
From 1.2-b1:
This is a beta version. I've made substantial internal changes, and so there's an increased likelihood that I've introduced bugs. Please report any bugs you find on the issue tracker.
-
Added two new targets:
- "DROP": ejects the item like a dropper
- "FAIL": do nothing and stop any further behavior attempts
These targets allow you to more easily disable and override existing behaviors.
They can also be used to customize what happens when a configurator behavior fails.
Thanks to snowikit for the feedback that led to the addition of these targets!
A cumulative changelog can be found here
Updated for 1.18!
From 1.2-b1:
This is a beta version. I've made substantial internal changes, and so there's an increased likelihood that I've introduced bugs. Please report any bugs you find on the issue tracker.
-
Added two new targets:
- "DROP": ejects the item like a dropper
- "FAIL": do nothing and stop any further behavior attempts
These targets allow you to more easily disable and override existing behaviors.
They can also be used to customize what happens when a configurator behavior fails.
Thanks to snowikit for the feedback that led to the addition of these targets!
A cumulative changelog can be found here