Fixed some ToDo's
This commit is contained in:
parent
561fc130a3
commit
de858beff5
4 changed files with 1 additions and 52 deletions
|
@ -1,22 +0,0 @@
|
|||
package org.betterx.bclib.mixin.common;
|
||||
|
||||
import net.minecraft.world.level.levelgen.NoiseGeneratorSettings;
|
||||
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(NoiseGeneratorSettings.class)
|
||||
public abstract class NoiseGeneratorSettingsMixin {
|
||||
|
||||
|
||||
;
|
||||
//TODO:1.19.3 Replaced by Datagen pack file in NoiseDatagen
|
||||
// @Inject(method = "bootstrap", at = @At("HEAD"))
|
||||
// private static void bcl_addNoiseGenerators(
|
||||
// BootstapContext<NoiseGeneratorSettings> bootstapContext, CallbackInfo ci
|
||||
// ) {
|
||||
// bootstapContext.register(
|
||||
// BCLChunkGenerator.AMPLIFIED_NETHER,
|
||||
// BCLChunkGenerator.amplifiedNether(bootstapContext)
|
||||
// );
|
||||
// }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue