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