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<>();