Right now (1.1.1), it looks like the YACL defaults are the same as whatever is current (aka the undo button is the same as the reset button).
(this first get call)
public final class YaclScreenFactory {
public static Screen create(Screen parent, Config config) {
// ...
.binding(Binding.generic(config.place_block_clip.default_end_offset.get(), config.place_block_clip.default_end_offset::get, config.place_block_clip.default_end_offset::set))
Right now (1.1.1), it looks like the YACL defaults are the same as whatever is current (aka the undo button is the same as the reset button).
(this first get call)