Sound​s

Sound​s

2M Downloads

`Change Repeater Delay` option not getting saved

MUKSC opened this issue · 1 comments

commented

Due to missing @SerialEntry for repeaterUseSoundEffect

public class WorldSoundsConfig extends ConfigGroup<WorldSoundsConfig> implements YetAnotherConfigLib.ConfigBackedBuilder<WorldSoundsConfig> {
/// == MECHANICS == ///
public DynamicConfiguredSound<Integer, RepeaterSoundContext> repeaterUseSoundEffect = new DynamicConfiguredSound<>("repeaterUse", SoundEvents.BLOCK_STONE_BUTTON_CLICK_ON, true, 0.95F, 0.3F, true);
@SerialEntry
public ConfiguredSound jukeboxUseSoundEffect = new ConfiguredSound("jukeboxUse", SoundEvents.BLOCK_NOTE_BLOCK_BASEDRUM, true, 0.8F, 0.75F);

commented

Will fix in 0.8.1