Descriptive errors, doors work
This commit is contained in:
parent
6af5e6ad81
commit
dac3a2a60b
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
package org.dimdev.dimdoors.mixin.accessor;
|
|
||||||
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Invoker;
|
|
||||||
|
|
||||||
import net.minecraft.block.BlockState;
|
|
||||||
import net.minecraft.world.gen.chunk.ChunkGeneratorSettings;
|
|
||||||
import net.minecraft.world.gen.chunk.GenerationShapeConfig;
|
|
||||||
import net.minecraft.world.gen.chunk.StructuresConfig;
|
|
||||||
|
|
||||||
@Mixin(ChunkGeneratorSettings.class)
|
|
||||||
public interface ChunkGeneratorSettingsAccessor {
|
|
||||||
@Invoker("<init>")
|
|
||||||
static ChunkGeneratorSettings invokeInit(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, BlockState defaultBlock, BlockState defaultFluid, int bedrockCeilingY, int bedrockFloorY, int seaLevel, boolean mobGenerationDisabled, boolean bl, boolean bl2) {
|
|
||||||
throw new AssertionError();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue