mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
remove unused mixin
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
package com.dfsek.terra.mod.mixin.access;
|
|
||||||
|
|
||||||
import net.minecraft.world.dimension.DimensionOptions;
|
|
||||||
import net.minecraft.world.gen.WorldPreset;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Invoker;
|
|
||||||
|
|
||||||
|
|
||||||
@Mixin(targets = "net.minecraft.world.gen.WorldPresets$Registrar")
|
|
||||||
public interface WorldPresetsRegistrarAccessor {
|
|
||||||
@Invoker("createPreset")
|
|
||||||
WorldPreset callCreatePreset(DimensionOptions dimensionOptions);
|
|
||||||
}
|
|
||||||
@@ -9,7 +9,6 @@
|
|||||||
"access.StateAccessor",
|
"access.StateAccessor",
|
||||||
"access.StructureAccessorAccessor",
|
"access.StructureAccessorAccessor",
|
||||||
"access.VillagerTypeAccessor",
|
"access.VillagerTypeAccessor",
|
||||||
"access.WorldPresetsRegistrarAccessor",
|
|
||||||
"fix.BeeMoveGoalsUnsynchronizedRandomAccessFix",
|
"fix.BeeMoveGoalsUnsynchronizedRandomAccessFix",
|
||||||
"fix.NetherFossilOptimization",
|
"fix.NetherFossilOptimization",
|
||||||
"implementations.compat.GenerationSettingsFloraFeaturesMixin",
|
"implementations.compat.GenerationSettingsFloraFeaturesMixin",
|
||||||
|
|||||||
Reference in New Issue
Block a user