bumbed loader version, finalized DynamicRegistryEvents

This commit is contained in:
CheaterCodes 2020-08-19 19:40:47 +02:00
parent a46b0be60a
commit 7953e09bd8

View file

@ -28,9 +28,12 @@ import net.fabricmc.fabric.api.event.EventFactory;
import net.fabricmc.fabric.api.event.registry.DynamicRegistryEntryAddedCallback;
import net.fabricmc.fabric.mixin.registry.sync.DynamicRegistryManagerAccessor;
public abstract class DynamicRegistryEvents {
public final class DynamicRegistryEvents {
public static Map<RegistryKey<? extends Registry<?>>, Event<DynamicRegistryEntryAddedCallback>> ADD_ENTRY_EVENTS;
private DynamicRegistryEvents() {
}
static {
ADD_ENTRY_EVENTS = Maps.newLinkedHashMap();