Music Triggers

Music Triggers

1M Downloads

[Quilt/Fabric 1.18.2; 6.2] Difficulty trigger doesn't work

rainyatrium opened this issue ยท 1 comments

commented

Difficulty trigger doesn't seem functional.

Should be possible to reproduce w/ this main.toml:

[triggers]
	[triggers.difficulty]
		level = "1"
		identifier = "difficulty"
	[triggers.command]
		identifier = "display_toggle"
		priority = -1
	[triggers.dimension]
		identifier = "always_playable"
		start_toggled = false
		priority = -2
		resource_name = [ ":" "" ]
[songs]
	[songs.silence]
		triggers = [ "difficulty-difficulty" ]
commented

Fixed in 6.3