[Fix] Enforce loading order (#41)
This commit is contained in:
parent
052f538444
commit
a340de4adc
3 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,7 @@ import net.minecraft.world.item.Tiers;
|
|||
import net.fabricmc.fabric.api.item.v1.FabricItemSettings;
|
||||
|
||||
import java.util.List;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class EndItems {
|
||||
|
@ -354,4 +355,8 @@ public class EndItems {
|
|||
public static ItemRegistry getItemRegistry() {
|
||||
return REGISTRY;
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
public static void ensureStaticallyLoaded() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue