mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
populator registration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.dfsek.terra.api.world.generator;
|
||||
|
||||
import com.dfsek.terra.api.config.ConfigPack;
|
||||
|
||||
public interface BlockPopulatorProvider {
|
||||
TerraBlockPopulator newInstance(ConfigPack pack);
|
||||
}
|
||||
Reference in New Issue
Block a user