volume randomiser for smelter and furnace

This commit is contained in:
minjaesong
2024-02-12 16:13:23 +09:00
parent a14f2697fb
commit 5f1e63e370
7 changed files with 83 additions and 31 deletions

View File

@@ -108,6 +108,7 @@ abstract class Actor : Comparable<Actor>, Runnable {
it.stop()
it.filters[0] = NullFilter
it.filters[1] = NullFilter
it.processor.streamBuf?.pitch = 1f
}
despawnHook(this)