mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Fix failure caused by previous commit
This commit is contained in:
parent
5201538608
commit
e0dd2f3cb6
@ -19,6 +19,7 @@
|
||||
|
||||
package com.sk89q.worldedit.fabric.mixin;
|
||||
|
||||
import net.minecraft.world.SaveProperties;
|
||||
import net.minecraft.world.gen.GeneratorOptions;
|
||||
import net.minecraft.world.level.LevelProperties;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
@ -26,7 +27,7 @@
|
||||
import org.spongepowered.asm.mixin.gen.Accessor;
|
||||
|
||||
@Mixin(LevelProperties.class)
|
||||
public interface AccessorLevelProperties {
|
||||
public interface AccessorLevelProperties extends SaveProperties {
|
||||
|
||||
@Accessor
|
||||
@Mutable
|
||||
|
Loading…
Reference in New Issue
Block a user