mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 16:05:29 +00:00
feat: fetch allay's changes
This commit is contained in:
parent
a34946cece
commit
28c689d16f
@ -91,7 +91,7 @@ public class AllayGeneratorWrapper implements GeneratorWrapper {
|
||||
public class AllayNoiser implements Noiser {
|
||||
|
||||
@Override
|
||||
public Boolean apply(NoiseContext context) {
|
||||
public boolean apply(NoiseContext context) {
|
||||
var chunk = context.getCurrentChunk();
|
||||
var chunkX = chunk.getX();
|
||||
var chunkZ = chunk.getZ();
|
||||
@ -124,7 +124,7 @@ public class AllayGeneratorWrapper implements GeneratorWrapper {
|
||||
public class AllayPopulator implements Populator {
|
||||
|
||||
@Override
|
||||
public Boolean apply(PopulateContext context) {
|
||||
public boolean apply(PopulateContext context) {
|
||||
var tmp = new AllayProtoWorld(allayServerWorld, context);
|
||||
try {
|
||||
for (var generationStage : configPack.getStages()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user