mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
fix: fix a typo
This commit is contained in:
parent
2d0e4a83b0
commit
5fa7007d45
@ -33,7 +33,7 @@ import com.dfsek.terra.api.world.info.WorldProperties;
|
|||||||
public class AllayGeneratorWrapper implements GeneratorWrapper {
|
public class AllayGeneratorWrapper implements GeneratorWrapper {
|
||||||
protected static final String DEFAULT_PACK_NAME = "overworld";
|
protected static final String DEFAULT_PACK_NAME = "overworld";
|
||||||
protected static final String OPTION_PACK_NAME = "pack";
|
protected static final String OPTION_PACK_NAME = "pack";
|
||||||
protected static final String OPTION_SEED = "pack";
|
protected static final String OPTION_SEED = "seed";
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
protected final BiomeProvider biomeProvider;
|
protected final BiomeProvider biomeProvider;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user