From 51b3860f21a5723b438d6b30c8aa3db6502c5ffe Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Wed, 12 Feb 2025 08:22:29 -0500 Subject: [PATCH] WRONG! --- .../com/simibubi/create/impl/registry/AttachedRegistryImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/impl/registry/AttachedRegistryImpl.java b/src/main/java/com/simibubi/create/impl/registry/AttachedRegistryImpl.java index 7e23f950a8..2f5cdd4e90 100644 --- a/src/main/java/com/simibubi/create/impl/registry/AttachedRegistryImpl.java +++ b/src/main/java/com/simibubi/create/impl/registry/AttachedRegistryImpl.java @@ -16,7 +16,6 @@ import com.simibubi.create.api.registry.AttachedRegistry; public class AttachedRegistryImpl implements AttachedRegistry { private static final Object nullMarker = new Object(); - // all of these have identity semantics private final Map registrations = new IdentityHashMap<>(); private final List> providers = new ArrayList<>(); private final Map, Set> providedKeys = new IdentityHashMap<>();