mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
create ChunkGeneratorProvider
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
|||||||
|
package com.dfsek.terra.api.world.generator;
|
||||||
|
|
||||||
|
import com.dfsek.terra.api.config.ConfigPack;
|
||||||
|
|
||||||
|
public interface ChunkGeneratorProvider {
|
||||||
|
ChunkGenerator newInstance(ConfigPack pack);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user