First update pass (1/3) - ~1400 -> 82 errors
This is first update pass, which is mainly import reorganization, name fixes, etc... Although some parts of second were done where changes aren't important. Errors: ~1400 -> 82.
This commit is contained in:
@@ -27,7 +27,6 @@ import java.util.regex.Pattern;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraftforge.common.config.Configuration;
|
||||
import net.minecraftforge.fml.common.registry.GameRegistry;
|
||||
import net.minecraftforge.fml.common.registry.GameRegistry.UniqueIdentifier;
|
||||
|
||||
|
||||
public class FacadeConfig extends Configuration
|
||||
@@ -49,6 +48,7 @@ public class FacadeConfig extends Configuration
|
||||
return false;
|
||||
}
|
||||
|
||||
//TODO 1.9.4 - UniqueIdentifier => ResourceLocation ???
|
||||
final UniqueIdentifier blk = GameRegistry.findUniqueIdentifierFor( id );
|
||||
if( blk == null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user