This is a list of all quirks shipping with the current Fastcraft version.
A quirk is a surgical workaround to resolve incompatibilities.

Quirks that are no longer necessary can be disabled by adding the full quirk
name (modid:name) to the FC2 config at disabledQuirks or programmatically by
invoking the java.util.function.Consumer<java.lang.String> available from
net.minecraft.launchwrapper.Launch.blackboard.get("fcDisableQuirk").

The format is modid:name description, optionally followed by applied workaround and suggested fix.

codechickenlib:itemMrl Reflective ModelResourceLocation retrieval in CCRenderItem.getModelForStack
	Workaround: Forwarded to direct lookup
	Fix: Use ItemModelMesherForge.getLocation instead
ctm:itemMrl Reflective ModelResourceLocation retrieval in ModelUtil.getMesh
	Workaround: Forwarded to direct lookup
	Fix: Use ItemModelMesherForge.getLocation instead
randomthings:cwCommonSuper CustomClassWriter.getCommonSuperClass loads classes in the wrong namespace from the wrong class loader
	Workaround: Forwarded to more correct super class determination
	Fix: Avoid recomputing frames by keeping them intact

