This commit is contained in:
Frank 2022-12-03 03:11:52 +01:00
parent 2049168497
commit 67985322bb
2 changed files with 0 additions and 15 deletions

View file

@ -1,14 +0,0 @@
package org.betterx.bclib.mixin.common;
import net.minecraft.data.worldgen.Structures;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(Structures.class)
public interface StructuresAccessor {
//TODO: 1.19.3 Refactor
// @Invoker
// static Holder<Structure> callRegister(ResourceKey<Structure> resourceKey, Structure structure) {
// throw new RuntimeException("Unexpected call");
// }
}

View file

@ -35,7 +35,6 @@
"ServerAdvancementManagerMixin",
"ServerLevelMixin",
"ShovelItemAccessor",
"StructuresAccessor",
"SurfaceRulesContextAccessor",
"TheEndBiomesMixin",
"WorldGenRegionMixin",