mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
delete ChunkGeneratorMixin
This commit is contained in:
-16
@@ -1,16 +0,0 @@
|
|||||||
package com.dfsek.terra.fabric.mixin.implementations;
|
|
||||||
|
|
||||||
import net.minecraft.world.gen.chunk.ChunkGenerator;
|
|
||||||
import org.spongepowered.asm.mixin.Implements;
|
|
||||||
import org.spongepowered.asm.mixin.Interface;
|
|
||||||
import org.spongepowered.asm.mixin.Intrinsic;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
|
|
||||||
@Mixin(ChunkGenerator.class)
|
|
||||||
@Implements(@Interface(iface = com.dfsek.terra.api.world.generator.ChunkGenerator.class, prefix = "terra$", remap = Interface.Remap.NONE))
|
|
||||||
public abstract class ChunkGeneratorMixin {
|
|
||||||
@Intrinsic
|
|
||||||
public Object terra$getHandle() {
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
"access.MobSpawnerLogicAccessor",
|
"access.MobSpawnerLogicAccessor",
|
||||||
"access.StateAccessor",
|
"access.StateAccessor",
|
||||||
"implementations.BiomeMixin",
|
"implementations.BiomeMixin",
|
||||||
"implementations.ChunkGeneratorMixin",
|
|
||||||
"implementations.ConfiguredFeatureMixin",
|
"implementations.ConfiguredFeatureMixin",
|
||||||
"implementations.block.BlockEntityMixin",
|
"implementations.block.BlockEntityMixin",
|
||||||
"implementations.block.BlockMixin",
|
"implementations.block.BlockMixin",
|
||||||
|
|||||||
Reference in New Issue
Block a user