Add duration config #12

Merged
TopchetoEU merged 5 commits from TopchetoEU/Duration-config into 1.19.2 2022-09-22 09:30:39 +00:00
Showing only changes of commit 2507e806f3 - Show all commits

View File

@ -91,7 +91,7 @@ public final class AnimatedChunks implements ClientModInitializer, ModMenuApi {
.description("Animation takes off very quickly, overshoots, then undershoots, until it reaches the end.")
);
manager.set("elastic");
manager.set("sine");
}
private static void registerAnimations(Manager<Animation> manager) {
manager.register(new Descriptor<>(new RiseAnimation(), "rise")