Cleanup
This commit is contained in:
parent
2049168497
commit
67985322bb
2 changed files with 0 additions and 15 deletions
|
@ -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");
|
||||
// }
|
||||
}
|
|
@ -35,7 +35,6 @@
|
|||
"ServerAdvancementManagerMixin",
|
||||
"ServerLevelMixin",
|
||||
"ShovelItemAccessor",
|
||||
"StructuresAccessor",
|
||||
"SurfaceRulesContextAccessor",
|
||||
"TheEndBiomesMixin",
|
||||
"WorldGenRegionMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue