Removed tested ToDo's

This commit is contained in:
Frank 2021-12-09 22:35:56 +01:00
parent 33d8fe86fd
commit ef02d0ee5f
13 changed files with 9 additions and 26 deletions

View file

@ -66,8 +66,6 @@ public abstract class EntityMixin implements TeleportingEntity {
entity.getXRot()
);
entity.setDeltaMovement(teleportTarget.speed);
//TODO: check if this works as intended in 1.17
destination.addDuringTeleport(entity);
}

View file

@ -31,7 +31,7 @@ public abstract class NoiseBasedChunkGeneratorMixin extends ChunkGenerator {
TerrainGenerator.initNoise(seed);
}
//TODO: 1.18 Find anothe rplace for this
//TODO: 1.18 Find another place for this
// @Inject(method = "fillNoiseColumn([DIIII)V", at = @At("HEAD"), cancellable = true, allow = 2)
// private void be_fillNoiseColumn(double[] buffer, int x, int z, int k, int l, CallbackInfo info) {
// if (GeneratorOptions.useNewGenerator() && settings.get().stable(NoiseGeneratorSettings.END)) {