use getOrCreateRegistry

This commit is contained in:
dfsek
2021-07-05 22:39:48 -07:00
parent 4acfeab948
commit 01351883d1
10 changed files with 23 additions and 61 deletions

View File

@@ -1,7 +0,0 @@
package com.dfsek.terra.api.util.seeded;
import com.dfsek.terra.api.world.biome.generation.pipeline.Stage;
@FunctionalInterface
public interface StageSeeded extends SeededBuilder<Stage> {
}