Add IgnoreOutsideDev marker to forgotten mixin
This commit is contained in:
parent
7645a43538
commit
721645f88f
|
|
@ -3,10 +3,12 @@ package org.embeddedt.modernfix.common.mixin.perf.compact_mojang_registries;
|
||||||
import net.minecraft.resources.ResourceLocation;
|
import net.minecraft.resources.ResourceLocation;
|
||||||
import net.minecraft.world.item.Item;
|
import net.minecraft.world.item.Item;
|
||||||
import net.minecraft.world.level.block.Block;
|
import net.minecraft.world.level.block.Block;
|
||||||
|
import org.embeddedt.modernfix.annotation.IgnoreOutsideDev;
|
||||||
import org.embeddedt.modernfix.registry.DirectStorageRegistryObject;
|
import org.embeddedt.modernfix.registry.DirectStorageRegistryObject;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
|
||||||
@Mixin({ Block.class, Item.class })
|
@Mixin({ Block.class, Item.class })
|
||||||
|
@IgnoreOutsideDev
|
||||||
public class DirectObjectMixin implements DirectStorageRegistryObject {
|
public class DirectObjectMixin implements DirectStorageRegistryObject {
|
||||||
private ResourceLocation mfix$resourceKey;
|
private ResourceLocation mfix$resourceKey;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user