Update for FML changes

This commit is contained in:
embeddedt 2024-03-20 15:18:22 -04:00
parent 94d37544b2
commit a0fdb3e6d7
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -3,7 +3,7 @@ package org.embeddedt.modernfix.forge.config;
import com.electronwill.nightconfig.core.file.FileWatcher;
import com.google.common.collect.ForwardingCollection;
import com.google.common.collect.ForwardingMap;
import net.minecraftforge.fml.common.ObfuscationReflectionHelper;
import net.minecraftforge.fml.util.ObfuscationReflectionHelper;
import java.util.Collection;
import java.util.Iterator;